[Xquartz-changes] [650] trunk/mk_x11_dist.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 27 22:38:24 PDT 2012


Revision: 650
          http://trac.macosforge.org/projects/xquartz/changeset/650
Author:   jeremyhu at freedesktop.org
Date:     2012-08-27 22:38:24 -0700 (Mon, 27 Aug 2012)
Log Message:
-----------
Properly set our appcast url

Modified Paths:
--------------
    trunk/mk_x11_dist.sh

Modified: trunk/mk_x11_dist.sh
===================================================================
--- trunk/mk_x11_dist.sh	2012-08-28 05:14:53 UTC (rev 649)
+++ trunk/mk_x11_dist.sh	2012-08-28 05:38:24 UTC (rev 650)
@@ -66,7 +66,7 @@
 if [[ ${MACOSFORGE_SL} == "YES" ]] ; then
 	export X11_PREFIX="/opt/X11"
 	export XPLUGIN_PREFIX="/opt/X11"
-	export QUARTZWM_PREFIX="/opt/X11"	
+	export QUARTZWM_PREFIX="/opt/X11"
 	export X11_BUNDLE_ID_PREFIX="org.macosforge.xquartz"
 	export X11_APP_NAME="XQuartz"
 	export LAUNCHD_PREFIX="/Library"
@@ -120,8 +120,12 @@
 		export MACOSX_DEPLOYMENT_TARGET=10.6
 		export EXTRA_XQUARTZ_CFLAGS="-mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}"
 		export EXTRA_XQUARTZ_LDFLAGS="-Wl,-macosx_version_min,${MACOSX_DEPLOYMENT_TARGET}"
-		export CC="$(xcrun -find clang)"
-		export CXX="$(xcrun -find clang++)"
+		#export CC="clang-mp-3.1"
+		#export CXX="clang++-mp-3.1"
+		#export CC="$(xcrun -find clang)"
+		#export CXX="$(xcrun -find clang++)"
+		export CC="/usr/bin/clang"
+		export CXX="/usr/bin/clang++"
 		export OBJC="${CC}"
 		export PYTHON=/usr/bin/python2.6
 		export PYTHONPATH="${X11_PREFIX}/lib/python2.6:${X11_PREFIX}/lib/python2.6/site-packages"
@@ -193,7 +197,7 @@
 	plutil -convert xml1 "${INFO_PLIST}"
 	chmod 644 "${INFO_PLIST}"
 
-	if [[ "${VERSION_TXT}" == "VERSION_TXT_SHORT" ]] ; then
+	if [[ "${VERSION_TXT}" == "${VERSION_TXT_SHORT}" ]] ; then
 		/opt/local/bin/gsed -i 's:beta.xml:release.xml:' "${INFO_PLIST}"
 	else
 		/opt/local/bin/gsed -i 's:release.xml:beta.xml:' "${INFO_PLIST}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20120827/ed3e4288/attachment-0001.html>


More information about the Xquartz-changes mailing list