diff options
author | adam <adam@pkgsrc.org> | 2006-03-02 23:17:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-03-02 23:17:36 +0000 |
commit | 0edcdc89c049ce67a3e366477d32dd3d6ed786e4 (patch) | |
tree | 45946423def730a0dcbaad5d36bb0d97c652a25f /graphics | |
parent | 4a7a902fd7c5d305dcd7cd0f24bf500d6d2259d2 (diff) | |
download | pkgsrc-0edcdc89c049ce67a3e366477d32dd3d6ed786e4.tar.gz |
Fixed symbolic link to pamdepth
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/distinfo | 3 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 218a3b2231d..02f78705c8a 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.52 2006/02/27 22:01:16 adam Exp $ +$NetBSD: distinfo,v 1.53 2006/03/02 23:17:36 adam Exp $ SHA1 (netpbm-10.32.tgz) = 731bd761a3c880afaa41d6eb92e282d6988a75ee RMD160 (netpbm-10.32.tgz) = 9050c6b2b9891745c07d0694a0188cd905c5b9f4 @@ -9,4 +9,5 @@ SHA1 (patch-ac) = 07f109139bf30da22b05d00189cbb7b4a5f8f05a SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1 SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1 SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26 +SHA1 (patch-ag) = 655c06e7565f889fb43feadbdd1e2765388d428d SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26 diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag new file mode 100644 index 00000000000..470b1da8669 --- /dev/null +++ b/graphics/netpbm/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.14 2006/03/02 23:17:36 adam Exp $ + +--- other/Makefile.orig 2006-03-02 22:46:54.000000000 +0100 ++++ other/Makefile +@@ -67,6 +67,6 @@ install.bin.local: $(PKGDIR)/bin + # In February 2006, pamdepth replaced pnmdepth + cd $(PKGDIR)/bin ; \ + rm -f pnmsdepth ; \ +- $(SYMLINK) pnmsdepth$(EXE) pnmdepth ++ $(SYMLINK) pamdepth$(EXE) pnmdepth + + FORCE: |