View | Details | Raw Unified | Return to bug 92443
Collapse All | Expand All

(-)archivers/bzip2/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
		bzmore.1 bzless.1
26
		bzmore.1 bzless.1
27
27
28
.ifdef USE_BZIP2
28
.ifdef USE_BZIP2
29
.error You have `USE_BZIP2' variable defined either in environment or in make(1) arguments. Please undefine and try again.
29
IGNORE=	cannot install: you have the `USE_BZIP2' variable defined either in environment or in make(1) arguments. Please undefine and try again
30
.endif
30
.endif
31
31
32
do-install:
32
do-install:
(-)archivers/unzip/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
.endif
28
.endif
29
29
30
.ifdef USE_UNZIP
30
.ifdef USE_UNZIP
31
.error You have `USE_UNZIP' variable defined either in environment or in make(1) arguments. Please undefine and try again.
31
IGNORE=	cannot install: you have the `USE_UNZIP' variable defined either in environment or in make(1) arguments. Please undefine and try again
32
.endif
32
.endif
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
(-)converters/libiconv/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
MAN3=		iconv.3 iconv_open.3 iconv_close.3
27
MAN3=		iconv.3 iconv_open.3 iconv_close.3
28
28
29
.ifdef USE_ICONV
29
.ifdef USE_ICONV
30
.error USE_ICONV is defined as an environment variable, or in the arguments \
30
IGNORE=	cannot install: USE_ICONV is defined as an environment variable, or in the arguments \
31
	to "make".  Please unset it and restart the build.
31
	to "make".  Please unset it and restart the build.
32
.endif
32
.endif
33
33
(-)databases/mysql323-server/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
		--enable-thread-safe-client
31
		--enable-thread-safe-client
32
32
33
.ifdef USE_MYSQL
33
.ifdef USE_MYSQL
34
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
34
IGNORE= cannot install: you have the `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again
35
.endif
35
.endif
36
36
37
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
37
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
(-)databases/mysql40-server/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
		--enable-thread-safe-client
34
		--enable-thread-safe-client
35
35
36
.ifdef USE_MYSQL
36
.ifdef USE_MYSQL
37
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
37
IGNORE=	cannot install: you have the `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again
38
.endif
38
.endif
39
39
40
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
40
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
(-)databases/mysql41-server/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
		--enable-thread-safe-client
35
		--enable-thread-safe-client
36
36
37
.ifdef USE_MYSQL
37
.ifdef USE_MYSQL
38
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
38
IGNORE=	cannot install: you have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again
39
.endif
39
.endif
40
40
41
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
41
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
(-)databases/mysql50-server/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
		--enable-thread-safe-client
34
		--enable-thread-safe-client
35
35
36
.ifdef USE_MYSQL
36
.ifdef USE_MYSQL
37
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
37
IGNORE=	cannot install: you have the `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again
38
.endif
38
.endif
39
39
40
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
40
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
(-)devel/bison/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
.endif
40
.endif
41
41
42
.ifdef USE_BISON
42
.ifdef USE_BISON
43
.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again.
43
IGNORE=	Cannot install: you have the `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again
44
.endif
44
.endif
45
45
46
post-extract:
46
post-extract:
(-)devel/bison2/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
.endif
40
.endif
41
41
42
.ifdef USE_BISON
42
.ifdef USE_BISON
43
.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again.
43
IGNORE=	Cannot install: you have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again
44
.endif
44
.endif
45
45
46
post-extract:
46
post-extract:
(-)devel/gettext/Makefile (-2 / +2 lines)
Lines 54-61 Link Here
54
INFO=		autosprintf gettext
54
INFO=		autosprintf gettext
55
55
56
.ifdef USE_GETTEXT
56
.ifdef USE_GETTEXT
57
.error	USE_GETTEXT is defined as an environment variable, or in the arguments \
57
IGNORE=	Cannot install: USE_GETTEXT is defined as an environment variable, or in the arguments \
58
	to "make".  Please unset it and restart the build.
58
	to "make".  Please unset it and restart the build
