Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 11:13:18 -0800 (PST)
From:      mami@whale.cc.muroran-it.ac.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16886: Update port: graphics/enfle
Message-ID:  <200002211913.LAA13026@freefall.freebsd.org>

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

>Number:         16886
>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:   Mon Feb 21 11:20: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: Tue Feb 22 00:33:07 JST 2000
    root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI  i386
>Description:
Update from 19991224 to 20000220.

Removed file:
	patches/patch-ba
Added file:
	patches/patch-ca
>How-To-Repeat:

>Fix:
diff -urN enfle.old/Makefile enfle/Makefile
--- enfle.old/Makefile	Tue Dec 28 08:17:47 1999
+++ enfle/Makefile	Tue Feb 22 04:07:02 2000
@@ -1,15 +1,15 @@
 # New ports collection makefile for:	enfle
-# Version required:	19991224
+# Version required:	20000220
 # Date created:		Tue Sep 28 02:25:17 JST 1999
 # Whom:			Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
 #
 # $FreeBSD: ports/graphics/enfle/Makefile,v 1.9 1999/12/27 13:18:14 jedgar Exp $
 #
 
-DISTNAME=	enfle-19991224
+DISTNAME=	enfle-20000220
 CATEGORIES=	graphics
 MASTER_SITES=	http://enfle.fennel.org/ \
-		ftp://ftp.goldmoon.org:1200/pub/FreeBSD/ports/distfiles/
+		ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=	mami@whale.cc.muroran-it.ac.jp
 
@@ -22,7 +22,9 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-all-plugins \
 		--enable-plugins-dir \
-		--disable-static
+		--disable-static \
+		--enable-archiver="-libarc" \
+		--disable-mitshm
 
 MAN1=		enfle.1
 
diff -urN enfle.old/files/md5 enfle/files/md5
--- enfle.old/files/md5	Tue Dec 28 08:17:47 1999
+++ enfle/files/md5	Tue Feb 22 03:45:10 2000
@@ -1 +1 @@
-MD5 (enfle-19991224.tar.bz2) = 67e363bda7a42719fbcc33ef9ccf5c41
+MD5 (enfle-20000220.tar.bz2) = 4da5f47061cf37fec34530df9bbb4a8e
diff -urN enfle.old/patches/patch-aa enfle/patches/patch-aa
--- enfle.old/patches/patch-aa	Sun Nov 14 10:46:16 1999
+++ enfle/patches/patch-aa	Wed Jan 26 11:17:17 2000
@@ -64,3 +64,14 @@
  libdir = @Plugins_archiver_dir@
  LIBS = 
  
+--- plugins/archiver/libarc/Makefile.in.orig	Tue Jan 25 10:05:17 2000
++++ plugins/archiver/libarc/Makefile.in	Wed Jan 26 11:15:57 2000
+@@ -90,7 +90,7 @@
+ saver_dirs = @saver_dirs@
+ 
+ lib_LTLIBRARIES = libarc.la
+-libarc_la_LDFLAGS = -module
++libarc_la_LDFLAGS = -module -version-info 1:0:0
+ libdir = @Plugins_archiver_dir@
+ LIBS = -larc
+ 
diff -urN enfle.old/patches/patch-ba enfle/patches/patch-ba
--- enfle.old/patches/patch-ba	Mon Dec 27 22:18:20 1999
+++ enfle/patches/patch-ba	Thu Jan  1 09:00:00 1970
@@ -1,18 +0,0 @@
---- ltmain.sh.old	Sun Dec 26 07:27:46 1999
-+++ ltmain.sh	Sun Dec 26 07:29:56 1999
-@@ -1961,12 +1961,11 @@
- 		    done
- 	      done
- 	      if test -n "$a_deplib" ; then
--		droppeddeps=yes
-+		newdeplibs="$newdeplibs $a_deplib"
- 		echo
- 		echo "*** Warning: This library needs some functionality provided by $a_deplib."
--		echo "*** I have the capability to make that library automatically link in when"
--		echo "*** you link to this library.  But I can only do this if you have a"
--		echo "*** shared version of the library, which you do not appear to have."
-+		echo "*** Since you don't have a shared version of the library,"
-+		echo "*** I'll try to link a static version of the library."
- 	      fi
- 	    else
- 	      # Add a -L argument.
diff -urN enfle.old/patches/patch-ca enfle/patches/patch-ca
--- enfle.old/patches/patch-ca	Thu Jan  1 09:00:00 1970
+++ enfle/patches/patch-ca	Wed Feb  9 19:51:09 2000
@@ -0,0 +1,18 @@
+--- 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	Sun Nov 14 20:17:43 1999
+++ enfle/pkg/DESCR	Tue Feb 22 03:44:04 2000
@@ -1,9 +1,14 @@
-This program aims to view many variously formated pictures easily.
-So far, it can treat JPEG, PNG, MAG, BMP, XPM, PNM, and several
-special (minor) formats. It has been implemented plugin mechanism
-so that each user can choose each format support linked in main
-program or separated as plugin. Moreover, you can make your own
-plugins to extend supported formats.
+    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
+    - Loader: ALD BMP GRP JPEG LFG MAG PIC PNG PNM XMB XPM
+    - Saver: JPEG PMS PNG
+   
+    It has been implemented plugin mechanism so that each user
+can choose each format support linked in main program or separated
+as plugin. Moreover, you can make your own plugins to extend
+supported formats.
 
 WWW: http://enfle.fennel.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?200002211913.LAA13026>