Re: firefox won't build

2013-07-31 Thread Jan Beich
Gary Aitken vagab...@blackfoot.net writes: Ports tree updated this morning and everything being built on amd64. Unfortunately, I don't know enough about c++ templates to see what's wrong. Anyone else seeing this? I'd try using lang/clang but FreeBSD 9.0-RELEASE is EOL since April.

ftp/curl 7.31.0 fails configure, stops www/seamonkey build/upgrade

2013-07-31 Thread Thomas Mueller
I was trying to portmaster www/seamonkey www/seamonkey-i18n and came to a snag on one dependency, ftp/curl failing in the configure script. Would I do better to go without the optional enigmail? It looks like there was an error there, in the CFLAGS, for curl. My installed seamonkey-2.17.1 was

Re: Port Build options

2013-07-31 Thread Anton Shterenlikht
Subject: Port Build options From: Stan Gammons s_gamm...@charter.net To: FreeBSD Ports freebsd-ports@freebsd.org Date: Tue, 30 Jul 2013 21:27:24 -0500 When one builds a port manually with make install clean or uses portmaster to build a port, does one typically select ALL of the compile options?

Re: firefox won't build

2013-07-31 Thread James
What is the exact build stop error? Jan Beich jbe...@tormail.org wrote: Gary Aitken vagab...@blackfoot.net writes: Ports tree updated this morning and everything being built on amd64. Unfortunately, I don't know enough about c++ templates to see what's wrong. Anyone else seeing this? I'd

Re: Port Build options

2013-07-31 Thread Sam Fourman Jr.
On Tue, Jul 30, 2013 at 10:27 PM, Stan Gammons s_gamm...@charter.netwrote: When one builds a port manually with make install clean or uses portmaster to build a port, does one typically select ALL of the compile options? Which also leads to another question, are the pre-built packages that

FreeBSD ports you maintain which are out of date

2013-07-31 Thread portscout
+-+ www/xpi-pentadactyl | 20130407| 20130731 +-+ If any of the above results are invalid, please check the following

Re: Port Build options

2013-07-31 Thread Stan Gammons
On Wed, 2013-07-31 at 04:53 -0400, Sam Fourman Jr. wrote: Stan, This is a interesting question and one that I struggled with back when I first came to open source YEARS ago... what time and experience will taught me is that, more is almost ALWAYS, NOT better... so really there is no upside

[CALL FOR REVIEW] Removing bsd.java.mk from bsd.port.post.mk

2013-07-31 Thread Baptiste Daroussin
Hi all, I have been looking at bsd.java.mk and I haven't seen a reason for it to be included in post.mk phase. I did an exp-run removing the second inclusion and saw no fallout from there. While here I removed the redefinition of do-build because now we can just specify a couple of variable and

Re: Port Build options

2013-07-31 Thread Sam Fourman Jr.
On Wed, Jul 31, 2013 at 5:53 AM, Stan Gammons s_gamm...@charter.net wrote: On Wed, 2013-07-31 at 04:53 -0400, Sam Fourman Jr. wrote: Stan, This is a interesting question and one that I struggled with back when I first came to open source YEARS ago... what time and experience will

[QAT] r324035: 4x leftovers

2013-07-31 Thread Ports-QAT
Unbreak after trousers update - Build ID: 20130731115000-49253 Job owner: anto...@freebsd.org Buildtime: 5 minutes Enddate: Wed, 31 Jul 2013 11:55:26 GMT Revision: r324035

r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Nikolai Lifanov
r253680 enables SSL certificate verification for fetch command. Ports use fetch to download distfiles. At least all USE_GITHUB fetches are broken on CURRENT, and others might be too. What is the correct/intended way to handle master sites that use bad SSL certificates? Is there an intention

Re: Port Build options

2013-07-31 Thread Stan Gammons
Sam and list, sorry for the top post. That goes with using a mobile device for email. I like FreeBSD a lot and would like to get KDE4 working with it, but I may try PC-BSD. I went back to 8.4 and used sysinstall to install KDE4 and it mostly works the way I expect. The one thing that doesn't

lRevision: 324042: ang/python27: gnoring previously applied (or reversed) patch. 1 out of 1 hunks

