Date: Mon, 15 Sep 1997 20:35:17 -0700 (PDT) From: "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com> To: torstenb@FreeBSD.ORG (Torsten Blum) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/news/inn Makefile ports/news/inn/files config.data md5 ports/news/inn/pkg PLIST Message-ID: <199709160335.UAA05862@GndRsh.aac.dev.com> In-Reply-To: <199709152011.NAA12377@freefall.freebsd.org> from Torsten Blum at "Sep 15, 97 01:11:49 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> torstenb 1997/09/15 13:11:49 PDT > > Modified files: > news/inn Makefile > news/inn/files config.data md5 > news/inn/pkg PLIST > Log: > Upgrade to 1.5.1sec2 > > Revision Changes Path > 1.24 +2 -2 ports/news/inn/Makefile > 1.11 +26 -2 ports/news/inn/files/config.data > 1.7 +1 -1 ports/news/inn/files/md5 > 1.5 +2 -2 ports/news/inn/pkg/PLIST Ahh.. your back working on this.. well, it needs some fixes to the USE_PERL USE_TCL stuff. Mainly you can NOT say ``USE_PERL = DONT'', as the bsd.port.mk even seeing this variable defined will build and install perl5 for you. USE_TCL is not in use by bsd.port.mk, but it might be some day. USE_'s should probably be considered reserved by bsd.port.mk. You also need to deal with changing values of PERL it is now perl5.00401 and you have a hardcoded 5004 without the 01 in scripts/configure. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation, Inc. Reliable computers for FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709160335.UAA05862>