Update to 9.18

PR:		30355
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-09-06 03:53:53 +00:00
parent 6f12079725
commit 8af42058a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47462
3 changed files with 4 additions and 13 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= netpbm
PORTVERSION= 9.17
PORTVERSION= 9.18
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1 +1 @@
MD5 (netpbm-9.17.tgz) = ac6dcf7810c32fba1f444629eb515f0a
MD5 (netpbm-9.18.tgz) = f9c5ef7814071fa1f2a86b9600456757

View file

@ -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