devel/lpc21isp needs an update

2015-12-22 Thread Poul-Henning Kamp
There's a new version 1.97 which is much better.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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"


devel/git fails, no /usr/local/bin/python

2013-08-18 Thread Poul-Henning Kamp

I just tried to compile a 9-stable with ports r324867 using sysbuild.sh.

Along the way the devel/git port fails, for the lack of python:

gmake[1]: /usr/local/bin/python: Command not found
test "$(cat GIT-PYTHON-VERSION 2>/dev/null)" = "" || \
flags=--force; \
/usr/local/bin/python setup.py  build $flags
/usr/local/bin/python: not found

I'm not quite sure what /usr/local/bin/python should be or point at,
nor who/what/where it should have been created, but I have these:

root@fs:/usr/local/bin # ls -l pyth*
-r-xr-xr-x  1 root  wheel 3832 Aug 18 05:24 python-shared2.7
-r-xr-xr-x  1 root  wheel 1709 Aug 18 05:24 python-shared2.7-config
-r-xr-xr-x  1 root  wheel  1283108 Aug 18 05:24 python2.7
-r-xr-xr-x  1 root  wheel 1702 Aug 18 05:24 python2.7-config

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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: Ports, bsd.lib.mk and NOPROFILE

2013-01-19 Thread Poul-Henning Kamp
Content-Type: text/plain; charset=ISO-8859-1

In message 

, Chris Rees writes:

>> A good grep strategy is to look for files containing "NOPROFILE" and
>> "bsd.lib.mk" but they need not be on the same line.

Well, qmake includes "bsd.prog.mk"...

>I'm running a grep for those two above-- are there any more I've missed?

Those were the only ones I ran into...


-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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"


Ports, bsd.lib.mk and NOPROFILE

2013-01-18 Thread Poul-Henning Kamp

I just tried to build a system with -CURRENT from scratch, and it fell over
in graphics/gd because NOPROFILE is now named NO_PROFILE in bsd.lib.mk

grep(1) tells me that a number of other ports will also have this problem

It may be appropriate with a bandaid in bsd.lib.mk, which emits a noisy
warning, until all these ports are fixed.

A good grep strategy is to look for files containing "NOPROFILE" and
"bsd.lib.mk" but they need not be on the same line.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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: firefox3 / libxul

2009-08-11 Thread Poul-Henning Kamp
In message <21544.1250015...@critter.freebsd.dk>, Poul-Henning Kamp writes:
>
>I just installed my new laptop with -current doing a complete build,
>in the end, firefox3 does not start:
>
>/usr/local/lib/firefox3/firefox-bin
>/libexec/ld-elf.so.1: Shared object "libxul.so" not found, required by 
>"firefox-bin"

Disregard this, I have found the problem, firefox does not tell
you if it cannot create $HOME/.mozilla and just silently explodes.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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"


firefox3 / libxul

2009-08-11 Thread Poul-Henning Kamp

I just installed my new laptop with -current doing a complete build,
in the end, firefox3 does not start:

/usr/local/lib/firefox3/firefox-bin
/libexec/ld-elf.so.1: Shared object "libxul.so" not found, required by 
"firefox-bin"

it is not entirely clear to me how it managed to compile against this
lib, but not install it, but it may be a matter of PORTS dependencies
being wrong, therefore this email.

It might be reproducible, by taking a blank system and

cd /usr/ports/www/firefox3
make all install clean

which is essentially what my "sysbuild.sh" tool (see src/tools/tools) does.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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"


XYSSL lives, in a new place it seems...

2008-12-05 Thread Poul-Henning Kamp

The security/xyssl port could use an update, the project seems to have
moved and release 3 versions since the 0.6 we have in the tree:

http://www.ohloh.net/p/xyssl


-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


fix for broken net-mgmt/scotty3

2007-11-11 Thread Poul-Henning Kamp

It seems that our whole-sale replacement of unix/scotty.c is the
reason this port is broken.

Applying the patch below it works for me on 8-CURRENT

Index: Makefile
===
RCS file: /home/ncvs/ports/net-mgmt/scotty3/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- Makefile3 Jul 2007 09:32:56 -   1.57
+++ Makefile11 Nov 2007 15:26:43 -
@@ -59,12 +59,12 @@
 .include 
 
 .if ${OSVERSION} >= 700042
-BROKEN=Does not compile with GCC 4.2
+# BROKEN=  Does not compile with GCC 4.2
 .endif
 
 post-patch:
-   ${MV} ${WRKSRC}/scotty.c ${WRKSRC}/scotty.c.orig
-   ${CP} -p ${FILESDIR}/scotty.c ${WRKSRC}/scotty.c
+   # ${MV} ${WRKSRC}/scotty.c ${WRKSRC}/scotty.c.orig
+   # ${CP} -p ${FILESDIR}/scotty.c ${WRKSRC}/scotty.c
 
 post-install:
${RM} -f ${PREFIX}/bin/scotty ${PREFIX}/bin/tkined
-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ports suggestion: curl-loader

2007-05-11 Thread Poul-Henning Kamp

This seems like a worthy addition to ports, it's a load-generator for
HTTP/HTTPS servers:

http://sourceforge.net/projects/curl-loader

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"