Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2000 11:00:54 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16037: Update port: graphics/netpbm
Message-ID:  <20000110190054.09AEC153F7@hub.freebsd.org>

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

>Number:         16037
>Category:       ports
>Synopsis:       Update port: graphics/netpbm
>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 10 11:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Remove excessive LIB_DEPENDS entry
   (graphics/tiff has dependancy for other libraries)
- Fix typo

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile
--- /usr/ports/graphics/netpbm/Makefile	Mon Nov  1 20:15:38 1999
+++ graphics/netpbm/Makefile	Sat Jan  8 06:28:03 2000
@@ -13,8 +13,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
-		jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
 
 WRKSRC=		${WRKDIR}/netpbm
 USE_IMAKE=	yes
diff -urN /usr/ports/graphics/netpbm/patches/patch-ax graphics/netpbm/patches/patch-ax
--- /usr/ports/graphics/netpbm/patches/patch-ax	Mon Nov  1 10:14:39 1999
+++ graphics/netpbm/patches/patch-ax	Sat Jan  8 06:22:26 2000
@@ -5,4 +5,4 @@
  */
  
 -#define PBMPLUS_VERSION "Netpbm 1 March 1994"
-+#define PBMPLUS_VERSION "Netpbm 8.0 (23 Sepemver 1999)"
++#define PBMPLUS_VERSION "Netpbm 8.0 (23 September 1999)"


>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?20000110190054.09AEC153F7>