[96492] trunk/dports/x11/fvwm2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 12 02:33:59 PDT 2012


Revision: 96492
          https://trac.macports.org/changeset/96492
Author:   ryandesign at macports.org
Date:     2012-08-12 02:33:56 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
fvwm2: update to 2.6.5; fix build with clang by disabling return type checking (#35632)

Modified Paths:
--------------
    trunk/dports/x11/fvwm2/Portfile

Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile	2012-08-12 08:49:21 UTC (rev 96491)
+++ trunk/dports/x11/fvwm2/Portfile	2012-08-12 09:33:56 UTC (rev 96492)
@@ -4,7 +4,7 @@
 
 name                fvwm2
 conflicts           fvwm
-version             2.6.3
+version             2.6.5
 description         Version 2.x of FVWM, an X11 window manager.
 long_description    FVWM 2.x is an extremely powerful ICCCM-compliant multiple \
                     virtual desktop window manager for the X Window system.
@@ -17,8 +17,8 @@
 distname            fvwm-${version}
 use_bzip2           yes
 
-checksums           rmd160  850f906ceaab88a383f01ec00489bd42a8b1374e \
-                    sha256  8299b8f8d712f95305e51d8e416e3788e35805adcc0bb2e5bcb6cc33db126152
+checksums           rmd160  cf4d1374f2912a12047b7e66908bdaaae8c599b7 \
+                    sha256  21549995c53906be5533746a1cf61b1ecf8dd8ef6816a0b20615d45ff78b48cf
 
 depends_build       port:pkgconfig \
                     port:libxslt
@@ -42,6 +42,12 @@
                     --without-rplay-library \
                     --without-stroke-library
 
+# "configure is not able to compile programs with warnings.  Please
+# remove all offending options like -Werror from the CFLAGS and
+# CPPFLAGS variables and run configure again."
+# clang uses -Wreturn-type by default, so disable it explicitly.
+configure.cflags-append -Wno-return-type
+
 # port:gtk1 is not universal
 
 if {[variant_isset gtk] || [variant_isset gnome]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120812/b35ee777/attachment.html>


More information about the macports-changes mailing list