ports/172374: [MAINTAINER] www/typo346: Fix WITHOUT_X11

Helmut Schneider jumper99 at gmx.de
Fri Oct 5 21:00:36 UTC 2012


>Number:         172374
>Category:       ports
>Synopsis:       [MAINTAINER] www/typo346: Fix WITHOUT_X11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 21:00:34 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        FreeBSD 9.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD BSDHelmut964.charlieroot.de 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #3: Tue Aug  7 20:55:23 CEST
>Description:
- Fix WITHOUT_X11

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- typo3-4.6.12.patch begins here ---
diff -ruN --exclude=CVS ../typo346.org/Makefile ./Makefile
--- ../typo346.org/Makefile	2012-09-21 21:43:38.000000000 +0200
+++ ./Makefile	2012-10-05 22:42:58.000000000 +0200
@@ -48,8 +48,12 @@
 .endif
 
 .if ${PORT_OPTIONS:MIMAGICK}
+.if defined(WITHOUT_X11)
+RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
+.else
 RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
 .endif
+.endif
 
 .if ${PORT_OPTIONS:MMBSTRING}
 USE_PHP+=	mbstring
--- typo3-4.6.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list