Skip to content

Commit

Permalink
Arrange conditional PLIST for the "fiasco" converters since they're
Browse files Browse the repository at this point in the history
disabled on MacOS. From Edgar Fuss in PR 43464.
  • Loading branch information
dholland committed Jul 14, 2010
1 parent 7661e71 commit 46e669c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion graphics/netpbm/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.167 2010/07/13 06:08:23 adam Exp $
# $NetBSD: Makefile,v 1.168 2010/07/14 02:39:17 dholland Exp $

DISTNAME= netpbm-10.35.76
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/}
EXTRACT_SUFX= .tgz
Expand Down Expand Up @@ -50,8 +51,11 @@ REPLACE_FILES.bash+= other/ppmtomap
.include "../../mk/bsd.prefs.mk"

# Fiasco fails to compile on Darwin-8.x.
PLIST_VARS+= fiasco
.if !empty(MACHINE_PLATFORM:MDarwin-8.*-*)
MAKE_ENV+= BUILD_FIASCO=N
.else
PLIST.fiasco= yes
.endif

.if ${OPSYS} == "Darwin"
Expand Down
10 changes: 5 additions & 5 deletions graphics/netpbm/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2010/02/19 18:25:44 drochner Exp $
@comment $NetBSD: PLIST,v 1.7 2010/07/14 02:39:17 dholland Exp $
bin/411toppm
bin/anytopnm
bin/asciitopgm
Expand All @@ -13,7 +13,7 @@ bin/ddbugtopbm
bin/doc.url
bin/escp2topbm
bin/eyuvtoppm
bin/fiascotopnm
${PLIST.fiasco}bin/fiascotopnm
bin/fitstopnm
bin/fstopgm
bin/g3topbm
Expand Down Expand Up @@ -209,7 +209,7 @@ bin/pnmsplit
bin/pnmstitch
bin/pnmtile
bin/pnmtoddif
bin/pnmtofiasco
${PLIST.fiasco}bin/pnmtofiasco
bin/pnmtofits
bin/pnmtojbig
bin/pnmtojpeg
Expand Down Expand Up @@ -355,7 +355,7 @@ man/man1/cmuwmtopbm.1
man/man1/ddbugtopbm.1
man/man1/escp2topbm.1
man/man1/eyuvtoppm.1
man/man1/fiascotopnm.1
${PLIST.fiasco}man/man1/fiascotopnm.1
man/man1/fitstopnm.1
man/man1/fstopgm.1
man/man1/g3topbm.1
Expand Down Expand Up @@ -540,7 +540,7 @@ man/man1/pnmsmooth.1
man/man1/pnmstitch.1
man/man1/pnmtile.1
man/man1/pnmtoddif.1
man/man1/pnmtofiasco.1
${PLIST.fiasco}man/man1/pnmtofiasco.1
man/man1/pnmtojbig.1
man/man1/pnmtojpeg.1
man/man1/pnmtopalm.1
Expand Down

0 comments on commit 46e669c

Please sign in to comment.