Re: How many versions of clang/llvm are currently required to maintain a system

2017-03-05 Thread Mark Linimon
Please see https://wiki.freebsd.org/ObsoleteLLVMVersions . mcl ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

How many versions of clang/llvm are currently required to maintain a system

2017-03-05 Thread Chris H
I've finally been able to bootstrap CURRENT FreeBSD on some new hardware I picked up -- that is, successfully get world/kernel built/installed on it. I see there's a newer version of clang in base (4), which I had hoped that ports would pick up on, and use. But I suppose it's a bit early for ports

Re: latest rust fails to install

2017-03-05 Thread Koichiro IWAO
I would also need their approval to revert anything. We are all doing this on our spare time and bapt@ and antoine@ are very busy with many tasks. Let's give them some more time :) That's too bad. Reverting to unbroken state should be done quickly. We get stuck, cannot go forward or backward for

Re: Bug 213486 databases/pg_rman unbreak and update to 1.3.3

2017-03-05 Thread Lacey Powers
On 03/05/2017 02:11 AM, Kurt Jaeger wrote: > Hi! > >> Two build problems: > I submitted a patch, which builds with recent postgres, but fails > with 9.3. See the PR for more details. > Hello Kurt, Thanks for having a look at this, even though you've got little time. =) I updated the PR as well, a

Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217244 (But if it will removend, half of the repo on the servers had to be recompiled. Cause if lzmalib is installed other ports grap it, if the needed or not). ___ freebsd-ports@freebsd.org mailing li

Re: archivers/libarchive fails to build

2017-03-05 Thread John
Hi, On Mon, 6 Mar 2017, at 00:12, Walter Schwarzenfeld wrote: > The old problem > Either you deinstall lzmalib > or > add to the Makefile > > .if ${OSVERSION} < 100 > CFLAGS+="-I${LOCALBASE}/include" > CPPFLAGS+= "-I${LOCALBASE}/include" > LDFLAGS+= "-L${LOCALBASE}/lib" > .

Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld
Sorry was not exacht you have to wrap CFLAGS+="-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" in the condition or you delete these three lines from the makefile. ___ freebsd-ports@freebsd.o

Re: linker errors for OpenGL functions

2017-03-05 Thread Kevin Oberman
On Sat, Mar 4, 2017 at 12:14 PM, Graham Menhennitt wrote: > G'day all, > > I've screwed up something on my system. When I try to build the > x11/kde4-workspace port, I get a pile of linker errors. I'm guessing that I > just need to reinstall some other OpenGL port, but I can't find out which > on

Re: archivers/libarchive fails to build

2017-03-05 Thread Walter Schwarzenfeld
The old problem Either you deinstall lzmalib or add to the Makefile .if ${OSVERSION} < 100 CFLAGS+="-I${LOCALBASE}/include" CPPFLAGS+= "-I${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" .endif https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209437 __

archivers/libarchive fails to build

2017-03-05 Thread John
Hello ports@ archivers/libarchive fails to build on 11.1-RELEASE-p8 and ports tree is 435506 ===> Building for libarchive-3.2.2,1 /usr/bin/make all-am /bin/sh ./libtool --tag=CC--mode=link cc -O2 -pipe -I/usr/local/include -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall -Wfo

Re: /usr/local/lib/libpkg.so: Undefined symbol "dirname@FBSD_1.0" on raspberrypi 3

2017-03-05 Thread Baptiste Daroussin
On Sun, Mar 05, 2017 at 04:34:37PM -0300, Otacílio wrote: > Dears > > I made a build of FreeBSD 12 r312852M for my RPI3. I'm using poudriere to > build packages. Unfortunately when I try to install a package I'm getting > this error: > That is because the revision of FreeBSD 12 you are building

/usr/local/lib/libpkg.so: Undefined symbol "dirname@FBSD_1.0" on raspberrypi 3

2017-03-05 Thread Otacílio
Dears I made a build of FreeBSD 12 r312852M for my RPI3. I'm using poudriere to build packages. Unfortunately when I try to install a package I'm getting this error: root@rpi3:/usr/home/ota # pkg install netperf Updating squitch repository catalogue... squitch repository is up-to-date. All r

Re: sysutils/detox

