[136338] trunk/dports/sysutils/e2fsprogs

ryandesign at macports.org ryandesign at macports.org
Fri May 15 00:54:01 PDT 2015


Revision: 136338
          https://trac.macports.org/changeset/136338
Author:   ryandesign at macports.org
Date:     2015-05-15 00:54:01 -0700 (Fri, 15 May 2015)
Log Message:
-----------
e2fsprogs: update to 1.42.12; take over as maintainer

Modified Paths:
--------------
    trunk/dports/sysutils/e2fsprogs/Portfile
    trunk/dports/sysutils/e2fsprogs/files/patch-Makefile.in-remove-included-libcomerr.diff

Modified: trunk/dports/sysutils/e2fsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/e2fsprogs/Portfile	2015-05-15 06:15:59 UTC (rev 136337)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2015-05-15 07:54:01 UTC (rev 136338)
@@ -4,10 +4,10 @@
 PortSystem                  1.0
 
 name                        e2fsprogs
-version                     1.42.9
+version                     1.42.12
 categories                  sysutils
 platforms                   darwin
-maintainers                 nomaintainer
+maintainers                 ryandesign openmaintainer
 license                     GPL-2 LGPL-2+ MIT BSD
 
 description                 Utilities for use with the ext2, ext3 and ext4 \
@@ -20,8 +20,8 @@
 homepage                    http://e2fsprogs.sourceforge.net/
 master_sites                sourceforge:project/e2fsprogs/e2fsprogs/v${version}
 
-checksums                   rmd160  4df217d1b9ca6b3a12e8ecca8d5db72f2db1bb43 \
-                            sha256  2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802
+checksums                   rmd160  9ef9f3ed2381a0064312b57d808897eee6d04dc7 \
+                            sha256  e17846d91a0edd89fa59b064bde8f8e5cec5851e35f587bcccb4014dbd63186c
 
 depends_build               port:pkgconfig
 depends_lib                 port:gettext
@@ -36,7 +36,7 @@
 # Enable verbose build messages
 build.args-append           V=1
 
-if {${name} == ${subport}} {
+if {${subport} eq ${name}} {
     universal_variant           no
 
     configure.args-append       --disable-libuuid \
@@ -47,11 +47,6 @@
 
     patchfiles-append           patch-Makefile.in-remove-included-libcomerr.diff
 
-    if {[string match *clang* ${configure.compiler}]} {
-        # return type conflicts should really be fixed
-        configure.cflags-append  "-Wno-return-type"
-    }
-
     pre-build {
         ln -fs ${prefix}/bin/compile_et ${worksrcpath}/lib/et/compile_et
         ln -fs ${prefix}/lib/libcom_err.1.1.dylib ${worksrcpath}/lib/libcom_err.dylib
@@ -78,7 +73,6 @@
     destroot.args-append        -C lib/et
     post-destroot {
         ln -fs libcom_err.1.1.dylib ${destroot}${prefix}/lib/libcom_err.dylib
-        system "install_name_tool -id ${prefix}/lib/libcom_err.1.1.dylib ${destroot}${prefix}/lib/libcom_err.1.1.dylib"
     }
 
     pre-activate {

Modified: trunk/dports/sysutils/e2fsprogs/files/patch-Makefile.in-remove-included-libcomerr.diff
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-Makefile.in-remove-included-libcomerr.diff	2015-05-15 06:15:59 UTC (rev 136337)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-Makefile.in-remove-included-libcomerr.diff	2015-05-15 07:54:01 UTC (rev 136338)
@@ -1,11 +1,11 @@
---- Makefile.in.orig	2013-02-03 21:52:12.000000000 +0100
-+++ Makefile.in	2013-02-03 21:52:24.000000000 +0100
+--- Makefile.in.orig	2014-08-02 15:26:22.000000000 -0500
++++ Makefile.in	2015-05-15 02:04:19.000000000 -0500
 @@ -15,7 +15,7 @@
  @BLKID_CMT at BLKID_LIB_SUBDIR= lib/blkid
- @QUOTA_CMT at QUOTA_LIB_SUBDIR= lib/quota
+ QUOTA_LIB_SUBDIR= lib/quota
  
--LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl
-+LIB_SUBDIRS=lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl
+-LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl
++LIB_SUBDIRS=lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl
  PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po
  SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150515/4a3c9fb8/attachment.html>


More information about the macports-changes mailing list