FreeBSD ports you maintain which are out of date

2014-02-02 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
games/doomsday  | 1.12.2  | 
1.14.0-build1127
+-+
japanese/skk-jisyo  | 201302  | 201402
+-+
japanese/skk-jisyo-cdb  | 201302  | 201402
+-+
math/convertall | 0.5.2   | 0.6.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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


bsd.apache.mk Malformed conditional when APACHE_VERSION defined

2014-02-02 Thread Dewayne Geraghty
I filed a PR against textproc/htdig which should really be against the
ports systems.

Would someone be kind enough to advise the current method to specify the
apache version.   In ports.conf, I currently use
USE_APACHE=22 | APACHE_VERSION=22
to specify the required version of apache for:
textproc/htdig
www/mod_security
lang/php5

I believe this PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186364

which probably should be routed to the ports system, and not textproc/htdig

The error is:
cd /usr/ports/textproc/htdig  make  -V UNIQUENAME
/usr/ports/Mk/bsd.apache.mk, line 306: warning: String comparison
operator should be either == or !=
/usr/ports/Mk/bsd.apache.mk, line 306: Malformed conditional
(!empty(_APACHE_VERSION_MINIMUM)  (${_APACHE_VERSION} 
${_APACHE_VERSION_MINIMUM}))
/usr/ports/Mk/bsd.port.mk, line 6603: if-less endif
make: fatal errors encountered -- cannot continue

which goes away if APACHE_VERSION isn't used, eg.
cd /usr/ports/textproc/htdig  make __MAKE_CONF=/dev/null -V UNIQUENAME
htdig

Regards, Dewayne.
___
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


CURRENT: astro/xephem: /usr/bin/ld: //usr/local/lib/libfontconfig.so.1: invalid DSO for symbol `FcPatternAddInteger' definition

2014-02-02 Thread O. Hartmann
I try to fix the outdated astro/xephem port and run into some very
strange problems on FreeBSD 11.0-CURRENT.

FreeBSD 11.0-CURRENT #5 r261353: Sat Feb  1 19:12:30 CET 2014 amd64

Attached, you'll find my (naiv) attempt to fix the port. 

You need to manually download the source tarball into ports/distfiles 
from 
http://www.clearskyinstitute.com/xephem/

You need also to perform make makesum (I just want to mention that).

Since libiconv has been merged into libc I had to change the LIBS=
variable, a more sophisticated way is needed for 9.X-STABLE and 10.0
handling.

What is this DSO error and why is it a moving target? Can someone
explain this?

Regards,

Oliver


GCC48:

