[134016] trunk/dports/sysutils/getopt

devans at macports.org devans at macports.org
Mon Mar 16 22:19:27 PDT 2015


Revision: 134016
          https://trac.macports.org/changeset/134016
Author:   devans at macports.org
Date:     2015-03-16 22:19:26 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
getopt: update to version 1.1.6.

Modified Paths:
--------------
    trunk/dports/sysutils/getopt/Portfile
    trunk/dports/sysutils/getopt/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/getopt/Portfile
===================================================================
--- trunk/dports/sysutils/getopt/Portfile	2015-03-17 05:15:08 UTC (rev 134015)
+++ trunk/dports/sysutils/getopt/Portfile	2015-03-17 05:19:26 UTC (rev 134016)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                getopt
-version             1.1.5
-revision            1
+version             1.1.6
 categories          sysutils
 platforms           darwin
 license             GPL-2+
@@ -28,10 +27,10 @@
 installs_libs       no
 
 master_sites        http://frodo.looijaard.name/system/files/software/getopt
-checksums           md5     546acfdb67ba16b8658a45ade9a64d5d \
-                    sha1    9090eb46ac92f2fd2749ca4121e81aaad40f325d \
-                    rmd160  5cdef902ada45ba5e8a66a1357be8189b0cc634f
 
+checksums           rmd160  6ef3666d386450fa5ce249e7748805df5c8482c9 \
+                    sha256  d0bf1dc642a993e7388a1cddfb9409bed375c21d5278056ccca3a0acd09dc5fe
+
 post-extract {
     # 1.1.5 ships with ELF .o files
     fs-traverse f ${worksrcpath} {

Modified: trunk/dports/sysutils/getopt/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/getopt/files/patch-Makefile.diff	2015-03-17 05:15:08 UTC (rev 134015)
+++ trunk/dports/sysutils/getopt/files/patch-Makefile.diff	2015-03-17 05:19:26 UTC (rev 134016)
@@ -1,7 +1,7 @@
---- Makefile.orig	2012-08-12 02:07:43.000000000 -0700
-+++ Makefile	2013-02-10 17:08:49.000000000 -0800
-@@ -32,7 +32,7 @@ MSGFMT=msgfmt
- LANGUAGES = ca cs da de es et eu fi fr gl hu id it ja nl pl pt_BR ru sl sv tr uk vi zh_CN zh_TW
+--- Makefile.orig	2014-11-24 04:33:39.000000000 -0800
++++ Makefile	2015-03-16 22:15:21.000000000 -0700
+@@ -32,7 +32,7 @@
+ LANGUAGES = ca cs da de es et eu fi fr gl hr hu id it ja nl pl pt_BR ru sl sv tr uk vi zh_CN zh_TW
  MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES))
  
 -CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITHOUT_GETTEXT=$(WITHOUT_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\"  -Dprogram_version=\"$(VERSION)\"
@@ -9,12 +9,14 @@
  ifeq ($(LIBCGETOPT),0)
  CPPFLAGS+=-I./gnu 
  endif
-@@ -43,7 +43,7 @@ WARNINGS=-Wall \
+@@ -42,8 +42,8 @@
+          -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
           -Wnested-externs -Winline
  OPTIMIZE=-O3 -fno-strength-reduce
- CFLAGS=$(WARNINGS) $(OPTIMIZE)
+-CFLAGS=$(WARNINGS) $(OPTIMIZE)
 -LDFLAGS=
-+LDFLAGS=-L$(prefix)/lib -lintl
++CFLAGS=$(WARNINGS) $(OPTIMIZE) -arch x86_64
++LDFLAGS=-L$(prefix)/lib -lintl -arch x86_64
  
  sources=getopt.c
  ifeq ($(LIBCGETOPT),0)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/6fb18863/attachment.html>


More information about the macports-changes mailing list