Re: Staging and read-only /usr/ports

2013-09-26 Thread William Grzybowski
On Thu, Sep 26, 2013 at 6:57 PM, Stefan Bethke wrote: > > Am 26.09.2013 um 23:54 schrieb William Grzybowski : > >> On Thu, Sep 26, 2013 at 6: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

Re: Staging and read-only /usr/ports

2013-09-26 Thread Stefan Bethke
Am 26.09.2013 um 23:54 schrieb William Grzybowski : > On Thu, Sep 26, 2013 at 6: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)

Re: Staging and read-only /usr/ports

2013-09-26 Thread William Grzybowski
On Thu, Sep 26, 2013 at 6: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

Staging and read-only /usr/ports

2013-09-26 Thread Stefan Bethke
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

deskutils/ical no longer builds on 10.0

2013-09-26 Thread Steve Kargl
It appears that this commit: 20130920: AFFECTS: Users of ports AUTHOR: b...@freebsd.org New way to override the default version of a language in the ports tree. The make variable, DEFAULT_VERSIONS, allows users to override the default version defined by the ports tree. For example

Re: [PATCH] emulators/virtualbox-ose-kmod in 10-current

2013-09-26 Thread Tomasz Sowa
On 2013.09.20 14:11, Olivier Smedts wrote: > There is already a PR : > www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971 > Thanks, I didn't see it. > With one of thoses patchs the port compiles fine but I still have core > dumps at start u

Re: portmaster -- preserving added files?

2013-09-26 Thread Kimmo Paasiala
On Thu, Sep 26, 2013 at 10:14 PM, Gary Aitken wrote: > On 09/26/13 12:39, Kimmo Paasiala wrote: >> On Thu, Sep 26, 2013 at 9:25 PM, Scot Hetzel wrote: >>> On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken >>> wrote: Is portmaster supposed to retain files which it did not install when upd

Re: portmaster -- preserving added files?

2013-09-26 Thread Gary Aitken
On 09/26/13 12:39, Kimmo Paasiala wrote: > On Thu, Sep 26, 2013 at 9:25 PM, Scot Hetzel wrote: >> On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken >> wrote: >>> Is portmaster supposed to retain files which it did not install when >>> updating / >>> reinstalling a port? >>> >>> For example, jave ex

Re: portmaster -- preserving added files?

2013-09-26 Thread Kimmo Paasiala
On Thu, Sep 26, 2013 at 9:25 PM, Scot Hetzel wrote: > On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken wrote: >> Is portmaster supposed to retain files which it did not install when >> updating / >> reinstalling a port? >> >> For example, jave extensions are normally installed by placing a jar file

Re: portmaster -- preserving added files?

2013-09-26 Thread Scot Hetzel
On Thu, Sep 26, 2013 at 11:35 AM, Gary Aitken wrote: > Is portmaster supposed to retain files which it did not install when updating > / > reinstalling a port? > > For example, jave extensions are normally installed by placing a jar file in > /usr/local/openjdk6/jre/lib/ext/ > > When reinstalli

games/plee-the-bear fails to build

2013-09-26 Thread David Demelier
Hi, Recent update fails to build plee-the-bear in my poudriere (FreeBSD 9.1, no clang) /usr/bin/c++ -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing CMakeFiles/running-bear.dir/code/running_bear.cpp.o CMakeFiles/running-bear.dir/code/main.cpp.o -o ../bin/running-bear -L/usr/local/

[RFC] Stage support for easy_install

2013-09-26 Thread William Grzybowski
Hi, I made an attempt to support stage for easy-install, you can find the patch here http://people.freebsd.org/~wg/easyinstall-stage.txt Aprrently it works :), let me know what you think. Cheers, ___ freebsd-ports@freebsd.org mailing list http://list

portmaster -- preserving added files?

2013-09-26 Thread Gary Aitken
Is portmaster supposed to retain files which it did not install when updating / reinstalling a port? For example, jave extensions are normally installed by placing a jar file in /usr/local/openjdk6/jre/lib/ext/ When reinstalling, these are wiped out. At least I think that's what happened when I

Unable to install ports w/ STAGE

2013-09-26 Thread Kevin Oberman
I am unable to install the "stageified" sysutils/fusefs-libs with DOC on. FreeBSD 9.2-PRERELEASE #0 r254672 I can build fusefs-libs just fine, but I can't install because the package fails to build from the work/stage direcdtory: Making install in doc /bin/mkdir -p '/usr/ports/sysutils/fusefs-li

Re: [poudriere-3.0.99.20130925] phase stage: chown/chgrp: Operation not permitted

