guard build instructions with NO_WARNINGS flag
This commit is contained in:
parent
fcd7346579
commit
a55dd37414
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1998/11/20 05:19:43 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1998/12/16 20:08:42 marc Exp $
|
||||
#
|
||||
|
||||
# What port/package will be created
|
||||
@ -22,6 +22,7 @@ CONFIGURE_ARGS= --prefix=/usr/local --with-sharedir=/usr/local/share/mutt --wit
|
||||
#LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang
|
||||
LIB_DEPENDS= slang\\.1\\.22:${PORTSDIR}/devel/libslang
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@${ECHO}
|
||||
@${ECHO} This software contains cryptography enabling code. It is
|
||||
@ -29,6 +30,6 @@ pre-fetch:
|
||||
@${ECHO} download site is set to Germany. Once you bring it into
|
||||
@${ECHO} the US, it may not leave again.
|
||||
@${ECHO}
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/14 02:38:43 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1998/12/16 20:09:35 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wb-1.59
|
||||
@ -16,6 +16,7 @@ USE_X11= yes
|
||||
# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do.
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WARNING: This application requires a kernel compiled with"
|
||||
@ -23,6 +24,7 @@ pre-fetch:
|
||||
@${ECHO} " for proper operation. The GENERIC kernel contains"
|
||||
@${ECHO} " these options."
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: December 2, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.9 1998/11/12 12:07:32 downsj Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 1998/12/16 20:13:24 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ghostscript-5.10
|
||||
@ -54,12 +54,14 @@ JPEG_DIR= ${PORTSDIR}/graphics/jpeg/work/jpeg-6b
|
||||
CFLAGS+= -DA4
|
||||
.endif
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
.if !defined(A4)
|
||||
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
||||
.else
|
||||
@${ECHO_MSG} "Using -DA4 for compilation."
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${TOUCH} ${WRKSRC}/adler32.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Date created: May 17 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 05:38:48 angelos Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1998/12/16 20:14:41 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pkfonts
|
||||
@ -31,6 +31,7 @@ RESOLUTION_INVALID= yes
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
.if defined(RESOLUTION_UNSPECIFIED)
|
||||
@echo "Using ${RESOLUTION}dpi English PK fonts."
|
||||
@ -42,6 +43,7 @@ pre-fetch:
|
||||
@echo "Possible values are: 118, 240, 300 (default), 360, 400 and 600."
|
||||
@/usr/bin/false
|
||||
.endif
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/fonts
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 March 1998
|
||||
# Whom: mickey@openbsd.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/08/10 22:03:17 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1998/12/16 20:15:33 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= psutils-p17
|
||||
@ -44,6 +44,7 @@ PAPERSIZE_INVALID= yes
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
.if defined(PAPERSIZE_UNSPECIFIED)
|
||||
@echo "Defaulting to ${PAPERSIZE} sized paper."
|
||||
@ -57,5 +58,6 @@ pre-fetch:
|
||||
@echo " ledger, tabloid, statement, executive, folio, quarto, and 10x14."
|
||||
@${FALSE}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 17 Nov 1997
|
||||
# Whom: ejovi
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/07/13 02:24:49 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1998/12/16 20:16:44 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ispell-3.1
|
||||
@ -19,6 +19,7 @@ MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \
|
||||
sq.1 tryaffix.1 unsq.1
|
||||
MAN4= ispell.4 english.4
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch pre-build pre-install:
|
||||
.if !defined(ISPELL_FR)
|
||||
@echo '******************************************************'
|
||||
@ -30,6 +31,7 @@ EXTRA_DICT= francais-IREQ-1.4.tar.gz
|
||||
MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/
|
||||
DISTFILES+= ${EXTRA_DICT}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
pre-extract:
|
||||
.if !defined(LANG)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/08/22 18:38:50 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1998/12/16 20:17:34 marc Exp $
|
||||
#
|
||||
# From: $NetBSD: Makefile,v 1.13 1998/08/04 13:09:21 fvdl Exp $
|
||||
# but modified to use lesstif 0.86.0...
|
||||
@ -28,10 +28,12 @@ MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR}
|
||||
#comment out for debugging
|
||||
MAKE_ENV+= BUILD_OPT=1
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} "*** Please see ${FILESDIR}/README for general caveats"
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dist/${MOZ_OBJDIR}/bin/moz-export ${PREFIX}/bin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 1998/11/03 21:56:27 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 1998/12/16 20:18:24 marc Exp $
|
||||
#
|
||||
# Relevant URLs: http://www.bsdi.com/netscape/
|
||||
# http://www.fortify.net/
|
||||
@ -33,6 +33,7 @@ IS_INTERACTIVE= "Netscape installer"
|
||||
|
||||
MAINTAINER= ports@OpenBSD.ORG
|
||||
|
||||
.if !defined(NO_WARNINGS)
|
||||
pre-fetch:
|
||||
@${ECHO} ""
|
||||
@${ECHO} " WARNING: This application requires a kernel compiled with"
|
||||
@ -40,6 +41,7 @@ pre-fetch:
|
||||
@${ECHO} " for proper operation. The GENERIC kernel contains"
|
||||
@${ECHO} " these options."
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKDIR}/${FORTIFYNAME}/src && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user