Re: Biuilding ports without Makefiles using different lang compiler

2013-09-27 Thread Tijl Coosemans
On Wed, 25 Sep 2013 23:50:41 +0200 Big Lebowski wrote:
 I am working on a new port, that's a software written in Go, which doesnt
 have a Makefile in sources, and I am wondering that's the right way to
 write it: I could use NO_BUILD and in pre-install cdw to relevant directory
 and invoke compiler libary and its target, like 'go build' (using variables
 of course from port Makefile) that would do the job, but somehow I feel
 there should be a better way.
 
 I wonder should I write a Makefile for it and patch the sources to place it
 there, so I could just use ports mechanisms, or is there another way, or
 perhaps what I am describing above is the correct way of handling that?

If there's no makefile you can put build and install instructions in
a do-build and do-install target in the port makefile.


signature.asc
Description: PGP signature


Re: Staging and read-only /usr/ports

2013-09-27 Thread Boris Samorodov
27.09.2013 02:05, William Grzybowski пишет:

 Well, it shouldn't create packages unless you use make package,

I think that if STAGE is used then a package is created and then
it (the package) is get installed (via make install command).

 you can set PACKAGES to move it from /usr/ports/packages.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: MariaDB 5.5.53a (Was: CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig)

2013-09-27 Thread Alexandr Kovalenko
On Thu, Sep 26, 2013 at 3:54 PM, Michael Gmelin free...@grem.de wrote:
 On Thu, 26 Sep 2013 15:28:54 +0100
 Alexandr Kovalenko ne...@nevermind.kiev.ua wrote:

 On Thu, Sep 26, 2013 at 3:05 PM, Michael Gmelin free...@grem.de
 wrote:

  Since you're working on 5.5.33a it would be great if you could
  incorporate the patches I just submitted to allow building mariadb
  using clang's libc++
  http://www.freebsd.org/cgi/query-pr.cgi?pr=182408 .

 ports/182287 should be closed [adding flo@ : ], as I will submit
 maintainer update soon and also this PR does not actually enable
 TOKUDB (which is what I'm fighting now, but probably will give up for
 now and submit update without it to work on TOKUDB later).

 2. Would you be so kind to send me patches against current (5.5.33a)
 source to help me a bit? :)

 I verified my patches against 5.5.33a from 2013-09-20:

 patch-sql_item_subselect.cc: applies ok
 patch-storage_pbxt_src_strutil_xt.cc: pbxt has been removed
 patch-storage_pbxt_src_index_xt.cc: pbxt has been removed
 patch-storage_pbxt_src_util_xt.cc: pbxt has been removed
 patch-storage_federated_ha_federated.cc: already upstream
 patch-sql_sql_trigger.cc: ok
 patch-sql_sql_view.cc: ok

 This means that only three patches will be required. Just untar the
 attached tarball in the ports files directory:

 cd /usr/ports/databases/mariadb55-server/files
 tar -xzf /path/to/patches.tgz

 There might be more challenges new to this version of MariaDB, so I'm
 more than happy to test the port once you're ready.

Thanks, your patches are incorporated into
http://www.freebsd.org/cgi/query-pr.cgi?pr=182426 :)

Please feel free to test this update and report any problems you may
encounter :)

-- 
Alexandr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Staging and read-only /usr/ports

2013-09-27 Thread Bryan Drewery
On 9/27/2013 3:55 AM, Boris Samorodov wrote:
 27.09.2013 02:05, William Grzybowski пишет:
 
 Well, it shouldn't create packages unless you use make package,
 
 I think that if STAGE is used then a package is created and then
 it (the package) is get installed (via make install command).
 
 you can set PACKAGES to move it from /usr/ports/packages.
 

Yes, this is true for pkg_install. Pkgng does not do this.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: Staging and read-only /usr/ports