[...]
gcc48 -L../../libastro -L../../libip -L../../liblilxml -L/usr/local/lib
-g -L/usr/local/lib -L/usr/local/lib -o xephem aavso.o annotmenu.o
broadcast.o calmenu.o closemenu.o compiler.o coordsmenu.o datamenu.o
db.o dbmenu.o earthmap.o earthmenu.o fallbacks.o favmenu.o formats.o
fsmenu.o gallerymenu.o glance.o gsc.o gscnet.o helpmenu.o homeio.o
hznmenu.o indimenu.o imregmenu.o jpeg2pm.o jupmenu.o listmenu.o
mainmenu.o marsmenu.o marsmmenu.o moonmenu.o moviemenu.o msgmenu.o
netmenu.o objmenu.o obslog.o patchlevel.o plot_aux.o plotmenu.o
preferences.o progress.o ps.o query.o rotated.o satmenu.o saveres.o
scope.o sites.o skybinary.o skyeyep.o skyfifos.o skyfiltmenu.o
skyfits.o skyhist.o skyip.o skylist.o skytoolbar.o skyviewmenu.o
solsysmenu.o splash.o srchmenu.o sunmenu.o time.o tips.o trailmenu.o
uranusmenu.o ucac.o usno.o versionmenu.o webdbmenu.o xe2.o xe3.o
xephem.o xmisc.o /usr/local/lib/libXm.a -lXp -lXt -lXext -lXmu -lX11
-lXft -lastro -lip -llilxml -ljpeg -lpng -lz
-lm /usr/local/bin/ld: /usr/local/lib/libXm.a(XmRenderT.o): undefined
reference to symbol
'FcPatternAddInteger' //usr/local/lib/libfontconfig.so.1: error adding
symbols: DSO missing from command line collect2: error: ld returned 1
exit status gmake[1]: *** [xephem] Error 1 gmake[1]: Leaving directory
`/usr/ports/astro/xephem/work/xephem-3.7.6/GUI/xephem' *** Error code 1


LLVM/CLANG 3.3:

[...]
gmake[2]: Leaving directory
`/usr/ports/astro/xephem/work/xephem-3.7.6/liblilxml' cc
-L../../libastro -L../../libip -L../../liblilxml -L/usr/local/lib -g
-L/usr/local/lib -L/usr/local/lib -o xephem aavso.o annotmenu.o
broadcast.o calmenu.o closemenu.o compiler.o coordsmenu.o datamenu.o
db.o dbmenu.o earthmap.o earthmenu.o fallbacks.o favmenu.o formats.o
fsmenu.o gallerymenu.o glance.o gsc.o gscnet.o helpmenu.o homeio.o
hznmenu.o indimenu.o imregmenu.o jpeg2pm.o jupmenu.o listmenu.o
mainmenu.o marsmenu.o marsmmenu.o moonmenu.o moviemenu.o msgmenu.o
netmenu.o objmenu.o obslog.o patchlevel.o plot_aux.o plotmenu.o
preferences.o progress.o ps.o query.o rotated.o satmenu.o saveres.o
scope.o sites.o skybinary.o skyeyep.o skyfifos.o skyfiltmenu.o
skyfits.o skyhist.o skyip.o skylist.o skytoolbar.o skyviewmenu.o
solsysmenu.o splash.o srchmenu.o sunmenu.o time.o tips.o trailmenu.o
uranusmenu.o ucac.o usno.o versionmenu.o webdbmenu.o xe2.o xe3.o
xephem.o xmisc.o /usr/local/lib/libXm.a -lXp -lXt -lXext -lXmu -lX11
-lXft -lastro -lip -llilxml -ljpeg -lpng -lz
-lm /usr/bin/ld: //usr/local/lib/libfontconfig.so.1: invalid DSO for
symbol `FcPatternAddInteger'
definition //usr/local/lib/libfontconfig.so.1: could not read symbols:
Bad value cc: error: linker command failed with exit code 1 (use -v to
see invocation) gmake[1]: *** [xephem] Error 1 gmake[1]: Leaving
directory `/usr/ports/astro/xephem/work/xephem-3.7.6/GUI/xephem' ***
Error code 1
diff -Nur xephem.orig/Makefile xephem/Makefile
--- xephem.orig/Makefile	2014-02-02 11:30:10.0 +0100
+++ xephem/Makefile	2014-02-02 11:02:56.0 +0100
@@ -2,8 +2,8 @@
 # $FreeBSD: head/astro/xephem/Makefile 340722 2014-01-22 17:00:46Z mat $
 
 PORTNAME=	xephem
-PORTVERSION=	3.7.5
-PORTREVISION=	1
+PORTVERSION=	3.7.6
+#PORTREVISION=	1
 CATEGORIES=	astro
 MASTER_SITES=	# http://www.clearskyinstitute.com/xephem/
 
diff -Nur xephem.orig/distinfo xephem/distinfo
--- xephem.orig/distinfo	2014-02-02 11:30:10.0 +0100
+++ xephem/distinfo	2014-02-02 09:54:45.0 +0100
@@ -1,2 +1,2 @@
-SHA256 (xephem-3.7.5.tar.gz) = edda7975bb690f74b1853d2729de2b0f4ada69fb37a08117ace7a22c23ee7d1a
-SIZE (xephem-3.7.5.tar.gz) = 18908521
+SHA256 (xephem-3.7.6.tar.gz) = 2080b628d80d52d9ff7148787e3093eb56f21fef5fba404f123b6198b2d64d05
+SIZE (xephem-3.7.6.tar.gz) = 17975496
diff -Nur xephem.orig/files/off-patch-Makefile xephem/files/off-patch-Makefile
--- xephem.orig/files/off-patch-Makefile	1970-01-01 01:00:00.0 +0100
+++ xephem/files/off-patch-Makefile	2014-02-02 11:11:03.0 +0100
@@ -0,0 +1,57 @@
+--- Makefile.orig	2014-02-02 10:40:13.0 +0100
 Makefile	2014-02-02 10:49:34.0 +0100