2013-07-31 Thread O. Hartmann
Port lang/python27 fails to update properly: === Applying FreeBSD patches for python27-2.7.5_1 === Ignoring patchfile /usr/ports/lang/python27/files/patch-Modules-_ctypes-libffi-fficonfig.py.in.orig Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Michael Gmelin
On Wed, 31 Jul 2013 08:18:51 -0400 Nikolai Lifanov lifa...@mail.lifanov.com wrote: r253680 enables SSL certificate verification for fetch command. Ports use fetch to download distfiles. At least all USE_GITHUB fetches are broken on CURRENT, and others might be too. What is the

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Nikolai Lifanov
On 07/31/13 08:48, Michael Gmelin wrote: On Wed, 31 Jul 2013 08:18:51 -0400 Nikolai Lifanov lifa...@mail.lifanov.com wrote: r253680 enables SSL certificate verification for fetch command. Ports use fetch to download distfiles. At least all USE_GITHUB fetches are broken on CURRENT, and others

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Mark Felder
On Wed, Jul 31, 2013, at 8:05, Nikolai Lifanov wrote: I fully agree. We already checksum the *distfiles*. It shouldn't be important what the source is. Are there any objections to adding --no-verify-peer to FETCH_ARGS across the board? Won't that break fetch for users whose fetch

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Michael Gmelin
On Wed, 31 Jul 2013 08:10:28 -0500 Mark Felder f...@freebsd.org wrote: On Wed, Jul 31, 2013, at 8:05, Nikolai Lifanov wrote: I fully agree. We already checksum the *distfiles*. It shouldn't be important what the source is. Are there any objections to adding --no-verify-peer to

Re: Port Build options

2013-07-31 Thread Sam Fourman Jr.
On Wed, Jul 31, 2013 at 8:00 AM, Stan Gammons s_gamm...@charter.net wrote: Sam and list, sorry for the top post. That goes with using a mobile device for email. I like FreeBSD a lot and would like to get KDE4 working with it, but I may try PC-BSD. I went back to 8.4 and used sysinstall to

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Baptiste Daroussin
On Wed, Jul 31, 2013 at 03:24:07PM +0200, Michael Gmelin wrote: On Wed, 31 Jul 2013 08:10:28 -0500 Mark Felder f...@freebsd.org wrote: On Wed, Jul 31, 2013, at 8:05, Nikolai Lifanov wrote: I fully agree. We already checksum the *distfiles*. It shouldn't be important what the source

Re: Port Build options

2013-07-31 Thread Stan Gammons
Sam, that's not the only problem I have when trying to build from ports on 9.1 It's an ATI Radeon video card. I forget whether it's a 67xx or a 76xx series. I saw a couple of the problems I have on the KDE list. One is the screen goes black leaving just the mouse pointer when you log out.

editors/vim: does not compile on CURRENT

2013-07-31 Thread O. Hartmann
I have one box that is reluctantly not compiling port editors/vim with the following error. On several other boxes with very similar hardware AND compilation options of the very same OS (CUURENT) the compilation is perfect. I also tried to recompile gettext and everything that is requisite for

Re: editors/vim: does not compile on CURRENT

2013-07-31 Thread Michael Gmelin
On Wed, 31 Jul 2013 16:28:37 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: I have one box that is reluctantly not compiling port editors/vim with the following error. On several other boxes with very similar hardware AND compilation options of the very same OS (CUURENT) the

Re: editors/vim: does not compile on CURRENT

2013-07-31 Thread O. Hartmann
On Wed, 31 Jul 2013 16:33:22 +0200 Michael Gmelin free...@grem.de wrote: On Wed, 31 Jul 2013 16:28:37 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: I have one box that is reluctantly not compiling port editors/vim with the following error. On several other boxes with very

Re: editors/vim: does not compile on CURRENT

2013-07-31 Thread Baptiste Daroussin
On Wed, Jul 31, 2013 at 05:31:44PM +0200, O. Hartmann wrote: On Wed, 31 Jul 2013 16:33:22 +0200 Michael Gmelin free...@grem.de wrote: On Wed, 31 Jul 2013 16:28:37 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: I have one box that is reluctantly not compiling port editors/vim

port graphics/blender fails to compile due to issue in math.h: error: controlling expression type 'unsigned int' not compatible with any generic association type [...] isnan' __fp_type_select(x, __in