2013-09-27 Thread Bryan Drewery
On 9/26/2013 4:52 PM, Stefan Bethke wrote:
 Guys,
 
 I've noticed that more and more ports are trying to build a package 
 /usr/ports/category/port/port-version.tgz. Since my /usr/ports is mounted 
 read-only (via nullfs), this fails. I've looked through Mk/*.mk trying to 
 figure out how I can redirect this to another dir. Is PACKAGES the way to go? 
 What if I don't want to keep packages around?
 
 For the time being, I'm setting NO_STAGE=yes.
 
 
 Thanks,
 Stefan
 

For now you can set PACKAGES=/var/ports/packages

I am discussing changing this issue with portmgr.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: Staging and read-only /usr/ports

2013-09-27 Thread Stefan Bethke

Am 27.09.2013 um 13:02 schrieb Bryan Drewery:

 On 9/27/2013 3:55 AM, Boris Samorodov wrote:
 27.09.2013 02:05, William Grzybowski пишет:
 
 Well, it shouldn't create packages unless you use make package,
 
 I think that if STAGE is used then a package is created and then
 it (the package) is get installed (via make install command).
 
 you can set PACKAGES to move it from /usr/ports/packages.
 
 
 Yes, this is true for pkg_install. Pkgng does not do this.

So, if I do want to have NO_STAGE disabled (staging enabled), and I have a 
read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to a 
read-write location, even if I do not want to retain packages? Or is there a 
variable specifically for setting the package storage path for building a 
staging package?


Stefan

-- 
Stefan Bethke s...@lassitu.de   Fon +49 151 14070811

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Staging and read-only /usr/ports

2013-09-27 Thread Bryan Drewery
On 9/27/2013 6:19 AM, Stefan Bethke wrote:
 
 Am 27.09.2013 um 13:02 schrieb Bryan Drewery:
 
 On 9/27/2013 3:55 AM, Boris Samorodov wrote:
 27.09.2013 02:05, William Grzybowski пишет:

 Well, it shouldn't create packages unless you use make package,

 I think that if STAGE is used then a package is created and then
 it (the package) is get installed (via make install command).

 you can set PACKAGES to move it from /usr/ports/packages.


 Yes, this is true for pkg_install. Pkgng does not do this.
 
 So, if I do want to have NO_STAGE disabled (staging enabled), and I have a 
 read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to 
 a read-write location, even if I do not want to retain packages? Or is there 
 a variable specifically for setting the package storage path for building a 
 staging package?
 
 
 Stefan
 

NO_STAGE is not a user variable. Do not set that.

It is not intended that 'make install' creates a package in a read-only
directory. As I said, I am discussing this to fix it. For now you must
set PACKAGES= to a writable location until it is fixed.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: Staging and read-only /usr/ports

2013-09-27 Thread olli hauer
On 2013-09-27 13:19, Stefan Bethke wrote:
 
 Am 27.09.2013 um 13:02 schrieb Bryan Drewery:
 
 On 9/27/2013 3:55 AM, Boris Samorodov wrote:
 27.09.2013 02:05, William Grzybowski пишет:

 Well, it shouldn't create packages unless you use make package,

 I think that if STAGE is used then a package is created and then
 it (the package) is get installed (via make install command).

 you can set PACKAGES to move it from /usr/ports/packages.


 Yes, this is true for pkg_install. Pkgng does not do this.
 
 So, if I do want to have NO_STAGE disabled (staging enabled), and I have a 
 read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to 
 a read-write location, even if I do not want to retain packages? Or is there 
 a variable specifically for setting the package storage path for building a 
 staging package?
 
 
 Stefan
 

Try
WRKDIRPREFIX=$free/writable/work_directory
PACKAGES=$free/writable/package_directory

in /etc/make.conf


-- 
olli
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Ruby Port error

2013-09-27 Thread Jos Chrispijn
   Justs tried to upgrade ruby but something goes wrong here:
portupgrade -a
   ** Port marked as IGNORE: lang/ruby18:
   is forbidden: Vulernerable,
   [1]http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html
   ** Listing the failed packages (-:ignored / *:skipped / !:failed)
   - lang/ruby18 (marked as IGNORE)
   Can you pls provide a fix or should I wait for next upgrade?
   Thanks,
   Jos Chrispijn

