Update to 10.11

PR:		44230
Submitted by:	tkato@prontomail.com
This commit is contained in:
David W. Chapman Jr. 2002-10-24 13:49:15 +00:00
parent 709587a8c2
commit c35e3fb657
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68732
4 changed files with 12 additions and 13 deletions

View file

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

View file

@ -1 +1 @@
MD5 (netpbm-10.10.tgz) = 50c01683e45887d9e55c0a17927501df
MD5 (netpbm-10.11.tgz) = bc4db63cd38498a383c2594d842f1bc3

View file

@ -1,11 +0,0 @@
--- analyzer/Makefile.orig Sat Sep 28 02:02:50 2002
+++ analyzer/Makefile Sat Oct 12 00:00:00 2002
@@ -31,7 +31,7 @@
.PHONY: all
all: $(BINARIES)
-HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h pnm.h pam.h shhopt.h
+HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h ppmcmap.h pnm.h pam.h shhopt.h nstring.h
include $(SRCDIR)/Makefile.common

View file

@ -0,0 +1,10 @@
--- converter/pbm/thinkjettopbm.l.orig Thu Oct 17 12:19:09 2002
+++ converter/pbm/thinkjettopbm.l Sat Oct 19 00:00:00 2002
@@ -33,7 +33,6 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
-#include <getopt.h>
#include "pbm.h"
#define YY_NO_UNPUT