diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-06 15:58:01 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-06 15:58:01 +0000 |
commit | 456782fa52558b4aef4cbb8a8bdd34b790899fc8 (patch) | |
tree | 3a2601e2d93871e08b82ed988f4a1be363630e44 /graphics/netpbm/files/patch-bd | |
parent | Update to April 2000 version (diff) |
Upgrade to 9.7
PR: ports/20423
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
Notes
Notes:
svn path=/head/; revision=31345
Diffstat (limited to 'graphics/netpbm/files/patch-bd')
-rw-r--r-- | graphics/netpbm/files/patch-bd | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/graphics/netpbm/files/patch-bd b/graphics/netpbm/files/patch-bd index 5dbd9003b2a1..41e7736a0ede 100644 --- a/graphics/netpbm/files/patch-bd +++ b/graphics/netpbm/files/patch-bd @@ -1,6 +1,6 @@ --- pbm/Makefile.orig Thu Jun 29 01:06:06 2000 -+++ pbm/Makefile Sat Jul 15 00:00:00 2000 -@@ -4,13 +4,12 @@ ++++ pbm/Makefile Sat Aug 5 00:00:00 2000 +@@ -4,7 +4,7 @@ include $(SRCDIR)/Makefile.config @@ -9,14 +9,16 @@ # Shared library naming LIBROOT = pbm - LIBPBM = lib$(LIBROOT).$(NETPBMLIBSUFFIX) --MAJ = 9 --MIN = 5 -+SOVER = 1 - +@@ -15,6 +15,8 @@ LIBLIBS = NETPBMLIBS = $(LIBPBM) -@@ -37,11 +36,10 @@ + ++SOVER = 1 ++ + PORTBINARIES = atktopbm brushtopbm cmuwmtopbm g3topbm \ + icontopbm macptopbm mdatopbm mgrtopbm \ + pbmclean pbmlife pbmmake pbmmask pbmpscale \ +@@ -37,11 +39,10 @@ # Library objects to be built and linked by Makefile.common: LIBOBJECTS = libpbm1.o libpbm2.o libpbm3.o libpbm4.o libpbm5.o @@ -29,7 +31,7 @@ MANUALS1 = $(BINARIES) MANUALS3 = libpbm -@@ -53,26 +51,21 @@ +@@ -53,26 +54,21 @@ .PHONY: all all: $(BINARIES) @@ -56,7 +58,7 @@ include $(SRCDIR)/Makefile.common -@@ -80,13 +73,7 @@ +@@ -80,13 +76,7 @@ ../compile.h: $(MAKE) -C $(SRCDIR) compile.h |