FreeBSD ports you maintain which are out of date

2016-01-26 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
+-+
astro/xtide | 2.14| 2.15
+-+
devel/m6811-binutils| 2.15| 2.26
+-+
lang/js_of_ocaml| 2.5 | 2.7
+-+
net-mgmt/weathermap | 1.1.1   | 6.0.0
+-+
science/libquantum  | 1.1.1   | 17.0.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
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Wolfgang Riegler
Hi,

I cannot build www/mod_dnssd with poudriere. The complete build log is 
attached. The error is:
===
===>  Building for ap22-mod_dnssd-0.6_12
gmake  all-recursive
gmake[1]: Entering directory 
'/wrkdirs/usr/ports/www/mod_dnssd/work/mod_dnssd-0.6'
Making all in src
gmake[2]: Entering directory 
'/wrkdirs/usr/ports/www/mod_dnssd/work/mod_dnssd-0.6/src'
/usr/local/sbin/apxs -c -Wc,"   -I/usr/local/include/apr-1  -O2 -pipe 
-fstack-protector -fno-strict-aliasing -std=c99 -Wall -W -Wextra -pedantic 
-pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement 
-Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes 
-Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline 
-D_REENTRANT -D_THREAD_SAFE -pthread -I/usr/local/include  " -Wl,"   
-L/usr/local/lib -lavahi-common -lavahi-client  " ./mod_dnssd.c
/usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic -O2 
-pipe -I/usr/include -fstack-protector -fno-strict-aliasing   
-I/usr/local/include -I/usr/local/include/apache22  -I/usr/local/include/apr-1  
 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include 
-I/usr/local/include/db5-I/usr/local/include/apr-1  -O2 -pipe 
-fstack-protector -fno-strict-aliasing -std=c99 -Wall -W -Wextra -pedantic 
-pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement 
-Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes 
-Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith 
-Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline 
-D_REENTRANT -D_THREAD_SAFE -pthread -I/usr/local/include-c -o 
./mod_dnssd.lo ./mod_dnssd.c && touch ./mod_dnssd.slo
./mod_dnssd.c:29:23: error: mod_unixd.h: No such file or directory
./mod_dnssd.c:911: warning: missing initializer
./mod_dnssd.c:911: warning: (near initialization for 'commands[8].func')
apxs:Error: Command failed with rc=65536
.
Makefile:26: recipe for target 'mod_dnssd.la' failed
gmake[2]: *** [mod_dnssd.la] Error 1
gmake[2]: Leaving directory 
'/wrkdirs/usr/ports/www/mod_dnssd/work/mod_dnssd-0.6/src'
Makefile:251: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
'/wrkdirs/usr/ports/www/mod_dnssd/work/mod_dnssd-0.6'
Makefile:188: recipe for target 'all' failed
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/www/mod_dnssd.
>> Cleaning up wrkdir
===>  Cleaning for ap22-mod_dnssd-0.6_12
build of www/mod_dnssd ended at Tue Jan 26 07:05:11 CET 2016
build time: 00:00:13
!!! build failure encountered !!!



kind regards

Wolfgang
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Kurt Jaeger
Hi!

> I cannot build www/mod_dnssd with poudriere.
> The complete build log is attached.

The list strips attachments. Can you put it up somewhere ?

I tried it on current-amd64 with apache 24, builds fine.

http://people.freebsd.org/~pi/logs/ap24-mod_dnssd-0.6_12.log

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Raphael Kubo da Costa
(Sorry if a similar message shows up later, gmane didn't seem to deliver
my original reply)

Wolfgang Riegler  writes:
> ./mod_dnssd.c:29:23: error: mod_unixd.h: No such file or directory
> ./mod_dnssd.c:911: warning: missing initializer
> ./mod_dnssd.c:911: warning: (near initialization for 'commands[8].func')
[...]
> ===>  Cleaning for ap22-mod_dnssd-0.6_12

mod_unixd.h is only present in Apache 2.4, not 2.2. Is mod_dnssd
supposed to work with www/apache22?
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Raphael Kubo da Costa
Wolfgang Riegler  writes:

>  o ./mod_dnssd.c && touch ./mod_dnssd.slo
> ./mod_dnssd.c:29:23: error: mod_unixd.h: No such file or directory
> ./mod_dnssd.c:911: warning: missing initializer
> ./mod_dnssd.c:911: warning: (near initialization for 'commands[8].func')

[...]

> ===>  Cleaning for ap22-mod_dnssd-0.6_12

mod_unixd.h is present in www/apache24, but not www/apache22, hence the
error. I'm not sure about the fix though? Is mod_dnssd supposed to work
with Apache 2.2?

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


FreeBSD Port: hplip-3.14.10_1

2016-01-26 Thread Paul Pathiakis via freebsd-ports

Hi,

I have a request.  Could you update to the latest version?  I have 
someone who bought a printer that is supported but only by the latest 
hplip?  If there's a beta ready, happy to test it.


Thank you,

P.
___
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"


Re: castget port

2016-01-26 Thread Kurt Jaeger
Hi!

