diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-06 03:53:53 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-06 03:53:53 +0000 |
commit | ad0a7e0b51283f0343d9fee9d0c869df83a8c098 (patch) | |
tree | ea701273a31b701c0e7e7a93ea3801f0bd671987 /graphics | |
parent | f460499c7ab3d6b806eaa4fb82b7ee8d34682e44 (diff) | |
download | FreeBSD-ports-ad0a7e0b51283f0343d9fee9d0c869df83a8c098.zip FreeBSD-ports-ad0a7e0b51283f0343d9fee9d0c869df83a8c098.tar.gz |
Update to 9.18
PR: 30355
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 2 | ||||
-rw-r--r-- | graphics/netpbm/distinfo | 2 | ||||
-rw-r--r-- | graphics/netpbm/files/patch-bf | 13 |
3 files changed, 4 insertions, 13 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index a528f3f..c5783ba 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.17 +PORTVERSION= 9.18 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 3703bf8..bbf14fd 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1 +1 @@ -MD5 (netpbm-9.17.tgz) = ac6dcf7810c32fba1f444629eb515f0a +MD5 (netpbm-9.18.tgz) = f9c5ef7814071fa1f2a86b9600456757 diff --git a/graphics/netpbm/files/patch-bf b/graphics/netpbm/files/patch-bf index 08d3473..c51c79b 100644 --- a/graphics/netpbm/files/patch-bf +++ b/graphics/netpbm/files/patch-bf @@ -1,5 +1,5 @@ ---- pnm/Makefile.orig Mon Sep 3 09:45:17 2001 -+++ pnm/Makefile Wed Sep 5 00:00:00 2001 +--- pnm/Makefile.orig Wed Sep 5 12:10:50 2001 ++++ pnm/Makefile Thu Sep 6 00:00:00 2001 @@ -155,6 +155,7 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) @@ -17,12 +17,3 @@ ifneq ($(BUILD_FIASCO), N) $(MAKE) -C fiasco all endif -@@ -190,7 +191,7 @@ - - jpegtopnm: %: %.o exif.o $(NETPBMLIBS) $(LIBOPT) - $(LD) $(LDFLAGS) -o $@ $< exif.o `$(LIBOPT) $(NETPBMLIBS)` $(JPEGLD) \ -- $(CDEBUG) -+ -lm $(CDEBUG) - - ifeq ($(URTLIB_DIR),$(URTDIR)) - # We're using the internal URT library, so make sure it's built |