[Midnightbsd-cvs] CVS Commit: x11-wm/windowmaker: 5 days ago, the path was changed for
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 5 01:06:28 EDT 2007
Log Message:
-----------
5 days ago, the path was changed for WPrefs.app. This caused make install to faiil on 0.1. The configure script hard coded the GNUstep path to GNUstep/Applications. Somehow this was unnoticed on CURRENT or worked properly.
Patch the configure script with the correct path so that we can build this for 0.1-RELEASE.
Modified Files:
--------------
mports/x11-wm/windowmaker:
Makefile (r1.5 -> r1.6)
Added Files:
-----------
mports/x11-wm/windowmaker/files:
patch-configure (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/windowmaker/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lx11-wm/windowmaker/Makefile -Lx11-wm/windowmaker/Makefile -u -r1.5 -r1.6
--- x11-wm/windowmaker/Makefile
+++ x11-wm/windowmaker/Makefile
@@ -8,7 +8,7 @@
PORTNAME= windowmaker
PORTVERSION= 0.92.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-wm windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \
http://dougbarton.us/Downloads/
--- /dev/null
+++ x11-wm/windowmaker/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun Aug 5 00:59:03 2007
++++ configure Sun Aug 5 00:59:19 2007
+@@ -26281,7 +26281,7 @@
+ gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
+ fi
+
+- wprefs_base_dir=$gnustepdir/Applications
++ wprefs_base_dir=$gnustepdir/Local/Applications
+ wprefs_datadir=$wprefs_base_dir/WPrefs.app
+ wprefs_bindir=$wprefs_base_dir/WPrefs.app
+ fi
More information about the Midnightbsd-cvs
mailing list