diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 02:58:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-12 02:58:44 +0800 |
commit | 2a316eba797796e6e6f860b63363c158e63dcfea (patch) | |
tree | dd5fc1abee70b00822a441614e8b1dbee74c73be /www/nostromo | |
parent | 5c8d01be4e76f1971c000666856cb227a3b317c6 (diff) | |
download | freebsd-ports-gnome-2a316eba797796e6e6f860b63363c158e63dcfea.tar.gz freebsd-ports-gnome-2a316eba797796e6e6f860b63363c158e63dcfea.tar.zst freebsd-ports-gnome-2a316eba797796e6e6f860b63363c158e63dcfea.zip |
- Mark BROKEN on 9.x:
"/wrkdirs/usr/ports/www/nostromo/work/nostromo-1.9.6/src/nhttpd/Makefile", line 19: Malformed conditional (defined(OPENSSLLIB) && "${OPENSSLLIB}" != "/usr/lib")
"/wrkdirs/usr/ports/www/nostromo/work/nostromo-1.9.6/src/nhttpd/Makefile", line 21: if-less endif
"/wrkdirs/usr/ports/www/nostromo/work/nostromo-1.9.6/src/nhttpd/Makefile", line 22: Malformed conditional (defined(OPENSSLINC) && "${OPENSSLINC}" != "/usr/include")
"/wrkdirs/usr/ports/www/nostromo/work/nostromo-1.9.6/src/nhttpd/Makefile", line 24: if-less endif
Reported by: pkg-fallout
Approved by: portmgr blanket
Diffstat (limited to 'www/nostromo')
-rw-r--r-- | www/nostromo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nostromo/Makefile b/www/nostromo/Makefile index aa3979cd1945..28effa296536 100644 --- a/www/nostromo/Makefile +++ b/www/nostromo/Makefile @@ -11,6 +11,8 @@ COMMENT= Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver LICENSE= ISCL +BROKEN_FreeBSD_9= does not build + NOSTROMO_DIR?= nostromo NOSTROMO_LOGDIR?= ${NOSTROMO_DIR}/logs NOSTROMO_LOGDIR_PERMS?= 0775 |