+@@ -10,9 +10,10 @@
+ # one executable, xephem.
+ 
+ # These -I and -L flags point to the supporting XEphem libraries
+-LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz
+-LIBLNK = 

Re: python33

2014-02-02 Thread Herbert J. Skuhra
On Sat, 01 Feb 2014 18:07:46 -0500
Ajtim wrote:

 Hi!
 
 Portmaster found update for python33 (version 3.3.3_2 from February 1st) and 
 on FreeBSD 10.0-RELEASE (amd64) I got:
 Install them as needed.
 
  Compressing man pages (compress-man)
 ===  Installing for python33-3.3.3_2
 ===  Checking if lang/python33 already installed
 ===   Registering installation for python33-3.3.3_2
 pkg-static: 
 lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
  No such file or directory
 *** Error code 74
 
 Stop.
 make[1]: stopped in /usr/ports/lang/python33
 *** Error code 1
 
 Stop.
 make: stopped in /usr/ports/lang/python33

I guess archivers/lzmalib is installed on your system.
In this case _lzma.so fails to build:

cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe 
-fno-strict-aliasing -I/usr/
local/include 
build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
les/_lzmamodule.o -L/usr/local/lib -llzma -o 
build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
*** WARNING: renaming _lzma since importing it failed: 
build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
a.so: Undefined symbol lzma_properties_size

-- 
Herbert
___
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: bsd.apache.mk Malformed conditional when APACHE_VERSION defined

2014-02-02 Thread olli hauer
On 2014-02-02 10:11, Dewayne Geraghty wrote:
 I filed a PR against textproc/htdig which should really be against the
 ports systems.
 
 Would someone be kind enough to advise the current method to specify the
 apache version.   In ports.conf, I currently use
 USE_APACHE=22 | APACHE_VERSION=22
 to specify the required version of apache for:
 textproc/htdig
 www/mod_security
 lang/php5
 
 I believe this PR 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=186364
 
 which probably should be routed to the ports system, and not textproc/htdig
 
 The error is:
 cd /usr/ports/textproc/htdig  make  -V UNIQUENAME
 /usr/ports/Mk/bsd.apache.mk, line 306: warning: String comparison
 operator should be either == or !=
 /usr/ports/Mk/bsd.apache.mk, line 306: Malformed conditional
 (!empty(_APACHE_VERSION_MINIMUM)  (${_APACHE_VERSION} 
 ${_APACHE_VERSION_MINIMUM}))
 /usr/ports/Mk/bsd.port.mk, line 6603: if-less endif
 make: fatal errors encountered -- cannot continue
 
 which goes away if APACHE_VERSION isn't used, eg.
 cd /usr/ports/textproc/htdig  make __MAKE_CONF=/dev/null -V UNIQUENAME
 htdig
 

Hi Dewayne,

APACHE_VERSION is a read only variable in case a port needs to know the
installed / default Apache version - do not set this variable!

In case you want to specify a default apache use in etc/make.conf for example
 APACHE_PORT=www/apache22

See lines 12 - 25 in Mk/bsd.apache.mk


-- 
Regards,
olli
___
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


[QAT] r342269: 4x leftovers

2014-02-02 Thread Ports-QAT
- Stage support
-

  Build ID:  20140202110200-23691
  Job owner: m...@freebsd.org
  Buildtime: 11 minutes
  Enddate:   Sun, 02 Feb 2014 11:12:46 GMT

  Revision:  r342269
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=342269

-

Port:devel/libstatgrab 0.17

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140202110200-23691-268372/libstatgrab-0.17.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140202110200-23691-268373/libstatgrab-0.17.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140202110200-23691-268374/libstatgrab-0.17.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~m...@freebsd.org/20140202110200-23691-268375/libstatgrab-0.17.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140202110200-23691
redports https://qat.redports.org/
___
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


