View | Details | Raw Unified | Return to bug 92445 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/bsd.port.mk.combined (-4 / +4 lines)
Lines 1191-1197 Link Here
1191
1191
1192
.if defined(PORTVERSION)
1192
.if defined(PORTVERSION)
1193
.if ${PORTVERSION:M*[-_,]*}x != x
1193
.if ${PORTVERSION:M*[-_,]*}x != x
1194
BROKEN=			PORTVERSION ${PORTVERSION} may not contain '-' '_' or ','
1194
IGNORE=			PORTVERSION ${PORTVERSION} may not contain '-' '_' or ','
1195
.endif
1195
.endif
1196
DISTVERSION?=	${PORTVERSION:S/:/::/g}
1196
DISTVERSION?=	${PORTVERSION:S/:/::/g}
1197
.elif defined(DISTVERSION)
1197
.elif defined(DISTVERSION)
Lines 1525-1531 Link Here
1525
.elif ${WANT_OPENLDAP_VER} == 23
1534
.elif ${WANT_OPENLDAP_VER} == 23
1526
LIB_DEPENDS+=		ldap-2.3.1:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client
1535
LIB_DEPENDS+=		ldap-2.3.1:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client
1527
.else
1536
.else
1528
BROKEN=				unknown OpenLDAP version: ${WANT_OPENLDAP_VER}
1537
IGNORE=				unknown OpenLDAP version: ${WANT_OPENLDAP_VER}
1529
.endif
1538
.endif
1530
.endif
1539
.endif
1531
1540
Lines 1537-1543 Link Here
1537
1546
1538
.if defined(WANT_FAM_SYSTEM)
1547
.if defined(WANT_FAM_SYSTEM)
1539
.if defined(WITH_FAM_SYSTEM) && ${WITH_FAM_SYSTEM}!=${WANT_FAM_SYSTEM}
1548
.if defined(WITH_FAM_SYSTEM) && ${WITH_FAM_SYSTEM}!=${WANT_FAM_SYSTEM}
1540
BROKEN=	The port wants to use ${WANT_FAM_SYSTEM} as its FAM system and you wish to use ${WITH_FAM_SYSTEM}
1549
IGNORE=	The port wants to use ${WANT_FAM_SYSTEM} as its FAM system and you wish to use ${WITH_FAM_SYSTEM}
1541
.endif
1550
.endif
1542
FAM_SYSTEM=	${WANT_FAM_SYSTEM}
1551
FAM_SYSTEM=	${WANT_FAM_SYSTEM}
1543
.elif defined(WITH_FAM_SYSTEM)
1552
.elif defined(WITH_FAM_SYSTEM)
Lines 1549-1555 Link Here
1549
.if defined(FAM_SYSTEM_${FAM_SYSTEM:U})
1558
.if defined(FAM_SYSTEM_${FAM_SYSTEM:U})
1550
LIB_DEPENDS+=	${FAM_SYSTEM_${FAM_SYSTEM:U}}
1559
LIB_DEPENDS+=	${FAM_SYSTEM_${FAM_SYSTEM:U}}
1551
.else
1560
.else
1552
BROKEN=			unknown FAM system: ${FAM_SYSTEM}
1561
IGNORE=			unknown FAM system: ${FAM_SYSTEM}
1553
.endif
1562
.endif
1554
.endif # USE_FAM
1563
.endif # USE_FAM
1555
1564
(-)Mk/bsd.ruby.mk (-3 / +3 lines)
Lines 114-125 Link Here
114
114
115
.if defined(RUBY)
115
.if defined(RUBY)
116
.if !exists(${RUBY})
116
.if !exists(${RUBY})
117
BROKEN=	You set the variable RUBY to "${RUBY}", but it does not seem to exist.  Please specify an already installed ruby executable.
117
IGNORE=	You set the variable RUBY to "${RUBY}", but it does not seem to exist.  Please specify an already installed ruby executable.
118
.endif
118
.endif
119
119
120
_RUBY_TEST!=		${RUBY} -e 'begin; require "rbconfig"; rescue LoadError; puts "error"; end'
120
_RUBY_TEST!=		${RUBY} -e 'begin; require "rbconfig"; rescue LoadError; puts "error"; end'
121
.if !empty(_RUBY_TEST)
121
.if !empty(_RUBY_TEST)
122
BROKEN=	You set the variable RUBY to "${RUBY}", but it failed to include rbconfig.  Please specify a properly installed ruby executable.
122
IGNORE=	You set the variable RUBY to "${RUBY}", but it failed to include rbconfig.  Please specify a properly installed ruby executable.
123
.endif
123
.endif
124
124
125
_RUBY_CONFIG=		${RUBY} -r rbconfig -e 'C = Config::CONFIG' -e
125
_RUBY_CONFIG=		${RUBY} -r rbconfig -e 'C = Config::CONFIG' -e
Lines 147-153 Link Here
147
RUBY_WRKSRC=		${WRKDIR}/ruby-${RUBY_VERSION}
147
RUBY_WRKSRC=		${WRKDIR}/ruby-${RUBY_VERSION}
148
#MASTER_SITE_SUBDIR_RUBY=	snapshots
148
#MASTER_SITE_SUBDIR_RUBY=	snapshots
149
.elif defined(RUBY_VER) && ${RUBY_VER} == 1.7
149
.elif defined(RUBY_VER) && ${RUBY_VER} == 1.7
150
BROKEN=	Ruby 1.7 is obsolete; set RUBY_VER to 1.8 instead.
150
IGNORE=	Ruby 1.7 is obsolete; set RUBY_VER to 1.8 instead.
151
.else
151
.else
152
RUBY_VERSION?=		1.6.8
152
RUBY_VERSION?=		1.6.8
153
RUBY_DISTVERSION?=	${RUBY_VERSION}-2004.07.28
153
RUBY_DISTVERSION?=	${RUBY_VERSION}-2004.07.28
(-)Mk/bsd.sdl.mk (-1 / +1 lines)
Lines 145-151 Link Here
145
_USE_SDL=
145
_USE_SDL=
146
.for component in ${USE_SDL}
146
.for component in ${USE_SDL}
147
. if ${_USE_SDL_ALL:M${component}}==""
147
. if ${_USE_SDL_ALL:M${component}}==""
148
BROKEN=	Unknown SDL component ${component}
148
IGNORE=	Unknown SDL component ${component}
149
. endif
149
. endif
150
_USE_SDL+=	${_REQUIRES_${component}} ${component}
150
_USE_SDL+=	${_REQUIRES_${component}} ${component}
151
.endfor
151
.endfor
(-)databases/ip4r/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
# 74 is not strictly true, but requires extracting the appropriate
20
# 74 is not strictly true, but requires extracting the appropriate
21
# postgresql-contrib tarball, and associated heavy lifting.
21
# postgresql-contrib tarball, and associated heavy lifting.
22
# In order to keep this port simple, we assume >= 8.0
22
# In order to keep this port simple, we assume >= 8.0
23
BROKEN_WITH_PGSQL=	73 74
23
IGNORE_WITH_PGSQL=	73 74
24
24
25
MAKE_ARGS=	USE_PGXS=1
25
MAKE_ARGS=	USE_PGXS=1
26
26
(-)databases/mysql-administrator/Makefile (-2 / +2 lines)
Lines 33-39 Link Here
33
USE_GNOME=	libglade2 gnomehack
33
USE_GNOME=	libglade2 gnomehack
34
USE_MYSQL=	yes
34
USE_MYSQL=	yes
35
DEFAULT_MYSQL_VER=	41
35
DEFAULT_MYSQL_VER=	41
36
BROKEN_WITH_MYSQL=	323 40
36
IGNORE_WITH_MYSQL=	323 40
37
GNU_CONFIGURE=	yes
37
GNU_CONFIGURE=	yes
38
38
39
LIB_DEPENDS+=	gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
39
LIB_DEPENDS+=	gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
Lines 53-59 Link Here
53
.include <bsd.port.pre.mk>
53
.include <bsd.port.pre.mk>
54
54
55
.if ${OSVERSION} < 500000
55
.if ${OSVERSION} < 500000
56
BROKEN=		"can not build on 4.x"
56
BROKEN=		can not build on 4.x
57
.endif
57
.endif
58
58
59
ONLY_FOR_ARCHS=	i386 amd64
59
ONLY_FOR_ARCHS=	i386 amd64
(-)databases/mysql-connector-odbc/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
COMMENT=	ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER}
16
COMMENT=	ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER}
17
17
18
USE_MYSQL=		yes
18
USE_MYSQL=		yes
19
BROKEN_WITH_MYSQL=	323
19
IGNORE_WITH_MYSQL=	323
20
20
21
USE_REINOPLACE=	yes
21
USE_REINOPLACE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
(-)databases/mysqlcc/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
19
BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
20
20
21
USE_MYSQL=	yes
21
USE_MYSQL=	yes
22
BROKEN_WITH_MYSQL=323
22
IGNORE_WITH_MYSQL=323
23
23
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
(-)databases/pgadmin3/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
COMMENT=	PostgreSQL database design and management system
15
COMMENT=	PostgreSQL database design and management system
16
16
17
USE_PGSQL=	yes
17
USE_PGSQL=	yes
18
BROKEN_WITH_PGSQL=	73
18
IGNORE_WITH_PGSQL=	73
19
USE_REINPLACE=	yes
19
USE_REINPLACE=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--with-wx=${X11BASE} --with-wx-config=${WX_CONFIG}
21
CONFIGURE_ARGS=	--with-wx=${X11BASE} --with-wx-config=${WX_CONFIG}
(-)deskutils/phprojekt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_PHP=	yes
17
USE_PHP=	yes
18
DEFAULT_PHP_VER=4
18
DEFAULT_PHP_VER=4
19
BROKEN_WITH_PHP=5
19
IGNORE_WITH_PHP=5
20
WANT_PHP_MOD=	yes
20
WANT_PHP_MOD=	yes
21
21
22
NO_BUILD=	yes
22
NO_BUILD=	yes
(-)devel/pear-PHPUnit2/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
NO_PACKAGE=	"Conflicting dependences between PHP4 and PHP5"
23
NO_PACKAGE=	"Conflicting dependences between PHP4 and PHP5"
24
24
25
DEFAULT_PHP_VER=5
25
DEFAULT_PHP_VER=5
26
BROKEN_WITH_PHP=4
26
IGNORE_WITH_PHP=4
27
27
28
USE_REINPLACE=	yes
28
USE_REINPLACE=	yes
29
29
(-)devel/pear-PHP_Beautifier/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
NO_PACKAGE=     Conflicting dependences between PHP4 and PHP5
21
NO_PACKAGE=     Conflicting dependences between PHP4 and PHP5
22
22
23
DEFAULT_PHP_VER=5
23
DEFAULT_PHP_VER=5
24
BROKEN_WITH_PHP=4
24
IGNORE_WITH_PHP=4
25
25
26
CATEGORY=	PHP
26
CATEGORY=	PHP
27
FILES=		Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \
27
FILES=		Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \
(-)graphics/jpgraph/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
NO_BUILD=	yes
17
NO_BUILD=	yes
18
USE_PHP=	gd
18
USE_PHP=	gd
19
BROKEN_WITH_PHP=5
19
IGNORE_WITH_PHP=5
20
20
21
NO_CDROM=	The free version cannot be used in a commercial context
21
NO_CDROM=	The free version cannot be used in a commercial context
22
22
(-)lang/php4-extensions/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	A "meta-port" to install PHP extensions
17
COMMENT=	A "meta-port" to install PHP extensions
18
18
19
DEFAULT_PHP_VER=4
19
DEFAULT_PHP_VER=4
20
BROKEN_WITH_PHP=5
20
IGNORE_WITH_PHP=5
21
USE_PHP_BUILD=	yes
21
USE_PHP_BUILD=	yes
22
22
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)lang/php5-extensions/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	A "meta-port" to install PHP extensions
17
COMMENT=	A "meta-port" to install PHP extensions
18
18
19
DEFAULT_PHP_VER=5
19
DEFAULT_PHP_VER=5
20
BROKEN_WITH_PHP=4
20
IGNORE_WITH_PHP=4
21
USE_PHP_BUILD=	yes
21
USE_PHP_BUILD=	yes
22
22
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)net/torrentflux/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
USE_PHP=		pcre session sqlite
23
USE_PHP=		pcre session sqlite
24
WANT_PHP_WEB=		yes
24
WANT_PHP_WEB=		yes
25
DEFAULT_PHP_VER?=	5
25
DEFAULT_PHP_VER?=	5
26
BROKEN_WITH_PHP=	4
26
IGNORE_WITH_PHP=	4
27
USE_PYTHON_RUN=		yes
27
USE_PYTHON_RUN=		yes
28
USE_REINPLACE=		yes
28
USE_REINPLACE=		yes
29
29
(-)print/phppdflib/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
WANT_PHP_MOD=	yes
18
WANT_PHP_MOD=	yes
19
PHP_PORT?=	${PORTSDIR}/www/mod_php4
19
PHP_PORT?=	${PORTSDIR}/www/mod_php4
20
20
21
BROKEN_WITH_PHP=5
21
IGNORE_WITH_PHP=5
22
22
23
.if defined(WITH_APACHE)
23
.if defined(WITH_APACHE)
24
RUN_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/libphp4.so:${PHP_PORT}
24
RUN_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/libphp4.so:${PHP_PORT}
(-)security/pecl-filter/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
PHP_MODNAME=	filter
24
PHP_MODNAME=	filter
25
25
26
DEFAULT_PHP_VER=	5
26
DEFAULT_PHP_VER=	5
27
BROKEN_WITH_VER=	4
27
IGNORE_WITH_VER=	4
28
28
29
CONFIGURE_ARGS+=	--with-pcre-dir=${LOCALBASE}
29
CONFIGURE_ARGS+=	--with-pcre-dir=${LOCALBASE}
30
30
(-)shells/bush/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
MAKEFILE=		GNUmakefile
30
MAKEFILE=		GNUmakefile
31
USE_SDL=		sdl image
31
USE_SDL=		sdl image
32
USE_MYSQL=		yes
32
USE_MYSQL=		yes
33
BROKEN_WITH_MYSQL=	323
33
IGNORE_WITH_MYSQL=	323
34
USE_REINPLACE=		yes
34
USE_REINPLACE=		yes
35
REINPLACE_ARGS=		-i ""
35
REINPLACE_ARGS=		-i ""
36
36
(-)www/autoindex/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}
18
WRKSRC=		${WRKDIR}/${PORTNAME}
19
19
20
BROKEN_WITH_PHP=	5
20
IGNORE_WITH_PHP=	5
21
USE_PHP=	session
21
USE_PHP=	session
22
CONFLICTS=	AutoIndex-2*
22
CONFLICTS=	AutoIndex-2*
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)www/autoindex2/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_PHP=	session
19
USE_PHP=	session
20
DEFAULT_PHP_VER=	5
20
DEFAULT_PHP_VER=	5
21
BROKEN_WITH_PHP=	4
21
IGNORE_WITH_PHP=	4
22
CONFLICTS=	AutoIndex-1*
22
CONFLICTS=	AutoIndex-1*
23
LATEST_LINK=	AutoIndex2
23
LATEST_LINK=	AutoIndex2
24
NO_BUILD=	yes
24
NO_BUILD=	yes
(-)www/campsite/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
USE_APACHE=	YES
32
USE_APACHE=	YES
33
33
34
BROKEN_WITH_PHP=	5
34
IGNORE_WITH_PHP=	5
35
USE_PHP=	mysql curl pcre xml xmlrpc
35
USE_PHP=	mysql curl pcre xml xmlrpc
36
WANT_PHP_CLI=	YES
36
WANT_PHP_CLI=	YES
37
USE_PHP_BUILD=	YES
37
USE_PHP_BUILD=	YES
(-)www/eaccelerator/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
USE_PHP=	session
18
USE_PHP=	session
19
USE_PHPIZE=	yes
19
USE_PHPIZE=	yes
20
USE_PHP_BUILD=	yes
20
USE_PHP_BUILD=	yes
21
BROKEN_WITH_PHP=	5
21
IGNORE_WITH_PHP=	5
22
22
23
CONFIGURE_ARGS=	--enable-eaccelerator=shared
23
CONFIGURE_ARGS=	--enable-eaccelerator=shared
24
24
(-)www/mod_auth_cookie_mysql/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
USE_MYSQL=	YES
18
USE_MYSQL=	YES
19
19
20
# If someone can test it with MySQL 4.1 ;-)
20
# If someone can test it with MySQL 4.1 ;-)
21
BROKEN_WITH_MYSQL=	41
21
IGNORE_WITH_MYSQL=	41
22
22
23
USE_APACHE=	13
23
USE_APACHE=	13
24
24
(-)www/mod_auth_cookie_mysql2/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_MYSQL=	YES
17
USE_MYSQL=	YES
18
# If someone can test it with MySQL 5.0 ;-)
18
# If someone can test it with MySQL 5.0 ;-)
19
BROKEN_WITH_MYSQL=	50
19
IGNORE_WITH_MYSQL=	50
20
20
21
USE_APACHE=	20+
21
USE_APACHE=	20+
22
22
(-)www/siteframe/Makefile (-2 / +2 lines)
Lines 19-28 Link Here
19
WITH_APACHE2=	yes
19
WITH_APACHE2=	yes
20
USE_PHP=	mysqli simplexml xml session gd
20
USE_PHP=	mysqli simplexml xml session gd
21
DEFAULT_PHP_VER=	5
21
DEFAULT_PHP_VER=	5
22
BROKEN_WITH_PHP=	4
22
IGNORE_WITH_PHP=	4
23
USE_MYSQL=	yes
23
USE_MYSQL=	yes
24
DEFAULT_MYSQL_VER=	41
24
DEFAULT_MYSQL_VER=	41
25
BROKEN_WITH_MYSQL=	40
25
IGNORE_WITH_MYSQL=	40
26
26
27
NO_PACKAGE=	Conflicting Apache dependencies
27
NO_PACKAGE=	Conflicting Apache dependencies
28
28
(-)www/usermanager/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
WRKSRC=		${WRKDIR}/ftp
17
WRKSRC=		${WRKDIR}/ftp
18
18
19
BROKEN_WITH_PHP=	5
19
IGNORE_WITH_PHP=	5
20
USE_PHP=	mysql pcre posix session
20
USE_PHP=	mysql pcre posix session
21
21
22
NO_BUILD=	yes
22
NO_BUILD=	yes
(-)www/xaraya/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
.else
22
.else
23
USE_PHP=	mysql
23
USE_PHP=	mysql
24
.endif
24
.endif
25
BROKEN_WITH_PHP=	5
25
IGNORE_WITH_PHP=	5
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
WRKSRC=		${WRKDIR}/${PORTNAME}-1.0.0-rc3
27
WRKSRC=		${WRKDIR}/${PORTNAME}-1.0.0-rc3
28
28
(-)x11-toolkits/php-gtk/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
USE_PHP=	pcre
20
USE_PHP=	pcre
21
USE_PHP_BUILD=	yes
21
USE_PHP_BUILD=	yes
22
WANT_PHP_SCR=	yes
22
WANT_PHP_SCR=	yes
23
BROKEN_WITH_PHP=	5
23
IGNORE_WITH_PHP=	5
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
USE_PERL5_BUILD=yes
25
USE_PERL5_BUILD=yes
26
USE_GNOME=	gtk12
26
USE_GNOME=	gtk12

Return to bug 92445