Thu Dec 25 04:57:25 2014 UTC ()
It is better to use ${LOWER_OPSYS} than fixed "netbsd" in PLIST for
"platform_part" of config file name.
XXX: complete list should be picked up from "configure.in"

Fix a part of PR pkg/49497 by Sevan Janiyan.


(obache)
diff -r1.10 -r1.11 pkgsrc/graphics/ivtools/PLIST

cvs diff -r1.10 -r1.11 pkgsrc/graphics/ivtools/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/ivtools/PLIST 2010/04/05 22:52:23 1.10
+++ pkgsrc/graphics/ivtools/PLIST 2014/12/25 04:57:25 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2010/04/05 22:52:23 markd Exp $ 1@comment $NetBSD: PLIST,v 1.11 2014/12/25 04:57:25 obache Exp $
2bin/comdraw 2bin/comdraw
3bin/comterp 3bin/comterp
4bin/comtest 4bin/comtest
5bin/dclock 5bin/dclock
6bin/drawserv 6bin/drawserv
7bin/drawtool 7bin/drawtool
8bin/flipbook 8bin/flipbook
9bin/gclock 9bin/gclock
10bin/glyphterp 10bin/glyphterp
11bin/graphdraw 11bin/graphdraw
12bin/iclass 12bin/iclass
13bin/idemo 13bin/idemo
14bin/idraw 14bin/idraw
@@ -607,27 +607,27 @@ lib/ivtools/config/InterViews/iv-netbsd. @@ -607,27 +607,27 @@ lib/ivtools/config/InterViews/iv-netbsd.
607lib/ivtools/config/InterViews/iv-pegasus.cf 607lib/ivtools/config/InterViews/iv-pegasus.cf
608lib/ivtools/config/InterViews/iv-sgi.cf 608lib/ivtools/config/InterViews/iv-sgi.cf
609lib/ivtools/config/InterViews/iv-sony.cf 609lib/ivtools/config/InterViews/iv-sony.cf
610lib/ivtools/config/InterViews/iv-stellar.cf 610lib/ivtools/config/InterViews/iv-stellar.cf
611lib/ivtools/config/InterViews/iv-stratus.cf 611lib/ivtools/config/InterViews/iv-stratus.cf
612lib/ivtools/config/InterViews/iv-sun.cf 612lib/ivtools/config/InterViews/iv-sun.cf
613lib/ivtools/config/InterViews/iv-ultrix.cf 613lib/ivtools/config/InterViews/iv-ultrix.cf
614lib/ivtools/config/InterViews/iv-x386.cf 614lib/ivtools/config/InterViews/iv-x386.cf
615lib/ivtools/config/InterViews/xparams.cf 615lib/ivtools/config/InterViews/xparams.cf
616lib/ivtools/config/alpha3.0-gcc.mk 616lib/ivtools/config/alpha3.0-gcc.mk
617lib/ivtools/config/alpha3.2-gcc.mk 617lib/ivtools/config/alpha3.2-gcc.mk
618lib/ivtools/config/alpha4-gcc.mk 618lib/ivtools/config/alpha4-gcc.mk
619lib/ivtools/config/arch.def 619lib/ivtools/config/arch.def
620lib/ivtools/config/config-netbsd-gcc.defs 620lib/ivtools/config/config-${LOWER_OPSYS}-gcc.defs
621lib/ivtools/config/config.defs.in 621lib/ivtools/config/config.defs.in
622lib/ivtools/config/config.mk 622lib/ivtools/config/config.mk
623lib/ivtools/config/config.null.mk 623lib/ivtools/config/config.null.mk
624lib/ivtools/config/darwin-gcc.mk 624lib/ivtools/config/darwin-gcc.mk
625lib/ivtools/config/default-gcc.mk 625lib/ivtools/config/default-gcc.mk
626lib/ivtools/config/dragonfly-gcc.mk 626lib/ivtools/config/dragonfly-gcc.mk
627lib/ivtools/config/freebsd-gcc.mk 627lib/ivtools/config/freebsd-gcc.mk
628lib/ivtools/config/freebsd2.1-gcc.mk 628lib/ivtools/config/freebsd2.1-gcc.mk
629lib/ivtools/config/gcc.def 629lib/ivtools/config/gcc.def
630lib/ivtools/config/hpux-gcc.mk 630lib/ivtools/config/hpux-gcc.mk
631lib/ivtools/config/hpux10.20-gcc.mk 631lib/ivtools/config/hpux10.20-gcc.mk
632lib/ivtools/config/irix5-gcc.mk 632lib/ivtools/config/irix5-gcc.mk
633lib/ivtools/config/irix6-gcc.mk 633lib/ivtools/config/irix6-gcc.mk