2013-07-31 Thread O. Hartmann
On most recent CUURENT (FreeBSD 10.0-CURRENT #4 r253800: Tue Jul 30 13:41:11 CEST 2013 amd64 ) port garphics/blender fails to compile due to the following error. I guess this has to do with the changes necessary to math.h/cmath and the c++11 standard issue. [...] Scanning dependencies of target

Re: editors/vim: does not compile on CURRENT

2013-07-31 Thread O. Hartmann
On Wed, 31 Jul 2013 17:51:00 +0200 Baptiste Daroussin b...@freebsd.org wrote: On Wed, Jul 31, 2013 at 05:31:44PM +0200, O. Hartmann wrote: On Wed, 31 Jul 2013 16:33:22 +0200 Michael Gmelin free...@grem.de wrote: On Wed, 31 Jul 2013 16:28:37 +0200 O. Hartmann

I can no longer us portmaster -a

2013-07-31 Thread Edwin L. Culp W.
I can no longer us portmaster -a. System info and results follow. Thanks for your suggestions. # uname -a FreeBSD home.encontacto.net 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #543 r253834: Wed Jul 31 06:42:38 CDT 2013 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64 # portmaster -a

Re: editors/vim: does not compile on CURRENT

2013-07-31 Thread Jeffrey Bouquet
I have/had/have had a similar libintl_textdomain in a great many ports (currently pcmanfm and about twenty others), and it has persisted on-and-off year after year.  No amount of dependency rebuild ususally solves it, eventually sometimes a remote package is installed instead (v9)  So I

Re: Ocaml ports needs love

2013-07-31 Thread Gabor Pali
On Wed, Jul 31, 2013 at 6:38 PM, Michael michip...@gmail.com wrote: I am curious about how to take advantage of OPAM for maintaining OCaml related ports. Actually, I have been also pondering this for a while already... :-) The ideal thing would be to have a `opam make-freebsd-port

astro/boinc-setiathome-v7 doesn't want to work

2013-07-31 Thread Torfinn Ingolfsen
I've been using setiathome v6 for many years now, without problem. But progress is inevitable. After installing astro/boinc-setiathome-v7 I just get these messages from the server: 20:46:03 SETI@home Message from server: This project doesn't support computers of type x86_64-pc-freebsd Am I

Re: firefox won't build

2013-07-31 Thread Gary Aitken
On 07/31/13 02:48, James wrote: What is the exact build stop error? It was in the original post, but here's a bit more detail: === Building for firefox-22.0,1 ... gmake -C 2d libs Blur.cpp gmake[4]: Entering directory `/usr/ports/www/firefox/work/mozilla-release/obj-x8

Re: I can no longer us portmaster -a

2013-07-31 Thread Anton Shterenlikht
Date: Wed, 31 Jul 2013 12:35:57 -0500 Subject: I can no longer us portmaster -a From: Edwin L. Culp W. edwinlc...@gmail.com To: freebsd-ports freebsd-ports@freebsd.org I can no longer us portmaster -a. System info and results follow. Thanks for your suggestions. # uname -a FreeBSD

Re: regarding port

2013-07-31 Thread Douglas Thrift
On 7/31/2013 1:09 PM, Neeraj Rawat wrote: hello i want to submit a new port. how can i do that? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

UPDATING entry for devel/glib20 does not match names of installed packages of the port.

2013-07-31 Thread Kimmo Paasiala
The installed package is named as 'glib-2.34.3'. This won't match the 'glib20' string in the UPDATING entry and 'pkg updating' misses the UPDATING entry. -Kimmo ___ freebsd-ports@freebsd.org mailing list

sysutils/hal fails to compile today

2013-07-31 Thread Kenta Suzumoto
Hi all. I'm doing what's mentioned in today's UPDATING and hal is failing to compile. I tried setting MAKE_JOBS_UNSAFE=yes in make.conf but it did not help. Snippet: 1 warning generated. mv -f .deps/probe-scsi.Tpo .deps/probe-scsi.Po clang -DHAVE_CONFIG_H -I. -I../../..

Re: lRevision: 324042: ang/python27: gnoring previously applied (or reversed) patch. 1 out of 1 hunks

2013-07-31 Thread Scot Hetzel
On Wed, Jul 31, 2013 at 7:47 AM, O. Hartmann o_hartm...@gmx.de wrote: Port lang/python27 fails to update properly: === Applying FreeBSD patches for python27-2.7.5_1 === Ignoring patchfile /usr/ports/lang/python27/files/patch-Modules-_ctypes-libffi-fficonfig.py.in.orig Ignoring