search for: gnu_configure

Displaying 2 results from an estimated 2 matches for "gnu_configure".

2003 Aug 21
1
Help me Please Can't Install portfwd
Hi, I'am quite new in Free BSd, and I'am trying to install the port net/portfwd, but I'am getting an error msg. Does anybody can help me? I'am using this version FreeBSD 4.8-STABLE #7: Tue Aug 12 21:46:52 BRT 2003 MSG: && CONFIG_FILES=getopt/Makefile CONFIG_HEADERS= /bin/sh ./config.status creating getopt/Makefile gmake[2]: Leaving directory
2002 Apr 20
1
rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998
...5:50 2002 @@ -8,7 +8,7 @@ PORTNAME= rsync PORTVERSION= 2.5.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ @@ -18,6 +18,11 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de GNU_CONFIGURE= yes + +OPTIMIZATION!= ${ECHO} "${CFLAGS}" | grep '\-O[2-6]' || true +.if empty(OPTIMIZATION) +CFLAGS+= -O2 +.endif .include <bsd.port.pre.mk> >Unformatted: ----- End forwarded message ----- -- Martin