References

   1. http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Ruby Port error

2013-09-27 Thread Jos Chrispijn

Jos Chrispijn:

References

   1. http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html

Thanks, that is a quick response - is there a mechanism that prevents such 
version to be put into a portupgrade anyway?

Jos Chrispijn


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Staging and read-only /usr/ports

2013-09-27 Thread Stefan Bethke

Am 27.09.2013 um 13:26 schrieb Bryan Drewery:

 So, if I do want to have NO_STAGE disabled (staging enabled), and I have a 
 read-only /usr/ports, and I'm not yet using pkgng, I need to set PACKAGES to 
 a read-write location, even if I do not want to retain packages? Or is there 
 a variable specifically for setting the package storage path for building a 
 staging package?

 NO_STAGE is not a user variable. Do not set that.
 
 It is not intended that 'make install' creates a package in a read-only
 directory. As I said, I am discussing this to fix it. For now you must
 set PACKAGES= to a writable location until it is fixed.

Thank you, I'll do that!


Stefan

-- 
Stefan Bethke s...@lassitu.de   Fon +49 151 14070811

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Ruby Port error

2013-09-27 Thread Thomas Abthorpe
On Fri, Sep 27, 2013 at 02:16:16PM +0200, Jos Chrispijn wrote:
Justs tried to upgrade ruby but something goes wrong here:
 portupgrade -a
** Port marked as IGNORE: lang/ruby18:
is forbidden: Vulernerable,
[1]http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- lang/ruby18 (marked as IGNORE)
Can you pls provide a fix or should I wait for next upgrade?
Thanks,
Jos Chrispijn
 
 References
 
1. http://vuxml.org/freebsd/ebd877b9-7ef4-4375-b1fd-c67780581898.html

lang/ruby18 is destined for removal on October 10.  I would suggest
upgrading to lang/ruby19 per the instructions in /usr/port/UPDATING
dated 20130527.


Thomas

-- 
Thomas Abthorpe | FreeBSD Committer
tabtho...@freebsd.org   | http://people.freebsd.org/~tabthorpe


pgpuM_mDUZLA6.pgp
Description: PGP signature


Re: [REL - head-i386-default][security/sancp] Failed for sancp-1.6.1_4 in build (fwd)

2013-09-27 Thread William Grzybowski
10.0 does not have gcc.
You need it to fix it to either respect ${CC} (in this case ${CXX}) or
use USE_GCC= in your port.

