Re: Help with making a port C11 compliant

2016-05-06 Thread Walter Schwarzenfeld
Now the test with gcc47 is finish,it does not work with poudriere. But gcc48 and gcc5. The /CXXFLAGS+= -D_GLIBCXX_USE_C99 flag is used in two dozens of ports (if you look in the portstree) for same or similiar reasons, I think it will be ok./ ___

Re: Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
On 05/06/2016 04:35 PM, Walter Schwarzenfeld wrote: > Write in the Makefiles of math/cln and math/GiNaC > > USE_GCC= 4.7 > (you can also use 4.8 or 5) > and > CXXFLAGS+= -D_GLIBCXX_USE_C99 > > I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere > in a 93amd64 jail

Re: Help with making a port C11 compliant

2016-05-06 Thread Walter Schwarzenfeld
Write in the Makefiles of math/cln and math/GiNaC USE_GCC= 4.7 (you can also use 4.8 or 5) and CXXFLAGS+= -D_GLIBCXX_USE_C99 I have tested it with 4.7 and 5 in the port and with gcc5 with poudriere in a 93amd64 jail (the test with 4.7 is running in the moment). And it builds fine.

Re: Help with making a port C11 compliant

2016-05-06 Thread Brooks Davis
On Fri, May 06, 2016 at 04:16:54PM +, Montgomery-Smith, Stephen wrote: > Here is my problem: > http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log > > the configure script says: > configure: error: Standard ISO C++ headers are missing > > In the Makefile I have the

Help with making a port C11 compliant

2016-05-06 Thread Montgomery-Smith, Stephen
Here is my problem: http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log the configure script says: configure: error: Standard ISO C++ headers are missing In the Makefile I have the line: USES= compiler:c++11-lang Is there anything else I need to do? I

help with making a port

2013-07-07 Thread Aryeh Friedman
I am attempting to put together a port for a new program and I am getting a very odd error message (i.e. it says the port conflicts with itself!?!?!?!): pkg-static: foo-0.1 conflicts with foo-0.1 (installs files into the same place). Problematic file: /usr/local/share/foo/foo.jar What causes

Fwd: help with making a port

2013-07-07 Thread Aryeh Friedman
-- Forwarded message -- From: Aryeh Friedman aryeh.fried...@gmail.com Date: Sun, Jul 7, 2013 at 1:12 PM Subject: help with making a port To: FreeBSD Ports ML freebsd-ports@freebsd.org I am attempting to put together a port for a new program and I am getting a very odd error

Fwd: help with making a port

2013-07-07 Thread Aryeh Friedman
GMail is being weird this is a 3rd try at reposting -- Forwarded message -- From: Aryeh Friedman aryeh.fried...@gmail.com Date: Sun, Jul 7, 2013 at 1:12 PM Subject: help with making a port To: FreeBSD Ports ML freebsd-ports@freebsd.org I am attempting to put together a port

Re: help with making a port

2013-07-07 Thread Jason Helfman
On Sun, Jul 7, 2013 at 10:12 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: I am attempting to put together a port for a new program and I am getting a very odd error message (i.e. it says the port conflicts with itself!?!?!?!): pkg-static: foo-0.1 conflicts with foo-0.1 (installs files

Re: help with making a port

2013-07-07 Thread Aryeh Friedman
It uses a non-standard build system (devel/cook) but here is the Makefile for the port itself (not the program). Also note for legal reasons (we are still in the process of getting a trademark on the name) I have changed the actual port name, category and comment [the real values are known to

Re: help with making a port

2013-07-07 Thread Aryeh Friedman
oops forgot the pkg-plist: share/foo/foo.jar etc/rc.d/foo etc/foo/instances apache-tomcat-7.0/webapps/foo.war On Sun, Jul 7, 2013 at 1:42 PM, Aryeh Friedman aryeh.fried...@gmail.com wrote: It uses a non-standard build system (devel/cook) but here is the Makefile for the port itself (not the

Re: help with making a port

2013-07-07 Thread Jason Helfman
On Sun, Jul 7, 2013 at 10:44 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: oops forgot the pkg-plist: share/foo/foo.jar etc/rc.d/foo etc/foo/instances apache-tomcat-7.0/webapps/foo.war On Sun, Jul 7, 2013 at 1:42 PM, Aryeh Friedman aryeh.fried...@gmail.com wrote: It uses a

Re: help with making a port

2013-07-07 Thread Aryeh Friedman
Looking in /var/db/pkg and /var/db/ports I see nothing... anywhere else to look? ___ 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: help with making a port

2013-07-07 Thread Jason Helfman
pkg which /path/to/file or pkg_info -W /path/to/file Odd though that you checked there, and it wasn't recorded -jgh On Sun, Jul 7, 2013 at 11:55 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: Looking in /var/db/pkg and /var/db/ports I see nothing... anywhere else to look? -- --

Re: help with making a port

2013-07-07 Thread Aryeh Friedman
On Sun, Jul 7, 2013 at 3:51 PM, Jason Helfman j...@freebsd.org wrote: pkg which /path/to/file or pkg_info -W /path/to/file Odd though that you checked there, and it wasn't recorded aryeh@dev:/home/aryeh% pkg_info -W /usr/local/share/foo/foo.jar pkg_info: You appear to be using the newer

Re: help with making a port

2013-07-07 Thread Shane Ambler
On 08/07/2013 05:32, Aryeh Friedman wrote: On Sun, Jul 7, 2013 at 3:51 PM, Jason Helfman j...@freebsd.org wrote: pkg which /path/to/file or pkg_info -W /path/to/file aryeh@dev:/home/aryeh% pkg_info -W /usr/local/share/foo/foo.jar pkg_info: You appear to be using the newer pkg(1) tool on this

Re: Help with making a port using Java

2006-10-24 Thread Stefan Walter
Hi, Alejandro Pulver, 24.10.06, 00:21h CEST: I have read the PH entry about Java but it doesn't describe how to solve some problems I am having, related to ANT (not finding packages). I have attached two partial ports, which fail to build. Could someone please point me in the right

Help with making a port using Java

2006-10-23 Thread Alejandro Pulver
Hello. I have read the PH entry about Java but it doesn't describe how to solve some problems I am having, related to ANT (not finding packages). I have attached two partial ports, which fail to build. Could someone please point me in the right direction? Thanks and Best Regards, Ale