FreeBSD: PRs that should be closed/canceled

2014-02-02 Thread Hardy Schumacher
   Hello,
   Can somebody please check the following PRs?
   ports/184779: [PATCH] emulators/kcemu (fix build issues)
   It needs to be released, because of port emulators/kcemu is not
   building on FreeBSD-9.x and 10.x.
   This PR is fixing the issues.
   ports/178728: [UPDATE] devel/apache-ant to v1.9.0
   This one can be closed now.
   It's superseded by ports/185588: [UPDATE] devel/apache-ant to v1.9.3
   (which has been released already).
   ports/185137: [UPDATE] games/el-data, fix broken
   This one can be closed now.
   A patch was released for port games/el-data, that fixes the issues.
   Thanks in advance,
   Hardy
___
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: python33

2014-02-02 Thread Ajtim
On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote:
 On Sat, 01 Feb 2014 18:07:46 -0500
 Ajtim wrote:
 
  Hi!
  
  Portmaster found update for python33 (version 3.3.3_2 from February 1st) 
  and on FreeBSD 10.0-RELEASE (amd64) I got:
  Install them as needed.
  
   Compressing man pages (compress-man)
  ===  Installing for python33-3.3.3_2
  ===  Checking if lang/python33 already installed
  ===   Registering installation for python33-3.3.3_2
  pkg-static: 
  lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
   No such file or directory
  *** Error code 74
  
  Stop.
  make[1]: stopped in /usr/ports/lang/python33
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/lang/python33
 
 I guess archivers/lzmalib is installed on your system.
 In this case _lzma.so fails to build:
 
 cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe 
 -fno-strict-aliasing -I/usr/
 local/include 
 build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
 les/_lzmamodule.o -L/usr/local/lib -llzma -o 
 build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
 *** WARNING: renaming _lzma since importing it failed: 
 build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
 a.so: Undefined symbol lzma_properties_size
 
 
Yes, it was the problem. Thank you very much. 
But how is the future with lzmalib? Some applications need it.


-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
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: python33

2014-02-02 Thread Herbert J. Skuhra
On Sun, 02 Feb 2014 06:31:31 -0500
Ajtim wrote:

 On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote:
  On Sat, 01 Feb 2014 18:07:46 -0500
  Ajtim wrote:
  
   Hi!
   
   Portmaster found update for python33 (version 3.3.3_2 from February 1st) 
   and on FreeBSD 10.0-RELEASE (amd64) I got:
   Install them as needed.
   
    Compressing man pages (compress-man)
   ===  Installing for python33-3.3.3_2
   ===  Checking if lang/python33 already installed
   ===   Registering installation for python33-3.3.3_2
   pkg-static: 
   lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
No such file or directory
   *** Error code 74
   
   Stop.
   make[1]: stopped in /usr/ports/lang/python33
   *** Error code 1
   
   Stop.
   make: stopped in /usr/ports/lang/python33
  
  I guess archivers/lzmalib is installed on your system.
  In this case _lzma.so fails to build:
  
  cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe 
  -fno-strict-aliasing -I/usr/
  local/include 
  build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
  les/_lzmamodule.o -L/usr/local/lib -llzma -o 
  build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
  *** WARNING: renaming _lzma since importing it failed: 
  build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
  a.so: Undefined symbol lzma_properties_size
  
  
 Yes, it was the problem. Thank you very much. 
 But how is the future with lzmalib? Some applications need it.

lzmalib is part of FreeBSD = 8.1.

A simple grep shows that only two ports depend on the port
(archivers/lzmalib):

* p5-Compress-Raw-Lzma
only if /usr/lib/liblzma.so is missing (FreeBSD  8.1)

* databases/tokyocabinet: if option LZMA is on
even if xz/lzma is in base

But maybe I miss something.

-- 
Herbert
___
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: python33

2014-02-02 Thread Herbert J. Skuhra
On Sun, 02 Feb 2014 13:54:59 +0100
Herbert J. Skuhra wrote:

 On Sun, 02 Feb 2014 06:31:31 -0500
 Ajtim wrote:
 
  On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote:
   On Sat, 01 Feb 2014 18:07:46 -0500
   Ajtim wrote:
   