On Fri, Sep 27, 2013 at 11:26 AM, Paul Schmehl pa...@utdallas.edu wrote:
 Did something change in 10.0?  This port builds fine on my 8.3 box.  I'm at
 a loss to know how to fix a problem I can't reproduce.

  Forwarded Message 
 Date: September 26, 2013 12:15:25 PM -0500
 From: pkg-fall...@freebsd.org
 To: pa...@utdallas.edu
 Cc: pkg-fall...@freebsd.org
 Subject: [REL - head-i386-default][security/sancp] Failed for sancp-1.6.1_4
 in build

 You are receiving this mail as a port that you maintain
 is failing to build on the FreeBSD package build server.
 Please investigate the failure and submit a PR to fix
 build.

 Maintainer: pa...@utdallas.edu
 Last committer: b...@freebsd.org
 Ident:  $FreeBSD: head/security/sancp/Makefile 327769 2013-09-20
 22:55:24Z bapt $ Log URL:
 http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52s/l
 ogs/sancp-1.6.1_4.log Build URL:
 http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52s
 Log:

  Building security/sancp
 build started at Thu Sep 26 17:15:22 UTC 2013
 port directory: /usr/ports/security/sancp
 building for: FreeBSD head-i386-default-job-05 10.0-CURRENT FreeBSD
 10.0-CURRENT i386 maintained by: pa...@utdallas.edu
 Makefile ident:  $FreeBSD: head/security/sancp/Makefile 327769
 2013-09-20 22:55:24Z bapt $ Poudriere version: 3.1-pre

 ---Begin Environment---
 UNAME_m=i386
 UNAME_p=i386
 OSVERSION=155
 UNAME_v=FreeBSD 10.0-CURRENT
 UNAME_r=10.0-CURRENT
 BLOCKSIZE=K
 MAIL=/var/mail/root
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bi
 n:/root/bin STATUS=1
 MASTERMNT=/usr/local/poudriere/data/build/head-i386-default/ref
 PKG_EXT=txz
 tpid=26384
 POUDRIERE_BUILD_TYPE=bulk
 NBPARALLEL=24
 PKGNG=1
 PKGNAME=sancp-1.6.1_4
 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
 PKG_ADD=/usr/local/sbin/pkg-static add
 PWD=/root
 MASTERNAME=head-i386-default
 USER=root
 HOME=/root
 POUDRIERE_VERSION=3.1-pre
 LOCALBASE=/usr/local
 PACKAGE_BUILDING=yes
 PKG_VERSION=/poudriere/pkg-static version
 ---End Environment---

 ---Begin OPTIONS List---
 ---End OPTIONS List---

 --CONFIGURE_ARGS--

 --End CONFIGURE_ARGS--

 --CONFIGURE_ENV--
 TMPDIR=/tmp SHELL=/bin/sh CONFIG_SHELL=/bin/sh
 --End CONFIGURE_ENV--

 --MAKE_ENV--
 TMPDIR=/tmp SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
 LOCALBASE=/usr/local  LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -pipe
 -fno-strict-aliasing  CPP=cpp CPPFLAGS=  LDFLAGS=  CXX=c++
 CXXFLAGS=-O2 -pipe -fno-strict-aliasing  MANPREFIX=/usr/local
 BSD_INSTALL_PROGRAM=install  -s -o root -g wheel -m 555
 BSD_INSTALL_LIB=install  -s -o root -g wheel -m 444
 BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555
 BSD_INSTALL_DATA=install  -o root -g wheel -m 444
 BSD_INSTALL_MAN=install  -o root -g wheel -m 444 --End MAKE_ENV--

 --SUB_LIST--
 PREFIX=/usr/local
 LOCALBASE=/usr/local
 DATADIR=/usr/local/share/sancp
 DOCSDIR=/usr/local/share/doc/sancp
 EXAMPLESDIR=/usr/local/share/examples/sancp
 WWWDIR=/usr/local/www/sancp
 ETCDIR=/usr/local/etc/sancp
 --End SUB_LIST--

 ---Begin make.conf---
 ARCH=i386
 MACHINE=i386
 MACHINE_ARCH=i386
 USE_PACKAGE_DEPENDS=yes
 BATCH=yes
 WRKDIRPREFIX=/wrkdirs
 PACKAGES=/packages
 DISTDIR=/distfiles
  /usr/local/etc/poudriere.d/make.conf 
 WITH_PKGNG=yes
 NO_RESTRICTED=yes
 DISABLE_MAKE_JOBS=yes
 ---End make.conf---
 ===  Cleaning for sancp-1.6.1_4
 ===phase: check-config   
 ===
 ===phase: pkg-depends
 ===   sancp-1.6.1_4 depends on file: /usr/local/sbin/pkg - not found
 ===Verifying install for /usr/local/sbin/pkg in
 /usr/ports/ports-mgmt/pkg ===   Installing existing package
 /packages/All/pkg-1.1.4_5.txz
 Installing pkg-1.1.4_5... done
 If you are upgrading from the old package format, first run:

  # pkg2ng
 ===   Returning to build of sancp-1.6.1_4
 ===
 ===phase: fetch-depends  
 ===
 ===phase: fetch  
 === Fetching all distfiles required by sancp-1.6.1_4 for building
 ===
 ===phase: checksum   
 === Fetching all distfiles required by sancp-1.6.1_4 for building
 = SHA256 Checksum OK for sancp-1.6.1-stable.tar.gz.
 ===
 ===phase: extract-depends
 ===
 