2017-03-05 Thread Doug Harple
Thank you! Best, Doug On Sun, Mar 5, 2017 at 2:07 AM Kurt Jaeger wrote: > Hi! > > > I'm the developer of detox. I recently released v1.3.0, and you can find > > it here. https://github.com/dharple/detox > > Update in the portstree done. > > -- > p...@opsec.eu+49 171 3101372

Strange Poudriere Error: clean_pool ???

2017-03-05 Thread Cy Schubert
/bin/mkdir -p '/wrkdirs/usr/ports/x11/libXrender/work/stage/usr/local/includ e/X 11/extensions' install -m 0644 ../include/X11/extensions/Xrender.h '/wrkdirs/usr/ports/x11/li bXrender/work/stage/usr/local/include/X11/extensions' /bin/mkdir -p '/wrkdirs/usr/ports/x11/libXrender/work/stage/usr/lo

Re: /usr/local/lib/gcc49/libgfortran.so: undefined reference to `fpgetsticky' on ARM

2017-03-05 Thread Otacílio
Em 05/03/2017 11:04, Tijl Coosemans escreveu: On Sun, 5 Mar 2017 08:03:56 -0300 Otacílio wrote: I'm trying compile math/openblas on a Beaglebone black. The compilations stops at this point with this error message: root@beaglebone:/usr/ports/math/openblas/work/OpenBLAS-0.2.19/lapack-netlib/INST

Re: /usr/local/lib/gcc49/libgfortran.so: undefined reference to `fpgetsticky' on ARM

2017-03-05 Thread Tijl Coosemans
On Sun, 5 Mar 2017 08:03:56 -0300 Otacílio wrote: > I'm trying compile math/openblas on a Beaglebone black. The compilations > stops at this point with this error message: > > root@beaglebone:/usr/ports/math/openblas/work/OpenBLAS-0.2.19/lapack-netlib/INSTALL > > # gfortran49 -Wall -fPIC -marm

libdsk - new homepage and newer releases

2017-03-05 Thread Torfinn Ingolfsen
FWIW, libdsk has / will move to http://www.seasip.info/Unix/LibDsk/ Also there is a newer version available, 1.4.2 HTH -- Regards, Torfinn Ingolfsen ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To un

/usr/local/lib/gcc49/libgfortran.so: undefined reference to `fpgetsticky' on ARM

2017-03-05 Thread Otacílio
Dears I'm trying compile math/openblas on a Beaglebone black. The compilations stops at this point with this error message: root@beaglebone:/usr/ports/math/openblas/work/OpenBLAS-0.2.19/lapack-netlib/INSTALL # gfortran49 -Wall -fPIC -marm -mfpu=vfp -mfloat-abi=hard -march=armv6 -O2 -lm -gfo

Re: Bug 213486 databases/pg_rman unbreak and update to 1.3.3

2017-03-05 Thread Kurt Jaeger
Hi! > Two build problems: I submitted a patch, which builds with recent postgres, but fails with 9.3. See the PR for more details. -- p...@opsec.eu+49 171 3101372 3 years to go ! ___ freebsd-ports@freebsd.org mailin

Re: Bug 213486 databases/pg_rman unbreak and update to 1.3.3

2017-03-05 Thread Kurt Jaeger
Hi! > > Is > > there a committer that would take a look at it and see if there are changes > > that were needed to commit it? I'd appreciate it. > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213486 > > testbuild@work. Two build problems: init.c:87:51: error: too many arguments to f

Re: Bug 213486 databases/pg_rman unbreak and update to 1.3.3

2017-03-05 Thread Kurt Jaeger
Hi! > My patch to this port has been largely ignored for the past 4 months. Yes, the ENOTIME bug has bitten again 8-} > Is > there a committer that would take a look at it and see if there are changes > that were needed to commit it? I'd appreciate it. > > https://bugs.freebsd.org/bugzilla/show

Bug 213486 databases/pg_rman unbreak and update to 1.3.3

2017-03-05 Thread Lacey Powers
Hello Everyone, My patch to this port has been largely ignored for the past 4 months. Is there a committer that would take a look at it and see if there are changes that were needed to commit it? I'd appreciate it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213486 Best, Lacey ___

FreeBSD ports you maintain which are out of date

2017-03-05 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

[Bug 193394] x11-wm/ede/: ede-keyboard-conf was compiled without XKB extension.

2017-03-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193394 Mathieu Arnold changed: What|Removed |Added CC|freebsd-ports@FreeBSD.org | -- You are receiving this mail