59
.endif
59
.endif
60
60
61
.include <bsd.port.pre.mk>
61
.include <bsd.port.pre.mk>
(-)devel/gmake/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
INFO=		make
35
INFO=		make
36
36
37
.ifdef USE_GMAKE
37
.ifdef USE_GMAKE
38
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
38
IGNORE=	Cannot install: you have the `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again
39
.endif
39
.endif
40
40
41
post-patch:
41
post-patch:
(-)devel/imake-4/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
SCRIPTS_ENV=	CC=${CC}
26
SCRIPTS_ENV=	CC=${CC}
27
27
28
.ifdef USE_IMAKE
28
.ifdef USE_IMAKE
29
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
29
IGNORE=	Cannot install: you have the `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again
30
.endif
30
.endif
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
(-)devel/imake-6/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
SCRIPTS_ENV=	CC=${CC}
25
SCRIPTS_ENV=	CC=${CC}
26
26
27
.ifdef USE_IMAKE
27
.ifdef USE_IMAKE
28
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
28
IGNORE=	Cannot install: you have the `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again
29
.endif
29
.endif
30
30
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
(-)dns/fastresolve/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
LIB_DEPENDS+=	db-4.3:${PORTSDIR}/databases/db43
44
LIB_DEPENDS+=	db-4.3:${PORTSDIR}/databases/db43
45
CONFIGURE_ARGS=	--with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43
45
CONFIGURE_ARGS=	--with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43
46
.else
46
.else
47
.error WITH_BDB_VER must be one between 3, 4, 41, 42 or 43
47
IGNORE=	Cannot install: WITH_BDB_VER must be one of 3, 4, 41, 42 or 43
48
.endif
48
.endif
49
49
50
MAN1=	dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
50
MAN1=	dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \
(-)editors/mode-info/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
BUILD_DEPENDS+=	${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
26
BUILD_DEPENDS+=	${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
27
RUN_DEPENDS+=	${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
27
RUN_DEPENDS+=	${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
28
.else
28
.else
29
.error MI_ELISP_LANG should be "en" or "ja".
29
IGNORE=	Cannot install: MI_ELISP_LANG should be "en" or "ja"
30
.endif
30
.endif
31
MI_INDEX+=	mi-elisp.idx
31
MI_INDEX+=	mi-elisp.idx
32
PLIST_SUB+=	MI_WITH_ELISP=""
32
PLIST_SUB+=	MI_WITH_ELISP=""
(-)emulators/xmame/Makefile (-1 / +1 lines)
Lines 63-69 Link Here
63
.if ${MAMEMESS} == "mess"
63
.if ${MAMEMESS} == "mess"
64
PLIST_SUB+=	MAMEONLY="@comment " MESSONLY=""
64
PLIST_SUB+=	MAMEONLY="@comment " MESSONLY=""
65
.else
65
.else
66
.error MAMEMESS must be set to one of "mame" or "mess".
66
IGNORE=	Cannot install: MAMEMESS must be set to one of "mame" or "mess"
67
.endif
67
.endif
68
.endif
68
.endif
(-)japanese/skkinput/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
# sanity check
24
# sanity check
25
.if defined(WITH_DBSKKD) && defined(WITH_RSKKSERV)
25
.if defined(WITH_DBSKKD) && defined(WITH_RSKKSERV)
26
.error Cannot define both WITH_DBSKKD and WITH_RSKKSERV simultaneously.
26
IGNORE=	Cannot install: you cannot define both WITH_DBSKKD and WITH_RSKKSERV simultaneously
27
.endif
27
.endif
28
28
29
.if defined(WITH_DBSKKD) || exists(${LOCALBASE}/libexec/dbskkd-cdb) && !defined(WITH_RSKKSERV)
29
.if defined(WITH_DBSKKD) || exists(${LOCALBASE}/libexec/dbskkd-cdb) && !defined(WITH_RSKKSERV)
(-)japanese/skkinput3/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
# sanity check
30
# sanity check
31
.if defined(WITH_DBSKKD) && defined(WITH_RSKKSERV)
31
.if defined(WITH_DBSKKD) && defined(WITH_RSKKSERV)
32
.error Cannot define both WITH_DBSKKD and WITH_RSKKSERV simultaneously.
32
IGNORE=	Cannot install: you cannot define both WITH_DBSKKD and WITH_RSKKSERV simultaneously
33
.endif
33
.endif
34
34
35
.if defined(WITH_DBSKKD) || exists(${LOCALBASE}/libexec/dbskkd-cdb) && !defined(WITH_RSKKSERV)
35
.if defined(WITH_DBSKKD) || exists(${LOCALBASE}/libexec/dbskkd-cdb) && !defined(WITH_RSKKSERV)
(-)lang/gdc/Makefile (-1 / +1 lines)
Lines 45-51 Link Here
45
.ifndef TARGET_GCC
45
.ifndef TARGET_GCC
46
TARGET_GCC=	3.4	# default
46
TARGET_GCC=	3.4	# default
47
.elif ${TARGET_GCC} != 3.4 && ${TARGET_GCC} != 4.0
47
.elif ${TARGET_GCC} != 3.4 && ${TARGET_GCC} != 4.0
48
.error it cannot be specified as TARGET_GCC other than 3.4 or 4.0
48
IGNORE=	Cannot install: you cannot specifie TARGET_GCC other than 3.4 or 4.0
49
.endif
49
.endif
50
50
51
.if ${TARGET_GCC} == 4.0
51
.if ${TARGET_GCC} == 4.0
(-)lang/perl5/Makefile (-1 / +1 lines)
Lines 81-87 Link Here
81
.endif
81
.endif
82
82
83
.ifdef USE_PERL5
83
.ifdef USE_PERL5
84
.error You have `USE_PERL5' variable defined either in environment or in make(1) arguments. Please undefine and try again.
84
IGNORE=	Cannot install: you have the `USE_PERL5' variable defined either in environment or in make(1) arguments. Please undefine and try again
85
.endif
85
.endif
86
86
87
NO_LATEST_LINK=	yes
87
NO_LATEST_LINK=	yes
(-)mail/exim/Makefile (-1 / +1 lines)
Lines 537-543 Link Here
537
.include <bsd.port.pre.mk>
537
.include <bsd.port.pre.mk>
538
538
539
.if defined(EXIMON_ONLY) && ${MASTERDIR} == ${PKGDIR}
539
.if defined(EXIMON_ONLY) && ${MASTERDIR} == ${PKGDIR}
540
.error EXIMON_ONLY is not user settable
540
IGNORE=	Cannot install: EXIMON_ONLY is not user settable
541
.endif
541
.endif
542
542
543
.if !defined(EXIMON_ONLY) && !defined(WITHOUT_DAEMON)
543
.if !defined(EXIMON_ONLY) && !defined(WITHOUT_DAEMON)
(-)mail/lmtpd/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if defined(WITH_DB3) && defined(WITH_DB4)
30
.if defined(WITH_DB3) && defined(WITH_DB4)
31
.error You cannot use DB3 and DB4 in the same time.
31
IGNORE=	Cannot install: you cannot use DB3 and DB4 in the same time
32
.endif
32
.endif
33
33
34
.if defined(WITH_PCRE)
34
.if defined(WITH_PCRE)
(-)mail/mutt/Makefile (-2 / +2 lines)
Lines 49-56 Link Here
49
USE_GETTEXT=	yes
49
USE_GETTEXT=	yes
50
USE_ICONV=	yes
50
USE_ICONV=	yes
51
.if defined(WITHOUT_MUTT_ICONV)
51
.if defined(WITHOUT_MUTT_ICONV)
52
.error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \
52
IGNORE=	Cannot install: the WITHOUT_MUTT_ICONV knob of the mutt port only \
53
	WITHOUT_NLS is also given
53
	works if WITHOUT_NLS is also given
54
.endif
54
.endif
55
.elif !defined(WITHOUT_MUTT_ICONV)
55
.elif !defined(WITHOUT_MUTT_ICONV)
56
USE_ICONV=	yes
56
USE_ICONV=	yes
(-)mail/mutt-devel/Makefile (-3 / +3 lines)
Lines 180-193 Link Here
180
WITH_MUTT_IMAP_HEADER_CACHE=	yes
180
WITH_MUTT_IMAP_HEADER_CACHE=	yes
181
.endif
181
.endif
182
.if defined(WITH_MUTT_SIGNATURE_MENU)
182
.if defined(WITH_MUTT_SIGNATURE_MENU)
183
.error The WITH_MUTT_SIGNATURE_MENU does not work at the moment
183
IGNORE=	Cannot install: the WITH_MUTT_SIGNATURE_MENU does not work at the moment
184
.endif
184
.endif
185
.if defined(WITH_MUTT_SIDEBAR_PATCH)
185
.if defined(WITH_MUTT_SIDEBAR_PATCH)
186
.if defined(WITH_MUTT_NNTP)
186
.if defined(WITH_MUTT_NNTP)
187
.error The WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_NNTP are not compatible
187
IGNORE=	Cannot install: the WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_NNTP are not compatible
188
.endif
188
.endif
189
.if defined(WITH_MUTT_SIGNATURE_MENU)
189
.if defined(WITH_MUTT_SIGNATURE_MENU)
190
.error The WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_SIGNATURE_MENU are not compatible
190
IGNORE=	Cannot install: the WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_SIGNATURE_MENU are not compatible
191
.endif
191
.endif
192
.endif
192
.endif
(-)misc/libhome/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if defined(WITH_DB3) && defined(WITH_DB4)
30
.if defined(WITH_DB3) && defined(WITH_DB4)
31
.error You cannot use DB3 and DB4 in the same time.
31
IGNORE=	Cannot install: you cannot use DB3 and DB4 at the same time
32
.endif
32
.endif
33
33
34
CONFIGURE_ARGS+=	--with-proxy --with-nss
34
CONFIGURE_ARGS+=	--with-proxy --with-nss
(-)net/mldonkey/Makefile (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
.if defined(WITHOUT_GUI)
38
.if defined(WITHOUT_GUI)
39
.if defined(WITHOUT_CORE)
39
.if defined(WITHOUT_CORE)
40
.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing."
40
IGNORE=	Cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing
41
.endif
41
.endif
42
# have no 'without-' flag
42
# have no 'without-' flag
43
CONFIGURE_ARGS+=--disable-gui
43
CONFIGURE_ARGS+=--disable-gui
(-)net/mldonkey-devel/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
###
44
###
45
.if defined(WITHOUT_GUI)
45
.if defined(WITHOUT_GUI)
46
.if defined(WITHOUT_CORE)
46
.if defined(WITHOUT_CORE)
47
.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing."
47
IGNORE=	Cannot install: you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing
48
.endif
48
.endif
49
# have no 'without-' flag
49
# have no 'without-' flag
50
CONFIGURE_ARGS+=--disable-gui \
50
CONFIGURE_ARGS+=--disable-gui \
(-)security/openssl/Makefile (-1 / +1 lines)
Lines 39-45 Link Here
39
COMMENT=	SSL and crypto library
39
COMMENT=	SSL and crypto library
40
40
41
.ifdef USE_OPENSSL
41
.ifdef USE_OPENSSL
42
.error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
42
IGNORE=	Cannot install: you have the `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again
43
.endif
43
.endif
44
44
45
.if defined(WITH_OPENSSL_SNAPSHOT)
45
.if defined(WITH_OPENSSL_SNAPSHOT)
(-)textproc/redland/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
.elif ${WITH_BDB_VER} == 43
32
.elif ${WITH_BDB_VER} == 43
33
LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
33
LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
34
.else
34
.else
35
.error WITH_BDB_VER must be one of 3, 4, 41, 42 or 43
35
IGNORE=	Cannot install: WITH_BDB_VER must be one of 3, 4, 41, 42 or 43
36
.endif
36
.endif
37
37
38
USE_GNOME=	gnomehack gnometarget lthack pkgconfig
38
USE_GNOME=	gnomehack gnometarget lthack pkgconfig
(-)x11/XFree86/Makefile (-1 / +1 lines)
Lines 46-52 Link Here
46
.endif
46
.endif
47
47
48
.ifdef USE_XLIB
48
.ifdef USE_XLIB
49
.error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again.
49
IGNORE=	Cannot install: you have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again
50
.endif
50
.endif
51
51
52
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)
52
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)
(-)x11/XFree86-4-libraries/Makefile (-1 / +1 lines)
Lines 100-106 Link Here
100
# End of XFree86 User Config
100
# End of XFree86 User Config
101
101
102
.ifdef USE_XLIB
102
.ifdef USE_XLIB
103
.error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again.
103
IGNORE=	Cannot install: you have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again
104
.endif
104
.endif
105
105
106
.include "Makefile.inc"
106
.include "Makefile.inc"
(-)x11-toolkits/open-motif/Makefile (-2 / +2 lines)
Lines 33-39 Link Here
33
DEMOS_SRC=	${WRKSRC}/demos/programs
33
DEMOS_SRC=	${WRKSRC}/demos/programs
34
34
35
.ifdef USE_MOTIF
35
.ifdef USE_MOTIF
36
.error You have `USE_MOTIF' variable defined either in environment or in make(1) arguments. Please undefine and try again.
36
IGNORE=	Cannot install: you have the `USE_MOTIF' variable defined either in environment or in make(1) arguments. Please undefine and try again
37
.endif
37
.endif
38
38
39
.if defined(WITH_JDK_PATCH)
39
.if defined(WITH_JDK_PATCH)
Lines 44-50 Link Here
44
.if exists(${WITH_JDK_PATCH})
44
.if exists(${WITH_JDK_PATCH})
45
EXTRA_PATCHES+=	${WITH_JDK_PATCH}
45
EXTRA_PATCHES+=	${WITH_JDK_PATCH}
46
.else
46
.else
47
.error "wrong WITH_JDK_PATCH value"
47
IGNORE= Cannot install: wrong WITH_JDK_PATCH value
48
.endif
48
.endif
49
49
50
.endif
50
.endif

Return to bug 92443