[62894] trunk/dports/archivers/gzip

mww at macports.org mww at macports.org
Wed Jan 20 23:42:26 PST 2010


Revision: 62894
          http://trac.macports.org/changeset/62894
Author:   mww at macports.org
Date:     2010-01-20 23:42:23 -0800 (Wed, 20 Jan 2010)
Log Message:
-----------
version 1.4

Modified Paths:
--------------
    trunk/dports/archivers/gzip/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/gzip/files/patch-getopt.diff

Modified: trunk/dports/archivers/gzip/Portfile
===================================================================
--- trunk/dports/archivers/gzip/Portfile	2010-01-21 07:30:37 UTC (rev 62893)
+++ trunk/dports/archivers/gzip/Portfile	2010-01-21 07:42:23 UTC (rev 62894)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            gzip
-version         1.3.13
+version         1.4
 categories      archivers
 platforms       darwin freebsd
 maintainers     mww openmaintainer
@@ -16,13 +16,12 @@
 homepage        http://www.gzip.org/
 master_sites    gnu
 
-checksums       md5     c54a31b93e865f6a4410b2dc64662706 \
-                sha1    7b8cc01af1ba90cb4b5854b6c0510999823174cf \
-                rmd160  8d797e57ab64e1c29d17869f511292f816143d9d
+checksums           md5     e381b8506210c794278f5527cba0e765 \
+                    sha1    1d398dac6a7920a7de6e2685fe472a840eb2ce6e \
+                    rmd160  a74f782960387e3f05373acc258becb564eda82d
 
 patchfiles \
-    patch-gzip-rsyncable.diff \
-    patch-getopt.diff
+    patch-gzip-rsyncable.diff
 
 configure.args  DEFS=NO_ASM
 

Deleted: trunk/dports/archivers/gzip/files/patch-getopt.diff
===================================================================
--- trunk/dports/archivers/gzip/files/patch-getopt.diff	2010-01-21 07:30:37 UTC (rev 62893)
+++ trunk/dports/archivers/gzip/files/patch-getopt.diff	2010-01-21 07:42:23 UTC (rev 62894)
@@ -1,32 +0,0 @@
-See http://old.nabble.com/Re%3A-getopt-compilation-failure-on-Darwin-%28gzip-1.3.13%29-p25779891.html
-
---- lib/getopt.in.h
-+++ lib/getopt.in.h
-@@ -22,9 +22,13 @@
- @PRAGMA_SYSTEM_HEADER@
- #endif
- 
--/* The include_next requires a split double-inclusion guard.  */
-+/* The include_next requires a split double-inclusion guard.  We must
-+   also inform the replacement unistd.h to not recursively use
-+   <getopt.h>; our definitions will be present soon enough.  */
- #if @HAVE_GETOPT_H@
-+# define _GL_SYSTEM_GETOPT
- # @INCLUDE_NEXT@ @NEXT_GETOPT_H@
-+# undef _GL_SYSTEM_GETOPT
- #endif
- 
- #ifndef _GL_GETOPT_H
-diff --git lib/unistd.in.h lib/unistd.in.h
-index 38e2e13..b6ea889 100644
---- lib/unistd.in.h
-+++ lib/unistd.in.h
-@@ -49,7 +49,7 @@
- #endif
- 
- /* Get getopt(), optarg, optind, opterr, optopt.  */
--#if @GNULIB_UNISTD_H_GETOPT@
-+#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
- # include <getopt.h>
- #endif
- 
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100120/ae9ce10e/attachment.html>


More information about the macports-changes mailing list