cmake missing although its defined in USES=

2013-09-27 Thread mike

Hi,
kicad-devel fails to compile on the cluster:
(Full log in 
http://beefy2.isc.freebsd.org/bulk/latest-per-pkg/kicad-devel/r4313_3/head-amd64-default.log 
)


...
===phase: configure  
===  Configuring for kicad-devel-r4313_3
===  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/cad/kicad-devel/work/kicad-r4313
env: /usr/local/bin/cmake: No such file or directory
*** Error code 127

Stop.
make: stopped in /usr/ports/cad/kicad-devel
===  Cleaning for kicad-devel-r4313_3
build of /usr/ports/cad/kicad-devel ended at Thu Sep 26 08:23:31 UTC 2013
build time: 00:01:33
...

But it has defined in the Makefile:
...
USES=   cmake gettext
...

How can this happen?

CU
---
Michael Reifenberger
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [REL - head-i386-default][security/sancp] Failed for sancp-1.6.1_4 in build (fwd)

2013-09-27 Thread Paul Schmehl

Thank you.

--On September 27, 2013 11:31:53 AM -0300 William Grzybowski 
willia...@gmail.com wrote:



10.0 does not have gcc.
You need it to fix it to either respect ${CC} (in this case ${CXX}) or
use USE_GCC= in your port.

On Fri, Sep 27, 2013 at 11:26 AM, Paul Schmehl pa...@utdallas.edu wrote:

Did something change in 10.0?  This port builds fine on my 8.3 box.  I'm
at a loss to know how to fix a problem I can't reproduce.

 Forwarded Message 
Date: September 26, 2013 12:15:25 PM -0500
From: pkg-fall...@freebsd.org
To: pa...@utdallas.edu
Cc: pkg-fall...@freebsd.org
Subject: [REL - head-i386-default][security/sancp] Failed for
sancp-1.6.1_4 in build

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: pa...@utdallas.edu
Last committer: b...@freebsd.org
Ident:  $FreeBSD: head/security/sancp/Makefile 327769 2013-09-20
22:55:24Z bapt $ Log URL:
http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52
s/l ogs/sancp-1.6.1_4.log Build URL:
http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-09-26_06h12m52s
Log:

 Building security/sancp
build started at Thu Sep 26 17:15:22 UTC 2013
port directory: /usr/ports/security/sancp
building for: FreeBSD head-i386-default-job-05 10.0-CURRENT FreeBSD
10.0-CURRENT i386 maintained by: pa...@utdallas.edu
Makefile ident:  $FreeBSD: head/security/sancp/Makefile 327769
2013-09-20 22:55:24Z bapt $ Poudriere version: 3.1-pre

---Begin Environment---
UNAME_m=i386
UNAME_p=i386
OSVERSION=155
UNAME_v=FreeBSD 10.0-CURRENT
UNAME_r=10.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local
/bi n:/root/bin STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/head-i386-default/ref
PKG_EXT=txz
tpid=26384
POUDRIERE_BUILD_TYPE=bulk
NBPARALLEL=24
PKGNG=1
PKGNAME=sancp-1.6.1_4
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=head-i386-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=/poudriere/pkg-static version
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR=/tmp SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
TMPDIR=/tmp SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
LOCALBASE=/usr/local  LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -pipe
-fno-strict-aliasing  CPP=cpp CPPFLAGS=  LDFLAGS=  CXX=c++
CXXFLAGS=-O2 -pipe -fno-strict-aliasing  MANPREFIX=/usr/local
BSD_INSTALL_PROGRAM=install  -s -o root -g wheel -m 555
BSD_INSTALL_LIB=install  -s -o root -g wheel -m 444
BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555
BSD_INSTALL_DATA=install  -o root -g wheel -m 444
BSD_INSTALL_MAN=install  -o root -g wheel -m 444 --End MAKE_ENV--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/sancp
DOCSDIR=/usr/local/share/doc/sancp
EXAMPLESDIR=/usr/local/share/examples/sancp
WWWDIR=/usr/local/www/sancp
ETCDIR=/usr/local/etc/sancp
--End SUB_LIST--

