From owner-freebsd-ports Mon Jan 28 11: 4:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0DB237B421 for ; Mon, 28 Jan 2002 11:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SJ05L00923; Mon, 28 Jan 2002 11:00:05 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5574737B419 for ; Mon, 28 Jan 2002 10:57:10 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SIvAX00301; Mon, 28 Jan 2002 10:57:10 -0800 (PST) (envelope-from nobody) Message-Id: <200201281857.g0SIvAX00301@freefall.freebsd.org> Date: Mon, 28 Jan 2002 10:57:10 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34382: Update port: graphics/netpbm to 9.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34382 >Category: ports >Synopsis: Update port: graphics/netpbm to 9.24 >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: Mon Jan 28 11:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 9.24 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Wed Jan 9 19:33:23 2002 +++ graphics/netpbm/Makefile Mon Jan 28 00:00:00 2002 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.23 +PORTVERSION= 9.24 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/graphics/netpbm/distinfo graphics/netpbm/distinfo --- /usr/ports/graphics/netpbm/distinfo Wed Jan 9 19:33:23 2002 +++ graphics/netpbm/distinfo Mon Jan 28 00:00:00 2002 @@ -1 +1 @@ -MD5 (netpbm-9.23.tgz) = 5ee895ffdaaa90cb2f7614ec16d859ff +MD5 (netpbm-9.24.tgz) = 4c73dbf91b8ee858f9e2fe688d7b0fff diff -urN /usr/ports/graphics/netpbm/files/Makefile.config.FreeBSD graphics/netpbm/files/Makefile.config.FreeBSD --- /usr/ports/graphics/netpbm/files/Makefile.config.FreeBSD Sat Sep 22 17:38:41 2001 +++ graphics/netpbm/files/Makefile.config.FreeBSD Mon Jan 28 00:00:00 2002 @@ -16,6 +16,8 @@ ZHDR_DIR = /usr/include URTLIB_DIR = NONE URTHDR_DIR = NONE +LINUXSVGALIB_DIR = NONE +LINUXSVGAHDR_DIR = NONE INSTALL_PREFIX = ${PREFIX} INSTALLBINARIES = $(INSTALL_PREFIX)/bin INSTALLSCRIPTS = $(INSTALLBINARIES) diff -urN /usr/ports/graphics/netpbm/files/patch-be graphics/netpbm/files/patch-be --- /usr/ports/graphics/netpbm/files/patch-be Thu Sep 6 00:07:32 2001 +++ graphics/netpbm/files/patch-be Mon Jan 28 00:00:00 2002 @@ -1,5 +1,5 @@ ---- pgm/Makefile.orig Fri Aug 17 13:42:24 2001 -+++ pgm/Makefile Wed Sep 5 00:00:00 2001 +--- pgm/Makefile.orig Sun Sep 9 04:31:29 2001 ++++ pgm/Makefile Mon Jan 28 00:00:00 2002 @@ -33,6 +33,7 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(MERGEBINARIES)) @@ -13,7 +13,7 @@ all: $(PGMLIB) $(BINARIES) $(EXTRA_STATICLIB) .PHONY: merge -merge: $(MERGENAME) -+merge: $(MERGENAME) $(EXTRA_STATICLIB) $(EXTRA_STATICLIB) ++merge: $(MERGENAME) $(EXTRA_STATICLIB) # LIBRARIES diff -urN /usr/ports/graphics/netpbm/files/patch-bg graphics/netpbm/files/patch-bg --- /usr/ports/graphics/netpbm/files/patch-bg Thu Sep 6 00:07:32 2001 +++ graphics/netpbm/files/patch-bg Mon Jan 28 00:00:00 2002 @@ -1,6 +1,6 @@ ---- ppm/Makefile.orig Fri Aug 17 13:43:06 2001 -+++ ppm/Makefile Wed Sep 5 00:00:00 2001 -@@ -67,6 +67,7 @@ +--- ppm/Makefile.orig Mon Jan 7 07:04:08 2002 ++++ ppm/Makefile Mon Jan 28 00:00:00 2002 +@@ -74,6 +74,7 @@ LIBOBJECTS = libppm1.o libppm2.o libppmcmap.o libppm4.o libppm5.o \ libppmfloyd.o bitio.o @@ -8,15 +8,16 @@ MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libppm -@@ -74,14 +75,14 @@ +@@ -81,7 +82,7 @@ MERGENAME= ppmmerge -INTERFACE_HEADERS = ppm.h ppmcmap.h ppmfloyd.h +INTERFACE_HEADERS = ppm.h ppmcmap.h ppmdraw.h ppmfloyd.h - .PHONY: all - all: $(LIBPPM) $(BINARIES) $(EXTRA_STATICLIB) + ppmsvgalib: %: %.o $(NETPBMLIBS) $(LIBOPT) + $(LD) $(LDFLAGS) -o $@ $< `$(LIBOPT) $(NETPBMLIBS)` $(LINUXSVGALD) \ +@@ -92,7 +93,7 @@ $(MAKE) -C ppmtompeg all $(MAKE) -C hpcdtoppm all .PHONY: merge diff -urN /usr/ports/graphics/netpbm/pkg-plist graphics/netpbm/pkg-plist --- /usr/ports/graphics/netpbm/pkg-plist Wed Jan 9 19:33:26 2002 +++ graphics/netpbm/pkg-plist Mon Jan 28 00:00:00 2002 @@ -234,6 +234,7 @@ bin/yuvtoppm bin/zeisstopnm include/pam.h +include/pammap.h include/pbm.h include/pgm.h include/pm.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message