2013-09-26 Thread Boris Samorodov
26.09.2013 17:40, Bryan Drewery пишет: > On 2013-09-26 07:09, Boris Samorodov wrote: >> install: >> /wrkdirs/usr/ports/ports-mgmt/poudriere-devel/work/stage/usr/local/bin/poudriere: >> >> chown/chgrp: Operation not permitted >> *** Error code 71 > > Fixed Confirmed. Thank you! -- WBR, Boris Sa

Re: CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig

2013-09-26 Thread Michael Gmelin
On Thu, 26 Sep 2013 15:28:54 +0100 Alexandr Kovalenko wrote: > On Thu, Sep 26, 2013 at 3:05 PM, Michael Gmelin > 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:/

Re: CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig

2013-09-26 Thread Alexandr Kovalenko
On Thu, Sep 26, 2013 at 3:05 PM, Michael Gmelin 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 [a

Re: CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig

2013-09-26 Thread Michael Gmelin
On Thu, 26 Sep 2013 14:00:32 +0100 Alexandr Kovalenko wrote: > Hello, > > I'm working on 5.5.33a MariaDB port now and got trouble making cmake > to find libexecinfo (stub for linuxish backtrace() function). > > I'm desperate now in trying to fight this thing: > > Determining if the function ba

Re: ports/182409: Update for databases/sqlcached

2013-09-26 Thread ivoras
Synopsis: Update for databases/sqlcached Responsible-Changed-From-To: ivoras->freebsd-ports Responsible-Changed-By: ivoras Responsible-Changed-When: Thu Sep 26 14:09:36 UTC 2013 Responsible-Changed-Why: I am not a ports committer. Somone needs to commit this for me. http://www.freebsd.org/cgi/qu

Re: ports/182410: Updated port for databases/mdcached

2013-09-26 Thread ivoras
Synopsis: Updated port for databases/mdcached Responsible-Changed-From-To: ivoras->freebsd-ports Responsible-Changed-By: ivoras Responsible-Changed-When: Thu Sep 26 14:10:55 UTC 2013 Responsible-Changed-Why: I am not a ports committer. Somone needs to commit this for me. http://www.freebsd.org/c

Re: [poudriere-3.0.99.20130925] phase stage: chown/chgrp: Operation not permitted

2013-09-26 Thread Bryan Drewery
On 2013-09-26 07:09, Boris Samorodov wrote: Hi Baptiste, Bryan, All, since poudriere-3.0.99.20130925 (poudriere-devel): - ===> ===> Staging for poudriere-devel-3.0.99.20130925 ===> Generating temporary packing list ===> src (install) ===> s

CMake, libexecinfo, ${LOCALBASE}/lib and ldconfig

2013-09-26 Thread Alexandr Kovalenko
Hello, I'm working on 5.5.33a MariaDB port now and got trouble making cmake to find libexecinfo (stub for linuxish backtrace() function). I'm desperate now in trying to fight this thing: Determining if the function backtrace exists failed with the following output: Change Dir: /usr/ports/databa

Re: [poudriere-3.0.99.20130925] phase stage: chown/chgrp: Operation not permitted

2013-09-26 Thread Bryan Drewery
It might be fixed in trunk. I'll look into it. Sent from my iPhone > On Sep 26, 2013, at 7:09, Boris Samorodov wrote: > > Hi Baptiste, Bryan, All, > > since poudriere-3.0.99.20130925 (poudriere-devel): > - > === > ===> Staging for poudriere-

[poudriere-3.0.99.20130925] phase stage: chown/chgrp: Operation not permitted

2013-09-26 Thread Boris Samorodov
Hi Baptiste, Bryan, All, since poudriere-3.0.99.20130925 (poudriere-devel): - === ===> Staging for poudriere-devel-3.0.99.20130925 ===> Generating temporary packing list ===> src (install) ===> src/bin (install) install -o root -g wheel -m 55

FreeBSD ports you maintain which are out of date

2013-09-26 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: [CFT/HEADSUP] Ports now have Stack Protector support

2013-09-26 Thread Anton Shterenlikht
Just to report back that I rebuilt ~200 ports on ia64 r255811 WITH_SSP_PORTS=yes, no issues so far. Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-u

Staging question : who should mkdir ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}

2013-09-26 Thread Yasuhiro KIMURA
Hello, While adding staging support to my emacs-lisp ports, I found ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} exists but ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} does not when 'make stage' is executed. Then who should (or how to) mkdir latter one? --- Yasuhiro KIMURA _