Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2000 21:52:19 -0800 (PST)
From:      yuuki@goldmoon.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17140: Update port: graphics/enfle
Message-ID:  <200003030552.VAA91883@freefall.freebsd.org>

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

>Number:         17140
>Category:       ports
>Synopsis:       Update port: graphics/enfle
>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:   Thu Mar  2 22:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yuuki SAWADA
>Release:        FreeBSD 4.0-CURRENT
>Organization:
Muroran Institute of Technology
>Environment:
FreeBSD tokimeki.goldmoon.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Mar  2 14:03:51 JST 2000
    root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI  i386
>Description:
Update from 20000220 to 20000302.

- Whom and maintainer address changed.
- Some fixes in Makefile and pkg/DESCR.
- Removed file: patches/patch-ca.
>How-To-Repeat:

>Fix:
diff -urN enfle.old/Makefile enfle/Makefile
--- enfle.old/Makefile	Wed Feb 23 08:16:14 2000
+++ enfle/Makefile	Fri Mar  3 14:42:56 2000
@@ -1,17 +1,17 @@
 # New ports collection makefile for:	enfle
-# Version required:	20000220
+# Version required:	20000302
 # Date created:		Tue Sep 28 02:25:17 JST 1999
-# Whom:			Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
+# Whom:			Yuuki SAWADA <yuuki@goldmoon.org>
 #
 # $FreeBSD: ports/graphics/enfle/Makefile,v 1.10 2000/02/22 14:37:26 jedgar Exp $
 #
 
-DISTNAME=	enfle-20000220
+DISTNAME=	enfle-20000302
 CATEGORIES=	graphics
 MASTER_SITES=	http://enfle.fennel.org/ \
 		ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/
 
-MAINTAINER=	mami@whale.cc.muroran-it.ac.jp
+MAINTAINER=	yuuki@goldmoon.org
 
 LIB_DEPENDS=	png.3:${PORTSDIR}/graphics/png \
 		jpeg.9:${PORTSDIR}/graphics/jpeg
@@ -22,8 +22,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-all-plugins \
 		--enable-plugins-dir \
-		--disable-static \
 		--enable-archiver="-libarc" \
+		--disable-static \
 		--disable-mitshm
 
 MAN1=		enfle.1
diff -urN enfle.old/files/md5 enfle/files/md5
--- enfle.old/files/md5	Wed Feb 23 08:16:14 2000
+++ enfle/files/md5	Fri Mar  3 14:33:05 2000
@@ -1 +1 @@
-MD5 (enfle-20000220.tar.bz2) = 4da5f47061cf37fec34530df9bbb4a8e
+MD5 (enfle-20000302.tar.bz2) = 5ec883c5858668fc9321f403f1191731
diff -urN enfle.old/patches/patch-ca enfle/patches/patch-ca
--- enfle.old/patches/patch-ca	Tue Feb 22 23:37:30 2000
+++ enfle/patches/patch-ca	Thu Jan  1 09:00:00 1970
@@ -1,18 +0,0 @@
---- configure.orig	Mon Feb  7 04:26:18 2000
-+++ configure	Wed Feb  9 19:49:57 2000
-@@ -3877,13 +3877,13 @@
-   enableval="$enable_archiver"
-    for p in $enableval; do
-         
--  pp=`echo $p | sed 's/^!//'`
-+  pp=`echo $p | sed 's/^-//'`
-   if test $pp = $p; then
-     eval "count_archiver=\`expr 0\$count_archiver + 1\`"
-      Compiled_plugins="$Compiled_plugins archiver/$pp" 
-   else
-     eval "count_archiver=\`expr 0\$count_archiver - 1\`"
--     Compiled_plugins=`echo $Compiled_plugins | sed "s%archiver/$pp \?%%g"` 
-+     Compiled_plugins=`echo $Compiled_plugins | sed "s%archiver/$pp *%%g"` 
-   fi
- 
-       done
diff -urN enfle.old/pkg/DESCR enfle/pkg/DESCR
--- enfle.old/pkg/DESCR	Wed Feb 23 08:16:14 2000
+++ enfle/pkg/DESCR	Fri Mar  3 14:40:51 2000
@@ -1,7 +1,7 @@
     This program aims to view many variously formated pictures
 easily. So far, it can treat below formats:
 
-    - Archiver: BZ2 DRI GZ LIBARC MISC PAK TAR
+    - Archiver: BZ2 DRI GZ LIBARC (requires libarc) MISC PAK TAR
     - Loader: ALD BMP GRP JPEG LFG MAG PIC PNG PNM XMB XPM
     - Saver: JPEG PMS PNG
    
@@ -13,4 +13,4 @@
 WWW: http://enfle.fennel.org/
 
 -- 
-Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
+Yuuki SAWADA <yuuki@goldmoon.org>

>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?200003030552.VAA91883>