Hi!

Portmaster found update for python33 (version 3.3.3_2 from February 
1st) and on FreeBSD 10.0-RELEASE (amd64) I got:
Install them as needed.

 Compressing man pages (compress-man)
===  Installing for python33-3.3.3_2
===  Checking if lang/python33 already installed
===   Registering installation for python33-3.3.3_2
pkg-static: 
lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
 No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/lang/python33
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python33
   
   I guess archivers/lzmalib is installed on your system.
   In this case _lzma.so fails to build:
   
   cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe 
   -fno-strict-aliasing -I/usr/
   local/include 
   build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
   les/_lzmamodule.o -L/usr/local/lib -llzma -o 
   build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
   *** WARNING: renaming _lzma since importing it failed: 
   build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
   a.so: Undefined symbol lzma_properties_size
   
   
  Yes, it was the problem. Thank you very much. 
  But how is the future with lzmalib? Some applications need it.
 
 lzmalib is part of FreeBSD = 8.1.

s/lzmalib/liblzma/

-- 
Herbert
___
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


[QAT] r342289: 4x leftovers

2014-02-02 Thread Ports-QAT
Add LICENSE (requested by maintainer in PR)

PR: ports/186319
Submitted by:   maintainer
-

  Build ID:  20140202134400-26651
  Job owner: pa...@freebsd.org
  Buildtime: 3 hours
  Enddate:   Sun, 02 Feb 2014 16:47:28 GMT

  Revision:  r342289
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=342289

-

Port:games/xbat 1.11_2

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~pa...@freebsd.org/20140202134400-26651-268460/xbat-1.11_2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~pa...@freebsd.org/20140202134400-26651-268461/xbat-1.11_2.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~pa...@freebsd.org/20140202134400-26651-268462/xbat-1.11_2.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~pa...@freebsd.org/20140202134400-26651-268463/xbat-1.11_2.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140202134400-26651
redports https://qat.redports.org/
___
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


[QAT] r342362: 4x leftovers

2014-02-02 Thread Ports-QAT
- stagify
- fix build without gcc
- remove reference to freebsd 7.x

Approved by:portmgr (blanket)
-

  Build ID:  20140202194200-33705
  Job owner: ead...@freebsd.org
  Buildtime: 21 minutes
  Enddate:   Sun, 02 Feb 2014 20:02:52 GMT

  Revision:  r342362
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=342362

-

Port:sysutils/usb_modeswitch 1.2.1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140202194200-33705-268920/usb_modeswitch-1.2.1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140202194200-33705-268921/usb_modeswitch-1.2.1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140202194200-33705-268922/usb_modeswitch-1.2.1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140202194200-33705-268923/usb_modeswitch-1.2.1.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140202194200-33705
redports https://qat.redports.org/
___
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: python33

2014-02-02 Thread Ajtim
On Sunday 02 February 2014 13:54:59 Herbert J. Skuhra wrote:
 On Sun, 02 Feb 2014 06:31:31 -0500
 Ajtim wrote:
 
  On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote:
   On Sat, 01 Feb 2014 18:07:46 -0500
   Ajtim wrote:
   
Hi!

Portmaster found update for python33 (version 3.3.3_2 from February 
1st) and on FreeBSD 10.0-RELEASE (amd64) I got:
Install them as needed.

 Compressing man pages (compress-man)
===  Installing for python33-3.3.3_2
===  Checking if lang/python33 already installed
===   Registering installation for python33-3.3.3_2
pkg-static: 
lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
 No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/lang/python33
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python33
   
   I guess archivers/lzmalib is installed on your system.
   In this case _lzma.so fails to build:
   
   cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 -pipe 
   -fno-strict-aliasing -I/usr/
   local/include 
   build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
   les/_lzmamodule.o -L/usr/local/lib -llzma -o 
   build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
   *** WARNING: renaming _lzma since importing it failed: 
   build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
   a.so: Undefined symbol lzma_properties_size
   
   
  Yes, it was the problem. Thank you very much. 
  But how is the future with lzmalib? Some applications need it.
 
 lzmalib is part of FreeBSD = 8.1.
 
 A simple grep shows that only two ports depend on the port
 (archivers/lzmalib):
 
 * p5-Compress-Raw-Lzma
 only if /usr/lib/liblzma.so is missing (FreeBSD  8.1)
 
 * databases/tokyocabinet: if option LZMA is on
 even if xz/lzma is in base
 
 But maybe I miss something.
 
 
