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

(-)fluxcms/Makefile (-9 / +2 lines)
Lines 23-32 Link Here
23
SUB_FILES=	pkg-deinstall pkg-message
23
SUB_FILES=	pkg-deinstall pkg-message
24
SUB_LIST=	INSTALLDIR=${INSTALLDIR}
24
SUB_LIST=	INSTALLDIR=${INSTALLDIR}
25
25
26
OPTIONS=	GD "Use GD support instead of ImageMagick" on \
26
OPTIONS=	TIDY "Configure with tidy support" off
27
		TIDY "Configure with tidy support" off
28
27
29
USE_PHP=	dom xml simplexml iconv mysql xsl session pcre
28
USE_PHP=	dom xml simplexml iconv mysql xsl session pcre gd
30
29
31
IGNORE_WITH_PHP=	4
30
IGNORE_WITH_PHP=	4
32
DEFAULT_PHP_VER=	5
31
DEFAULT_PHP_VER=	5
Lines 34-45 Link Here
34
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
33
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
35
34
36
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
37
38
.if !defined(WITHOUT_GD)
39
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS}
40
.else
41
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS}
42
.endif
43
36
44
.if defined(WITH_TIDY)
37
.if defined(WITH_TIDY)
45
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/tidy.so:${PORTSDIR}/${tidy_DEPENDS}
38
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/tidy.so:${PORTSDIR}/${tidy_DEPENDS}
(-)fluxcms/files/patch-install-dist-conf-config_xml (+11 lines)
Line 0 Link Here
1
--- install/dist/conf/config.xml.orig	Thu Aug 24 16:42:47 2006
2
+++ install/dist/conf/config.xml	Thu Aug 24 16:48:03 2006
3
@@ -112,7 +112,7 @@
4
        resizing to a certain size, it works.
5
     -->
6
     
7
-    <useGD>false</useGD>
8
+    <useGD>true</useGD>
9
     
10
     <!-- 
11
         unccomment the following if want versioning.

Return to bug 102482