Date: Fri, 31 Jul 1998 06:20:00 -0700 (PDT) From: "Brent J. Nordquist" <bjn@visi.com> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7447: New port: web500gw-2.1b2 Message-ID: <199807311320.GAA20459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7447; it has been noted by GNATS. From: "Brent J. Nordquist" <bjn@visi.com> To: n@nectar.com (Jacques Vidrine), freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/7447: New port: web500gw-2.1b2 Date: Fri, 31 Jul 1998 08:14:09 -0500 (CDT) | Missing dependency, methinks. | | [ ... ] | Ready for love :-) | ===> Installing for web500gw-2.1b2 | | Installing web500gw to /usr/local/www/cgi-bin | install -c -s -o bin -g bin -m 555 web500gw /usr/local/www/cgi-bin | install: /usr/local/www/cgi-bin: No such file or directory | *** Error code 71 | | Stop. You're right; thanks! Here's a patch to the shar (I also noticed that this port should probably be in the www category, too): --- Makefile.orig Thu Jul 30 06:35:43 1998 +++ Makefile Fri Jul 31 03:05:37 1998 @@ -8,7 +8,7 @@ DISTNAME= web500gw-2.1b2 EXTRACT_SUFX= .tgz -CATEGORIES= net +CATEGORIES= net www MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ \ http://www.tu-chemnitz.de/ftp-home/pub/Local/urz/web500gw/ @@ -30,6 +30,7 @@ # Use these options for Apache: ### INSTDIR= ${PREFIX}/www/cgi-bin +RUN_DEPENDS= ${INSTDIR}:${PORTSDIR}/www/apache12 post-install: strip ${INSTDIR}/web500gw -- Brent J. Nordquist / bjn@visi.com W: +1 612 905-7806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807311320.GAA20459>