dependencies that are still required:
archivers/lzmalib: multimedia/vlc, graphics/GraphicsMagick13, 
graphics/gimp-app, deskutils/xfce4-tumbler, graphics/webp, textproc/redland, 
graphics/sane-backends, security/clamav, graphics/libgphoto2, devel/gvfs, 
graphics/graphviz, graphics/ImageMagick

-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
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: python33

2014-02-02 Thread Herbert J. Skuhra
On Sun, 02 Feb 2014 16:45:17 -0500
Ajtim wrote:

 On Sunday 02 February 2014 13:54:59 Herbert J. Skuhra wrote:
  On Sun, 02 Feb 2014 06:31:31 -0500
  Ajtim wrote:
  
   On Sunday 02 February 2014 11:46:47 Herbert J. Skuhra wrote:
On Sat, 01 Feb 2014 18:07:46 -0500
Ajtim wrote:

 Hi!
 
 Portmaster found update for python33 (version 3.3.3_2 from February 
 1st) and on FreeBSD 10.0-RELEASE (amd64) I got:
 Install them as needed.
 
  Compressing man pages (compress-man)
 ===  Installing for python33-3.3.3_2
 ===  Checking if lang/python33 already installed
 ===   Registering installation for python33-3.3.3_2
 pkg-static: 
 lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/_lzma.so):
  No such file or directory
 *** Error code 74
 
 Stop.
 make[1]: stopped in /usr/ports/lang/python33
 *** Error code 1
 
 Stop.
 make: stopped in /usr/ports/lang/python33

I guess archivers/lzmalib is installed on your system.
In this case _lzma.so fails to build:

cc -shared -L/usr/local/lib -pthread -L/usr/local/lib -pthread -O2 
-pipe -fno-strict-aliasing -I/usr/
local/include 
build/temp.freebsd-10.0-STABLE-amd64-3.3/usr/ports/lang/python33/work/Python-3.3.3/Modu
les/_lzmamodule.o -L/usr/local/lib -llzma -o 
build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzma.so^M
*** WARNING: renaming _lzma since importing it failed: 
build/lib.freebsd-10.0-STABLE-amd64-3.3/_lzm
a.so: Undefined symbol lzma_properties_size


   Yes, it was the problem. Thank you very much. 
   But how is the future with lzmalib? Some applications need it.
  
  lzmalib is part of FreeBSD = 8.1.
  
  A simple grep shows that only two ports depend on the port
  (archivers/lzmalib):
  
  * p5-Compress-Raw-Lzma
  only if /usr/lib/liblzma.so is missing (FreeBSD  8.1)
  
  * databases/tokyocabinet: if option LZMA is on
  even if xz/lzma is in base
  
  But maybe I miss something.
  
  
 dependencies that are still required:
 archivers/lzmalib: multimedia/vlc, graphics/GraphicsMagick13, 
 graphics/gimp-app, deskutils/xfce4-tumbler, graphics/webp, textproc/redland, 
 graphics/sane-backends, security/clamav, graphics/libgphoto2, devel/gvfs, 
 graphics/graphviz, graphics/ImageMagick

Yeah, after removing archivers/lzmalib you have to rebuild some
(listed above) ports. They will pick liblzma.so from /usr/lib.

Maybe archivers/lzmalib should be removed from ports.

-- 
Herbert
___
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: [Upgrade to FreeBSD10] hplip issue

2014-02-02 Thread Scot Hetzel
On Sat, Feb 1, 2014 at 4:14 AM, David Marec david.ma...@davenulle.org wrote:
 On 01.02.2014 10:39, David Marec wrote:

 First, I had to rebuild the port to switch on the 'scanning feature',
 which is not available by the binary package, but scanning still fails.


 Finally, while checking in the hplip configuration files, I found that the
 scanning feature was still disabled in the file
 /usr/local/etc/hp/hplip.conf
 So, I changed the entry line :
 scanner-build=yes

 and now, the scanner can be used.

 I don't know why this file was not updated during the hplip installation.