---Begin make.conf---
ARCH=i386
MACHINE=i386
MACHINE_ARCH=i386
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PACKAGES=/packages
DISTDIR=/distfiles
 /usr/local/etc/poudriere.d/make.conf 
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=yes
---End make.conf---
===  Cleaning for sancp-1.6.1_4
===phase: check-config


=== ===phase: pkg-depends
 ===   sancp-1.6.1_4 depends on file:
/usr/local/sbin/pkg - not found ===Verifying install for
/usr/local/sbin/pkg in
/usr/ports/ports-mgmt/pkg ===   Installing existing package
/packages/All/pkg-1.1.4_5.txz
Installing pkg-1.1.4_5... done
If you are upgrading from the old package format, first run:

 # pkg2ng
===   Returning to build of sancp-1.6.1_4

=== ===phase: fetch-depends


=== ===phase: fetch
 === Fetching all distfiles required by
sancp-1.6.1_4 for building

=== ===phase: checksum
 === Fetching all distfiles required by
sancp-1.6.1_4 for building = SHA256 Checksum OK for
sancp-1.6.1-stable.tar.gz.

=== ===phase:
extract-depends

=== ===phase: extract

Re: MariaDB 5.5.53a (Was: CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig)

2013-09-27 Thread Michael Gmelin
On Fri, 27 Sep 2013 10:31:22 +0100
Alexandr Kovalenko ne...@nevermind.kiev.ua wrote:

 On Thu, Sep 26, 2013 at 3:54 PM, Michael Gmelin free...@grem.de
 wrote:
  On Thu, 26 Sep 2013 15:28:54 +0100
  Alexandr Kovalenko ne...@nevermind.kiev.ua wrote:
 
  On Thu, Sep 26, 2013 at 3:05 PM, Michael Gmelin free...@grem.de
  wrote:
 
   Since you're working on 5.5.33a it would be great if you could
   incorporate the patches I just submitted to allow building
   mariadb using clang's libc++
   http://www.freebsd.org/cgi/query-pr.cgi?pr=182408 .
 
  ports/182287 should be closed [adding flo@ : ], as I will submit
  maintainer update soon and also this PR does not actually enable
  TOKUDB (which is what I'm fighting now, but probably will give up
  for now and submit update without it to work on TOKUDB later).
 
  2. Would you be so kind to send me patches against current
  (5.5.33a) source to help me a bit? :)
 
  I verified my patches against 5.5.33a from 2013-09-20:
 
  patch-sql_item_subselect.cc: applies ok
  patch-storage_pbxt_src_strutil_xt.cc: pbxt has been removed
  patch-storage_pbxt_src_index_xt.cc: pbxt has been removed
  patch-storage_pbxt_src_util_xt.cc: pbxt has been removed
  patch-storage_federated_ha_federated.cc: already upstream
  patch-sql_sql_trigger.cc: ok
  patch-sql_sql_view.cc: ok
 
  This means that only three patches will be required. Just untar the
  attached tarball in the ports files directory:
 
  cd /usr/ports/databases/mariadb55-server/files
  tar -xzf /path/to/patches.tgz
 
  There might be more challenges new to this version of MariaDB, so
  I'm more than happy to test the port once you're ready.
 
 Thanks, your patches are incorporated into
 http://www.freebsd.org/cgi/query-pr.cgi?pr=182426 :)
 
 Please feel free to test this update and report any problems you may
 encounter :)
 

Hi Alexandr,

I tested the port and everything builds fine, no leftovers etc. I'll
let you know if I hit any runtime issues, but so far things look good.
IMHO this is ready for production.

Thanks for your work,
Michael

-- 
Michael Gmelin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


ports/181413 request maintainer timeout

2013-09-27 Thread David Demelier
Hi,

I've sent a PR a month ago about visualboyadvance-m [1]. Can someone
please commit it as a maintainer timeout?

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181413

Kind regards,

David.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org