[55265] trunk/dports/sysutils/e2fsprogs
ryandesign at macports.org
ryandesign at macports.org
Fri Aug 7 17:01:38 PDT 2009
Revision: 55265
http://trac.macports.org/changeset/55265
Author: ryandesign at macports.org
Date: 2009-08-07 17:01:37 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
e2fsprogs: update to 1.41.8; see #18486 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/sysutils/e2fsprogs/Portfile
trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib
Modified: trunk/dports/sysutils/e2fsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/e2fsprogs/Portfile 2009-08-08 00:00:39 UTC (rev 55264)
+++ trunk/dports/sysutils/e2fsprogs/Portfile 2009-08-08 00:01:37 UTC (rev 55265)
@@ -2,7 +2,7 @@
PortSystem 1.0
name e2fsprogs
-version 1.41.3
+version 1.41.8
categories sysutils
maintainers mandriva.org:misc
description Utilities used for the second extended (ext2) filesystem
@@ -13,5 +13,5 @@
master_sites sourceforge:
destroot.target-append install-libs
configure.args-append --enable-bsd-shlibs
-checksums md5 b21d26fc46c584021dc9c444933ee1c2
+checksums md5 6708cc8e484809fc5cfb232882e48489
patchfiles patch-lib__Makefile.darwin-lib
Modified: trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib 2009-08-08 00:00:39 UTC (rev 55264)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib 2009-08-08 00:01:37 UTC (rev 55265)
@@ -1,11 +1,11 @@
---- lib/Makefile.darwin-lib.orig 2008-11-26 14:53:45.000000000 -0800
-+++ lib/Makefile.darwin-lib 2008-11-26 14:53:51.000000000 -0800
+--- lib/Makefile.darwin-lib.orig 2009-07-01 21:36:13.000000000 -0500
++++ lib/Makefile.darwin-lib 2009-08-07 18:47:46.000000000 -0500
@@ -23,7 +23,7 @@
$(BSD_LIB): $(OBJS)
- @echo " GEN_BSD_SOLIB $(BSD_LIB)"
-- @(cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
-+ @(cd pic; $(CC) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
+ $(E) " GEN_BSD_SOLIB $(BSD_LIB)"
+- $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
++ $(Q) (cd pic; $(CC) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
-flat_namespace -undefined warning -o $(BSD_LIB) $(OBJS))
- @$(MV) pic/$(BSD_LIB) .
- @$(RM) -f ../$(BSD_LIB)
+ $(Q) $(MV) pic/$(BSD_LIB) .
+ $(Q) $(RM) -f ../$(BSD_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/8ba54c80/attachment-0001.html>
More information about the macports-changes
mailing list