pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/56639: graphics/netpbm requires REPLACE_SH for Solaris
>Number: 56639
>Category: pkg
>Synopsis: graphics/netpbm requires REPLACE_SH for Solaris
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jan 17 07:20:00 +0000 2022
>Originator: Claes Nästén
>Release: trunk 2022-01-01
>Organization:
>Environment:
SunOS 5.10 i86pc i386 i86pc
>Description:
Some of the scripts, like anytopbm fails to execute using Solaris /bin/sh.
>How-To-Repeat:
Use anytopbm on Solaris 10:
$ anytopnm
anytopnm: syntax error at line 541: `tempdir=$' unexpected
>Fix:
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 788119e5c91..4b98200b151 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -39,6 +39,24 @@ REPLACE_PERL+= editor/ppmshadow
REPLACE_PERL+= generator/ppmrainbow
REPLACE_PERL+= manweb
REPLACE_SH+= buildtools/stamp-date
+REPLACE_SH+= converter/other/anytopnm
+REPLACE_SH+= converter/other/pnmtoplainpnm
+REPLACE_SH+= converter/ppm/hpcdtoppm/hpcdtoppm
+REPLACE_SH+= converter/ppm/hpcdtoppm/pcdovtoppm
+REPLACE_SH+= converter/pbm/pbmtox10bm
+REPLACE_SH+= editor/pamstretch-gen
+REPLACE_SH+= editor/pnmflip
+REPLACE_SH+= editor/pnmmargin
+REPLACE_SH+= editor/pnmquant
+REPLACE_SH+= editor/pnmquantall
+REPLACE_SH+= editor/ppmfade
+REPLACE_SH+= editor/ppmquant
+REPLACE_SH+= editor/ppmquantall
+REPLACE_SH+= editor/ppmshadow
+REPLACE_SH+= generator/pgmcrater
+REPLACE_SH+= generator/ppmrainbow
+REPLACE_SH+= other/pamfixtrunc
+REPLACE_SH+= other/ppmtomap
STAGEDIR= ${WRKDIR}/staging
WRKSRC= ${WRKDIR}/netpbm
Home |
Main Index |
Thread Index |
Old Index