According to the pkg-plist:

@unexec if cmp -s %D/etc/hp/hplip.conf.sample %D/etc/hp/hplip.conf;
then rm -f %D/etc/hp/hplip.conf; fi
etc/hp/hplip.conf.sample
@exec if [ ! -f %B/hplip.conf ]; then cp -p %D/%F %B/hplip.conf; fi

 if there were any changes to hplip.conf file, it doesn't get removed
when the port is uninstalled.  And if the file exists, it won't
overwrite your changes.

Did you customize this file before you re-installed?

Does the hplip.conf.sample file have scanner-build=yes?

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
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: Sage update

2014-02-02 Thread Montgomery-Smith, Stephen
On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote:
 On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote:
 I have just updated sage to version 6.0.  I have also made some changes
 to help it work with FreeBSD-10, using ideas given to me by Daniel
 Smith.  Since I don't have a fast computer using FreeBSD-10, I would
 appreciate it if any of you guys could try it out and see if it works.
 
 I meant math/sage (for those who don't normally use it.)

A few days ago I updated to sage-6.1.  But I don't expect it to work any
better on FreeBSD-10 than sage-6.0.
___
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


[CFT] security/openssh-portable 6.5

2014-02-02 Thread Bryan Drewery
The pending update to 6.5 is on my github:
https://github.com/bdrewery/openssh/

I will commit in the next few days. Please test and comment back in private.

The KERB_GSSAPI is beyond hope. It lacks an upstream and I have no way
to test. It needs refactoring as the key handling/API has changed a bit
for 6.5. It's marked BROKEN for now and I suggest not updating if you
depend on that.

-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: libncursesw.so linker script syntax error?

2014-02-02 Thread Scot Hetzel
On Sat, Feb 1, 2014 at 8:46 PM, Keith Beattie ksbeat...@gmail.com wrote:
 Hello,

 I'm having trouble building both the emacs and aspell port, both of which 
 fail with a very similar error.  Here's aspell:

 /bin/sh ./libtool --tag=CXX   --mode=link c++  -O2 -fno-strict-aliasing -pipe 
 -march=native -fno-exceptions   -o aspell prog/aspell.o prog/check_funs.o 
 prog/checker_string.o libaspell.la -lncursesw -L/usr/local/lib -lintl 
 -L/usr/local/lib -liconv -R/usr/local/lib
 libtool: link: c++ -O2 -fno-strict-aliasing -pipe -march=native 
 -fno-exceptions -o .libs/aspell prog/aspell.o prog/check_funs.o 
 prog/checker_string.o  ./.libs/libaspell.so -L/usr/local/lib -lncursesw 
 /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath 
 -Wl,/usr/local/lib
 /usr/bin/ld:/usr/local/lib/libncursesw.so: file format not recognized; 
 treating as linker script
 /usr/bin/ld:/usr/local/lib/libncursesw.so:1: syntax error
 gmake[1]: *** [aspell] Error 1
 gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-0.60.6.1'
 gmake: *** [all-recursive] Error 1
 === Compilation failed unexpectedly.
 Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
 the maintainer.
 *** Error code 1

 Stop in /usr/ports/textproc/aspell.


 emacs is similar except on libncurses.so

 Here's libncursesw.so:

 $ cat /usr/local/lib/libncursesw.so
 INPUT(libncursesw.so.5 AS_NEEDED(-ltinfow))

I don't get that output when I `cat /usr/local/lib/libncursesw.so`.
When I use `file /usr/local/lib/libncursesw.so*` it shows:

/usr/local/lib/libncursesw.so: symbolic link to `libncursesw.so.6'
/usr/local/lib/libncursesw.so.6: symbolic link to `libncursesw.so.6.0'
/usr/local/lib/libncursesw.so.6.0: ELF 32-bit LSB shared object, Intel
80386, version 1 (FreeBSD), dynamically linked, not stripped

Try uninstalling the devel/ncurses port again, and check if there are
any left over libncurses* files and remove them.
___
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