ports/69497: [ maintainer ] astro/xplanet: add WITHOUT_PNM knob, fix typo.

Roman Bogorodskiy bogorodskiy at inbox.ru
Fri Jul 23 17:40:24 UTC 2004


>Number:         69497
>Category:       ports
>Synopsis:       [ maintainer ] astro/xplanet: add WITHOUT_PNM knob, fix typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 17:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #6: Tue Jul 20 17:04:20 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	- Add forgotten WITHOUT_PNM knob
	- Typo: WITH_TIFF should really be WITHOUT_TIFF

>How-To-Repeat:
>Fix:

diff -ruN xplanet.orig/Makefile xplanet/Makefile
--- xplanet.orig/Makefile	Fri Jul 23 21:18:56 2004
+++ xplanet/Makefile	Fri Jul 23 21:25:10 2004
@@ -58,7 +58,14 @@
 CONFIGURE_ARGS+=	--without-png
 .endif
 
-.if !defined(WITH_TIFF)
+.if !defined(WITHOUT_PNM)
+CONFIGURE_ARGS+=	--with-pnm
+LIB_DEPENDS+=	netpbm.1:${PORTSDIR}/graphics/netpbm
+.else
+CONFIGURE_ARGS+=	--without-pnm
+.endif
+
+.if !defined(WITHOUT_TIFF)
 CONFIGURE_ARGS+=	--with-tiff
 LIB_DEPENDS+=	tiff.4:${PORTSDIR}/graphics/tiff
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list