pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix ERROR: [check-interpreter.mk] The interpreter "/usr/bin/env" ... not allowed -O2 now works with gcc version 4.8.4 (nb2 20150115) Align my maintainer address to other wip packages I maintain
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: Fix ERROR: [check-interpreter.mk] The interpreter "/usr/bin/env" ... not allowed -O2 now works with gcc version 4.8.4 (nb2 20150115) Align my maintainer address to other wip packages I maintain
- From: Adrian Steinmann <ast%NetBSD.org@localhost>
- Date: Tue, 27 Oct 2015 06:28:57 +0000
Module Name: pkgsrc-wip
Committed By: Adrian Steinmann <ast%NetBSD.org@localhost>
Pushed By: ast
Date: Tue Oct 27 07:28:57 2015 +0100
Changeset: c72d46c14a174690ae531f9f9457e4560af2087e
Modified Files:
nostromo/Makefile
Log Message:
Fix ERROR: [check-interpreter.mk] The interpreter "/usr/bin/env" ... not allowed
-O2 now works with gcc version 4.8.4 (nb2 20150115)
Align my maintainer address to other wip packages I maintain
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c72d46c14a174690ae531f9f9457e4560af2087e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nostromo/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diffs:
diff --git a/nostromo/Makefile b/nostromo/Makefile
index 088b709..a366dc1 100644
--- a/nostromo/Makefile
+++ b/nostromo/Makefile
@@ -7,15 +7,14 @@ CATEGORIES= www
MASTER_SITES= http://www.nazgul.ch/dev/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= ast%marabu.ch@localhost
+MAINTAINER= ast%NetBSD.org@localhost
HOMEPAGE= http://www.nazgul.ch/dev_nostromo.html
COMMENT= Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver
LICENSE= modified-bsd
-USE_LANGUAGES= c
USE_TOOLS+= sed
-# gcc version 4.5.3 (NetBSD nb2 20110806) -O2 causes index out of bounds
-CFLAGS+= -O
+USE_TOOLS+= perl
+REPLACE_PERL= htdocs/cgi-bin/printenv
RCD_SCRIPTS= nostromo
EGDIR= ${DESTDIR}/${PREFIX}/nostromo
Home |
Main Index |
Thread Index |
Old Index