ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread O. Hartmann
Setting only base system source compiler optins in /etc/src.conf, for instance # CXXFLAGS+= -stdlib=libc++ CXXFLAGS+= -std=c++11 which do NOT appear in /etc/make.conf, make building port grahpics/libfpx complaining about unrecognized compiler options. As far a sI

Re: 7+ days of dogfood

2013-02-13 Thread Anton Shterenlikht
From s...@troutmask.apl.washington.edu Wed Feb 13 03:40:53 2013 On Wed, Feb 13, 2013 at 02:15:08AM +, b.f. wrote: On 2/13/13, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Wed, Feb 13, 2013 at 12:18:29AM +, b.f. wrote: # cat

11

2013-02-13 Thread 4444444444444
11 ___ 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: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Tom Evans
On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi yama...@kbh.biglobe.ne.jp wrote: On 2013/02/13 19:08, O. Hartmann wrote: Setting only base system source compiler optins in /etc/src.conf, for instance # CXXFLAGS+= -stdlib=libc++ CXXFLAGS+= -std=c++11 which do

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread Kimmo Paasiala
On Wed, Feb 13, 2013 at 3:33 PM, Tom Evans tevans...@googlemail.com wrote: On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi yama...@kbh.biglobe.ne.jp wrote: On 2013/02/13 19:08, O. Hartmann wrote: Setting only base system source compiler optins in /etc/src.conf, for instance # CXXFLAGS+=

Writing port makefile

2013-02-13 Thread Gary J. Hayers
Hi, I am writing a makefile for a new port. The port in question is a simple port that is a simple download extract and copy to a directory, how is the best way to achieve this? There is no compiling of files in the work directory it simply needs to extract and copy the file to a directory.

Re: Writing port makefile

2013-02-13 Thread Lars Engels
On Wed, Feb 13, 2013 at 03:34:59PM +, Gary J. Hayers wrote: On 13/02/2013 15:30, Chris Rees wrote: On 13 Feb 2013 15:20, Gary J. Hayers g...@hayers.org wrote: First define NO_BUILD=yes, and then make a do-install target. What type of files, and to where? Chris Thanks Chris, as

Re: Writing port makefile

2013-02-13 Thread Gary J. Hayers
On 13/02/2013 15:37, Lars Engels wrote: Thanks Chris, as it happens I found the NO_BUILD=yes target just after I mailed the list. there will be 3 files installed in /usr/share/doc/%{PORTNAME} and 1 file in /usr/local/bin. So I just have to learn a little of the do-install target now. Don't

Status of sci/gramps?

2013-02-13 Thread Joseph A. Nagy, Jr
What's the status on sci/gramps? Has the latest (or close to it) version been ported? Is there a list I should be on to see if it has or discuss it? I am really interested in this port and haven't heard from the new maintainer in a while. -- Yours in Christ, Joseph A Nagy Jr Whoever loves

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-13 Thread O. Hartmann
Am 02/13/13 15:05, schrieb Kimmo Paasiala: On Wed, Feb 13, 2013 at 3:33 PM, Tom Evans tevans...@googlemail.com wrote: On Wed, Feb 13, 2013 at 12:30 PM, Yamaya Takashi yama...@kbh.biglobe.ne.jp wrote: On 2013/02/13 19:08, O. Hartmann wrote: Setting only base system source compiler optins in

Re: 7+ days of dogfood

2013-02-13 Thread b.f.
On 2/13/13, Anton Shterenlikht me...@bristol.ac.uk wrote: From s...@troutmask.apl.washington.edu Wed Feb 13 03:40:53 2013 On Wed, Feb 13, 2013 at 02:15:08AM +, b.f. wrote: On 2/13/13, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Wed, Feb 13, 2013 at

Re: Writing port makefile

2013-02-13 Thread Jerry
On Wed, 13 Feb 2013 15:40:46 + Gary J. Hayers articulated: Thanks Lars, I am going through it slowly, it's not like the first port I ported which was fairly easy in comparison. If you don't have portlint installed, I would highly recommend that you do so --

Re: Writing port makefile

2013-02-13 Thread Gary J. Hayers
On 13/02/2013 15:40, Gary J. Hayers wrote: Thanks Lars, I am going through it slowly, it's not like the first port I ported which was fairly easy in comparison. Ok sor got that going now but after I run make I get: Makefile, line 19: Need an operator make: fatal errors encountered -- cannot

Switch from portupgrade to portmaster - looking for '--keep-going'

2013-02-13 Thread Heino Tiedemann
Hi, luky using portmater now - but I am searching for any flag that was called --keep-going in portupgrade: , | --keep-going Force the upgrade of a package even if some of the | requisite packages have failed to upgrade in |

Re: Writing port makefile

2013-02-13 Thread Gary J. Hayers
On 13/02/2013 17:49, Gary J. Hayers wrote: On 13/02/2013 15:40, Gary J. Hayers wrote: Thanks Lars, I am going through it slowly, it's not like the first port I ported which was fairly easy in comparison. Ok sor got that going now but after I run make I get: Makefile, line 19: Need an operator

Status of sci/gramps?

2013-02-13 Thread Robert Huff
Joseph A. Nagy, Jr writes: What's the status on sci/gramps? Has the latest (or close to it) version been ported? Is there a list I should be on to see if it has or discuss it? I am really interested in this port and haven't heard from the new maintainer in a while. gramps-3.3.0

graphics/visionworkbench: 4 out of 4 hunks failed--saving rejects to src/vw/BundleAdjustment/ControlNetworkLoader.cc.rej

2013-02-13 Thread O. Hartmann
Since a couple of days now, the last update of port graphics/visionworkbench seems to be very sloppy and incomplete committed: === Starting check for build dependencies === Gathering dependency list for graphics/visionworkbench from ports === Dependency check complete for graphics/visionworkbench

Re: Switch from portupgrade to portmaster - looking for '--keep-going'

2013-02-13 Thread Chris Rees
On 13 Feb 2013 18:18, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: Hi, luky using portmater now - but I am searching for any flag that was called --keep-going in portupgrade: , | --keep-going Force the upgrade of a package even if some of the |