[50112] trunk/dports/sysutils/clex

ryandesign at macports.org ryandesign at macports.org
Sat Apr 25 14:16:54 PDT 2009


Revision: 50112
          http://trac.macports.org/changeset/50112
Author:   ryandesign at macports.org
Date:     2009-04-25 14:16:50 -0700 (Sat, 25 Apr 2009)
Log Message:
-----------
clex: update to 4.4

Modified Paths:
--------------
    trunk/dports/sysutils/clex/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/clex/files/
    trunk/dports/sysutils/clex/files/patch-configure.diff

Modified: trunk/dports/sysutils/clex/Portfile
===================================================================
--- trunk/dports/sysutils/clex/Portfile	2009-04-25 15:53:11 UTC (rev 50111)
+++ trunk/dports/sysutils/clex/Portfile	2009-04-25 21:16:50 UTC (rev 50112)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    clex
-version                 4.2
+version                 4.4
 categories              sysutils
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -20,12 +20,14 @@
 homepage                http://www.clex.sk/
 master_sites            ${homepage}download/
 
-checksums               md5     b6d1d950e978582db6b676ab94654193 \
-                        sha1    b65d74ebe81414c3a1a890af3b3525abf24f6862 \
-                        rmd160  b178c82b04de5d9ad11c788b26e1cb453fe70dc3
+checksums               md5     68e6bd5b9d3a3d732ad8bf7a3162df9d \
+                        sha1    e9577dbacdec4e8af6b5dbd1fd4e867ba63fbb8c \
+                        rmd160  ac611e647da85a2e3895e2096240197ac4fa6d35
 
 depends_lib             port:ncurses
 
+patchfiles              patch-configure.diff
+
 use_parallel_build      yes
 
 test.run                yes

Added: trunk/dports/sysutils/clex/files/patch-configure.diff
===================================================================
--- trunk/dports/sysutils/clex/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/sysutils/clex/files/patch-configure.diff	2009-04-25 21:16:50 UTC (rev 50112)
@@ -0,0 +1,13 @@
+Remove compiler option which requires a gcc newer than 4.0.1 and which,
+according to the author, is not important (suppresses a harmless warning).
+--- configure.orig	2009-04-06 09:50:38.000000000 -0500
++++ configure	2009-04-25 16:13:45.000000000 -0500
+@@ -3458,7 +3458,7 @@
+ 
+ 
+ if test "$GCC" = "yes" ; then
+-	CFLAGS="$CFLAGS -Wall -pedantic -Wstrict-overflow=0"
++	CFLAGS="$CFLAGS -Wall -pedantic"
+ fi
+ 
+ # Checks for libraries.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090425/40348b90/attachment.html>


More information about the macports-changes mailing list