[65521] trunk/dports/devel/epm

ryandesign at macports.org ryandesign at macports.org
Fri Mar 26 17:24:23 PDT 2010


Revision: 65521
          http://trac.macports.org/changeset/65521
Author:   ryandesign at macports.org
Date:     2010-03-26 17:24:20 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
epm: update to 4.1

Modified Paths:
--------------
    trunk/dports/devel/epm/Portfile
    trunk/dports/devel/epm/files/patch-Makefile.in
    trunk/dports/devel/epm/files/patch-configure

Modified: trunk/dports/devel/epm/Portfile
===================================================================
--- trunk/dports/devel/epm/Portfile	2010-03-27 00:03:55 UTC (rev 65520)
+++ trunk/dports/devel/epm/Portfile	2010-03-27 00:24:20 UTC (rev 65521)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             epm
-version          3.7
+version          4.1
 categories       devel
 maintainers      nomaintainer
 description      A free UNIX software/file packaging program
@@ -26,10 +26,15 @@
                  ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/${name}/${version}/
 distname         ${name}-${version}-source
 use_bzip2        yes
-checksums        md5 d1fd62aa8e38b8dcd32b821822cb29a8
 
+checksums        md5     658385d63e81bfd0989f8f9b8a956c2c \
+                 sha1    3cb291a1cc018b4d6ac75675b8346e94316c941c \
+                 rmd160  bfea331f8047514229350eda9d71bba607e5010e
+
 worksrcdir       ${name}-${version}
 
-patchfiles       patch-Makefile.in patch-configure
+patchfiles       patch-Makefile.in
 
-configure.args   --mandir=${prefix}/share/man
+# GUI uses FLTK which uses Carbon which fails on 64-bit
+configure.args   --disable-gui \
+                 --mandir=${prefix}/share/man

Modified: trunk/dports/devel/epm/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/epm/files/patch-Makefile.in	2010-03-27 00:03:55 UTC (rev 65520)
+++ trunk/dports/devel/epm/files/patch-Makefile.in	2010-03-27 00:24:20 UTC (rev 65521)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Wed Jul 23 21:20:54 2003
-+++ Makefile.in	Tue Nov 30 10:08:28 2004
-@@ -60,12 +60,12 @@
+--- Makefile.in.orig	2006-11-30 15:59:27.000000000 -0600
++++ Makefile.in	2010-03-26 19:13:08.000000000 -0500
+@@ -53,12 +53,12 @@
  #
  
  bindir		=	@bindir@
@@ -18,35 +18,3 @@
  srcdir		=	@srcdir@
  
  VPATH		=	$(srcdir)
-@@ -140,16 +140,7 @@
- 	-$(STRIP) $(bindir)/epminstall
- 	$(RM) $(bindir)/mkepmlist
- 	$(CP) mkepmlist $(bindir)
--	echo Installing EPM manpages in $(mandir)/cat1 and $(mandir)/man1
--	-$(MKDIR) $(mandir)/cat1
--	$(RM) $(mandir)/cat1/epm.$(CAT1EXT)
--	$(CP) $(srcdir)/doc/epm.1 $(mandir)/cat1/epm.$(CAT1EXT)
--	$(RM) $(mandir)/cat1/epminstall.$(CAT1EXT)
--	$(CP) $(srcdir)/doc/epminstall.1 $(mandir)/cat1/epminstall.$(CAT1EXT)
--	$(RM) $(mandir)/cat1/mkepmlist.$(CAT1EXT)
--	$(CP) $(srcdir)/doc/mkepmlist.1 $(mandir)/cat1/mkepmlist.$(CAT1EXT)
--	$(RM) $(mandir)/cat1/setup.$(CAT1EXT)
--	$(CP) $(srcdir)/doc/setup.1 $(mandir)/cat1/setup.$(CAT1EXT)
-+	echo Installing EPM manpages in $(mandir)/man1
- 	-$(MKDIR) $(mandir)/man1
- 	$(RM) $(mandir)/man1/epm.1
- 	$(CP) $(srcdir)/doc/epm.man $(mandir)/man1/epm.1
-@@ -159,12 +150,7 @@
- 	$(CP) $(srcdir)/doc/mkepmlist.man $(mandir)/man1/mkepmlist.1
- 	$(RM) $(mandir)/man1/setup.1
- 	$(CP) $(srcdir)/doc/setup.man $(mandir)/man1/setup.1
--	echo Installing EPM manpages in $(mandir)/cat5 and $(mandir)/man5
--	-$(MKDIR) $(mandir)/cat5
--	$(RM) $(mandir)/cat5/epm.list.$(CAT5EXT)
--	$(CP) $(srcdir)/doc/epm.list.5 $(mandir)/cat5/epm.list.$(CAT5EXT)
--	$(RM) $(mandir)/cat5/setup.types.$(CAT5EXT)
--	$(CP) $(srcdir)/doc/setup.types.5 $(mandir)/cat5/setup.types.$(CAT5EXT)
-+	echo Installing EPM manpages in $(mandir)/man5
- 	-$(MKDIR) $(mandir)/man5
- 	$(RM) $(mandir)/man5/epm.list.5
- 	$(CP) $(srcdir)/doc/epm.list.man $(mandir)/man5/epm.list.5

Modified: trunk/dports/devel/epm/files/patch-configure
===================================================================
--- trunk/dports/devel/epm/files/patch-configure	2010-03-27 00:03:55 UTC (rev 65520)
+++ trunk/dports/devel/epm/files/patch-configure	2010-03-27 00:24:20 UTC (rev 65521)
@@ -1,8 +1,8 @@
---- configure.orig	Tue Nov 30 10:14:34 2004
-+++ configure	Tue Nov 30 10:14:46 2004
-@@ -5008,53 +5008,6 @@
- 	CXX="$CC"
- 	OPTIM="-Wall -Wno-return-type $OPTIM"
+--- configure.orig	2006-09-26 10:51:15.000000000 -0500
++++ configure	2010-03-26 19:11:29.000000000 -0500
+@@ -5232,52 +5232,6 @@
+ 	# Add useful warning options...
+ 	OPTIM="-Wall -Wformat -Wno-format-y2k -Wunused $OPTIM"
  
 -	# See if GCC supports -fno-rtti...
 -	echo "$as_me:$LINENO: checking if GCC supports -fno-rtti" >&5
@@ -11,14 +11,12 @@
 -	CFLAGS="$CFLAGS -fno-rtti"
 -	cat >conftest.$ac_ext <<_ACEOF
 -#line $LINENO "configure"
--#include "confdefs.h"
+-/* confdefs.h.  */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h.  */
 -
--#ifdef F77_DUMMY_MAIN
--#  ifdef __cplusplus
--     extern "C"
--#  endif
--   int F77_DUMMY_MAIN() { return 1; }
--#endif
 -int
 -main ()
 -{
@@ -39,12 +37,13 @@
 -  ac_status=$?
 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 -  (exit $ac_status); }; }; then
--  OPTIM="$OPTIM -fno-rtti"
+-  CXXFLAGS="$CXXFLAGS -fno-rtti"
 -		echo "$as_me:$LINENO: result: yes" >&5
 -echo "${ECHO_T}yes" >&6
 -else
 -  echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
 -echo "$as_me:$LINENO: result: no" >&5
 -echo "${ECHO_T}no" >&6
 -fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/5ab9ce01/attachment-0001.html>


More information about the macports-changes mailing list