[134553] trunk/dports/x11/fluxbox

ryandesign at macports.org ryandesign at macports.org
Sun Mar 29 20:12:29 PDT 2015


Revision: 134553
          https://trac.macports.org/changeset/134553
Author:   ryandesign at macports.org
Date:     2015-03-29 20:12:28 -0700 (Sun, 29 Mar 2015)
Log Message:
-----------
fluxbox: update to 1.3.7, fixing build failure on Mavericks and up (#42317)

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

Added Paths:
-----------
    trunk/dports/x11/fluxbox/files/
    trunk/dports/x11/fluxbox/files/patch-Makefile.in.diff

Modified: trunk/dports/x11/fluxbox/Portfile
===================================================================
--- trunk/dports/x11/fluxbox/Portfile	2015-03-30 02:36:36 UTC (rev 134552)
+++ trunk/dports/x11/fluxbox/Portfile	2015-03-30 03:12:28 UTC (rev 134553)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		fluxbox
-version		1.3.5
+version		1.3.7
 categories	x11 x11-wm
 maintainers	nomaintainer
 platforms	darwin freebsd
@@ -20,8 +20,8 @@
 
 use_bzip2	yes
 
-checksums       rmd160  c977026d92d06833175cdc74f834e33f90981285 \
-                sha256  164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983
+checksums       rmd160  efb8d458edf2b429fb2999eb184ab3aed6a54f7a \
+                sha256  d47a58edba857f3c36bf8430bbd17834693ad0e6aa431d3507039f022af7aee8
 
 use_parallel_build yes
 
@@ -33,4 +33,20 @@
 	port:xpm \
 	port:xorg-libXrandr
 
+patchfiles      patch-Makefile.in.diff
+
 configure.args	ac_cv_prog_regex_cmd="LC_CTYPE=C sed"
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        COPYING \
+        ChangeLog \
+        NEWS \
+        README \
+        TODO \
+        doc/CODESTYLE \
+        ${destroot}${docdir}
+}

Added: trunk/dports/x11/fluxbox/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/x11/fluxbox/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/x11/fluxbox/files/patch-Makefile.in.diff	2015-03-30 03:12:28 UTC (rev 134553)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2015-03-29 21:55:55.000000000 -0500
++++ Makefile.in	2015-03-29 22:04:44.000000000 -0500
+@@ -884,7 +884,7 @@
+ 
+ # Do not rely on configure.ac AC_CONFIG_FILES for install paths.  The
+ # paths should be expanded at make time rather than configure.
+-edit_cmd = sed \
++edit_cmd = $(regex_cmd) \
+ 	 -e 's|@default_style[@]|$(DEFAULT_STYLE)|g' \
+ 	 -e 's|@default_menu[@]|$(DEFAULT_MENU)|g' \
+ 	 -e 's|@default_keysfile[@]|$(DEFAULT_KEYSFILE)|g' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150329/feddcb12/attachment.html>


More information about the macports-changes mailing list