> thanks for the help and guidance
> sorry to send it to you directly. from now on i'll send to 
> https://bugs.freebsd.org
> i'll build the patched version and let you know if there's any issues

Upstream fixed a bug, 1.2.2 is now in the ports tree. Thanks
for your patch!

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread olli hauer
On 2016-01-26 12:10, Kurt Jaeger wrote:
> Hi!
> 
>> I cannot build www/mod_dnssd with poudriere.
>> The complete build log is attached.
> 
> The list strips attachments. Can you put it up somewhere ?
> 
> I tried it on current-amd64 with apache 24, builds fine.
> 
> http://people.freebsd.org/~pi/logs/ap24-mod_dnssd-0.6_12.log
> 


Hi Wolfgang / Kurt

the module should build on apache22, but it seems upstream is missing a test 
for the apache version and includes mod_unixd.h per default

Can you test the following patch:

$ cd www/mod_dnssd
$ fetch http://people.freebsd.org/~ohauer/diffs/mod_dnssd_ap22-ap24.diff
$ patch < mod_dnssd_ap22-ap24.diff


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


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Kurt Jaeger
Hi!

> the module should build on apache22, but it seems upstream is
> missing a test for the apache version and includes mod_unixd.h per
> default
> 
> Can you test the following patch:
> 
> $ cd www/mod_dnssd
> $ fetch http://people.freebsd.org/~ohauer/diffs/mod_dnssd_ap22-ap24.diff
> $ patch < mod_dnssd_ap22-ap24.diff

On current/amd64, it fails.

./mod_dnssd.c:27:25: error: token is not a valid binary operator in a
  preprocessor subexpression
#if MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
~~~ ^

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread olli hauer
On 2016-01-26 19:27, Kurt Jaeger wrote:
> Hi!
> 
>> the module should build on apache22, but it seems upstream is
>> missing a test for the apache version and includes mod_unixd.h per
>> default
>>
>> Can you test the following patch:
>>
>> $ cd www/mod_dnssd
>> $ fetch http://people.freebsd.org/~ohauer/diffs/mod_dnssd_ap22-ap24.diff
>> $ patch < mod_dnssd_ap22-ap24.diff
> 
> On current/amd64, it fails.
> 
> ./mod_dnssd.c:27:25: error: token is not a valid binary operator in a
>   preprocessor subexpression
> #if MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
> ~~~ ^
> 

Oh, scrap should be
#if MODULE_MAGIC_COOKIE >= 0x41503234UL /* "AP24" */

I've uploaded a new patch (with the same name)

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


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Kurt Jaeger
Hi!

> Oh, scrap should be
> #if MODULE_MAGIC_COOKIE >= 0x41503234UL /* "AP24" */
> 
> I've uploaded a new patch (with the same name)

Testbuilds all fine with ap24 and ap22 on 9.3. I'll commit the fix,
if this is OK with you ?

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread olli hauer
On 2016-01-26 20:47, Kurt Jaeger wrote:
> Hi!
> 
>> Oh, scrap should be
>> #if MODULE_MAGIC_COOKIE >= 0x41503234UL /* "AP24" */
>>
>> I've uploaded a new patch (with the same name)
> 
> Testbuilds all fine with ap24 and ap22 on 9.3. I'll commit the fix,
> if this is OK with you ?
> 

Sure, absolutely :)

-- 
olli
___
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"


Re: Cannot build www/mod_dnssd with poudriere

2016-01-26 Thread Kurt Jaeger
Hi!

> >> Oh, scrap should be
> >> #if MODULE_MAGIC_COOKIE >= 0x41503234UL /* "AP24" */
> >>
> >> I've uploaded a new patch (with the same name)
> > 
> > Testbuilds all fine with ap24 and ap22 on 9.3. I'll commit the fix,
> > if this is OK with you ?

> Sure, absolutely :)

Already done. Yes, I'm impatient 8-} Thanks!

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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"


Re: pkgconf (pkg-config), libusb and FreeBSD 9

2016-01-26 Thread Jan Beich
Lev Serebryakov  writes:

>  I have port, which used libusb-1.0. It uses "pkg-config --cflags
> libusb-1.0" and "pkg-config --libs libusb-1.0".
>
>  For FreeBSD 10 and 11 port works with "USES=pkgconfig". But on
> FreeBSD 9.3 it complains, that "Package libusb-1.0 was not found in
> the pkg-config search path".
>
>  What should I do to make it work on FreeBSD 9?

If the port uses GNU_CONFIGURE try overriding flags:

  # From multimedia/libmtp which has PKG_CHECK_MODULES(LIBUSB, ...)
  .if !exists(/usr/libdata/pkgconfig/libusb-1.0.pc)
  CONFIGURE_ENV+=   LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
  .endif

Notice this doesn't pass unnecessary (and maybe poisonous)
-I/usr/include -L/usr/lib. With cmake, scons, etc. you may need to
patch the source.

--
There aren't that many libusb consumers to shun doing homework:

  $ git grep -Fl pkgconfig '*/Makefile*' | xargs fgrep -- -lusb


signature.asc
Description: PGP signature