Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= tinderbox |
7 |
PORTNAME= tinderbox |
8 |
PORTVERSION= 2.3.0 |
8 |
PORTVERSION= 2.3.0 |
9 |
PORTREVISION= 1 |
9 |
PORTREVISION= 2 |
10 |
CATEGORIES= misc |
10 |
CATEGORIES= misc |
11 |
MASTER_SITES= http://tinderbox.marcuscom.com/ |
11 |
MASTER_SITES= http://tinderbox.marcuscom.com/ |
12 |
|
12 |
|
Lines 19-25
Link Here
|
19 |
cvsup:${PORTSDIR}/net/cvsup-without-gui |
19 |
cvsup:${PORTSDIR}/net/cvsup-without-gui |
20 |
|
20 |
|
21 |
OPTIONS= PGSQL "With pgsql" On \ |
21 |
OPTIONS= PGSQL "With pgsql" On \ |
22 |
MYSQL "With mysql" Off |
22 |
MYSQL "With mysql" Off \ |
|
|
23 |
CSUP "Use CSUP for updates" On \ |
24 |
CVSUP "Use CVSUP for updates" Off |
23 |
|
25 |
|
24 |
NO_BUILD= yes |
26 |
NO_BUILD= yes |
25 |
USE_APACHE= yes |
27 |
USE_APACHE= yes |
Lines 43-49
Link Here
|
43 |
.if defined(WITH_MYSQL) |
45 |
.if defined(WITH_MYSQL) |
44 |
USE_PHP+= mysql |
46 |
USE_PHP+= mysql |
45 |
USE_MYSQL= yes |
47 |
USE_MYSQL= yes |
46 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |
48 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} |
|
|
49 |
.endif |
50 |
|
51 |
.if defined(WITH_CSUP) |
52 |
RUN_DEPENDS+= csup:${PORTSDIR}/net/csup |
53 |
.endif |
54 |
|
55 |
.if defined(WITH_CVSUP) |
56 |
RUN_DEPENDS+= cvsup:${PORTSDIR}/net/cvsup-without-gui |
47 |
.endif |
57 |
.endif |
48 |
|
58 |
|
49 |
.include "${PORTSDIR}/Mk/bsd.php.mk" |
59 |
.include "${PORTSDIR}/Mk/bsd.php.mk" |