Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Jun 2000 11:26:09 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19149: Update port: graphics/netpbm to 9.4
Message-ID:  <20000609182609.EEC6A37C4BF@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19149
>Category:       ports
>Synopsis:       Update port: graphics/netpbm to 9.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 11:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 9.4

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile
--- /usr/ports/graphics/netpbm/Makefile	Mon Jun  5 19:31:25 2000
+++ graphics/netpbm/Makefile	Sat Jun 10 00:00:00 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	netpbm
-PORTVERSION=	9.3
+PORTVERSION=	9.4
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.sourceforge.net/netpbm/
 EXTRACT_SUFX=	.tgz
@@ -22,7 +22,7 @@
 ALL_TARGET=	merge
 INSTALL_TARGET=	install-merge install-dev
 
-.include "files/manpages"
+.include "${FILESDIR}/manpages"
 
 post-patch:
 	@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h
diff -urN /usr/ports/graphics/netpbm/files/md5 graphics/netpbm/files/md5
--- /usr/ports/graphics/netpbm/files/md5	Mon Jun  5 19:31:31 2000
+++ graphics/netpbm/files/md5	Sat Jun 10 00:00:00 2000
@@ -1 +1 @@
-MD5 (netpbm-9.3.tgz) = bd50468014c62cdf5f1fdd48ffb9a10c
+MD5 (netpbm-9.4.tgz) = 18ce92e1b0b9fd4cea374eccc90abc8a
diff -urN /usr/ports/graphics/netpbm/patches/patch-ba graphics/netpbm/patches/patch-ba
--- /usr/ports/graphics/netpbm/patches/patch-ba	Mon Jun  5 19:31:32 2000
+++ graphics/netpbm/patches/patch-ba	Sat Jun 10 00:00:00 2000
@@ -1,57 +1,12 @@
---- GNUmakefile.orig	Thu May 25 02:00:10 2000
-+++ GNUmakefile	Sat Jun  3 00:00:00 2000
-@@ -79,21 +79,21 @@
- 
- .PHONY: install.bin
- install.bin:
--	mkinstalldirs $(INSTALLBINARIES)
-+	-mkdir -p $(INSTALLBINARIES)
- 	for i in $(SUBDIRS) ; do \
- 	    ( echo install.bin.$$i ; cd $$i ; $(MAKE) install.bin ); \
- 	done
- 
- .PHONY: install-merge
- install.merge:
--	mkinstalldirs $(INSTALLBINARIES)
-+	-mkdir -p $(INSTALLBINARIES)
- 	for i in $(SUBDIRS) ; do \
- 	    ( echo install.merge.$$i ; cd $$i ; $(MAKE) install.merge ); \
- 	done
- 
- .PHONY: install.lib
- install.lib:
--	mkinstalldirs $(INSTALLLIBS)
-+	-mkdir -p $(INSTALLLIBS)
- 	for i in $(SUBDIRS) ; do \
- 	    ( echo install.lib.$$i ; cd $$i ; $(MAKE) install.lib ); \
- 	done
-@@ -104,7 +104,7 @@
- 
- .PHONY: install.man
- install.man:
--	mkinstalldirs \
-+	-mkdir -p \
- 	    $(INSTALLMANUALS1) $(INSTALLMANUALS3) $(INSTALLMANUALS5)
- 	for i in $(SUBDIRS) ; do \
- 	    ( echo install.man.$$i ; cd $$i ; $(MAKE) install.man ); \
-@@ -115,9 +115,8 @@
- 
+--- GNUmakefile.orig	Mon Jun  5 13:30:53 2000
++++ GNUmakefile	Sat Jun 10 00:00:00 2000
+@@ -116,8 +116,7 @@
  .PHONY: install.hdr
  install.hdr:
--	mkinstalldirs $(INSTALLHDRS)
+ 	./mkinstalldirs $(INSTALLHDRS)
 -	$(INSTALL) -c -m$(INSTALL_PERM_HDR) pbmplus.h $(INSTALLHDRS)
 -	$(INSTALL) -c -m$(INSTALL_PERM_HDR) shhopt/shhopt.h $(INSTALLHDRS)
-+	-mkdir -p $(INSTALLHDRS)
 +	${BSD_INSTALL_DATA} pbmplus.h $(INSTALLHDRS)
  	for i in $(SUBDIRS) ; do \
- 	    ( echo install.hdr.$$i ; cd $$i ; $(MAKE) install.hdr ); \
- 	done
-@@ -128,7 +127,7 @@
- 
- .PHONY: install.staticlib
- install.staticlib:
--	mkinstalldirs $(INSTALLLIBS)
-+	-mkdir -p $(INSTALLLIBS)
- 	for i in $(SUBDIRS) ; do \
- 	    (echo install.staticlib.$$i; cd $$i; $(MAKE) install.staticlib ); \
+ 	    $(MAKE) -C $$i install.hdr ; \
  	done
diff -urN /usr/ports/graphics/netpbm/patches/patch-bc graphics/netpbm/patches/patch-bc
--- /usr/ports/graphics/netpbm/patches/patch-bc	Mon Jun  5 19:31:33 2000
+++ graphics/netpbm/patches/patch-bc	Sat Jun 10 00:00:00 2000
@@ -1,5 +1,5 @@
---- Makefile.config.orig	Fri Jun  2 02:17:32 2000
-+++ Makefile.config	Sat Jun  3 00:00:00 2000
+--- Makefile.config.orig	Mon Jun  5 08:08:43 2000
++++ Makefile.config	Sat Jun 10 00:00:00 2000
 @@ -39,7 +39,7 @@
  #Tru64:
  #CC =		cc
@@ -27,15 +27,15 @@
  # On DEC Tru64 4.0F (at least), you need -DLONG_32 for ppmtompeg.
  #Tru64:
  #CFLAGS = -O2 -std1 DLONG_32 $(CDEBUG)
-@@ -124,7 +124,7 @@
+@@ -123,7 +123,7 @@
+ # independent code, so you need -fpic or fPIC here.  (The rule is: if 
  # -fpic works, use it.  If it bombs, go to fPIC).
- # SunOS and NetBSD require this.
  
 -CFLAGS_SHLIB = 
 +CFLAGS_SHLIB = -fPIC -DPIC
+ # Solaris, SunOS, and NetBSD:
  #CFLAGS_SHLIB = -fpic
  #CFLAGS_SHLIB = -fPIC
- 
 @@ -142,8 +142,8 @@
  TIFFHDR_DIR = $(SRCDIR)/libtiff
  TIFFLIB_DIR = $(SRCDIR)/libtiff


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000609182609.EEC6A37C4BF>