[GRASS-SVN] r41291 - grass/branches/develbranch_6/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 4 20:55:59 EST 2010


Author: cmbarton
Date: 2010-03-04 20:55:59 -0500 (Thu, 04 Mar 2010)
New Revision: 41291

Modified:
   grass/branches/develbranch_6/macosx/bundle.make
Log:
Accidentally committed. Reverting to prior version

Modified: grass/branches/develbranch_6/macosx/bundle.make
===================================================================
--- grass/branches/develbranch_6/macosx/bundle.make	2010-03-05 01:53:03 UTC (rev 41290)
+++ grass/branches/develbranch_6/macosx/bundle.make	2010-03-05 01:55:59 UTC (rev 41291)
@@ -20,14 +20,5 @@
 #	${INSTALL} /usr/local/pgsql/lib/libpq.5.1.dylib ${INST_DIR_TARGET}/lib
 #	${LN} libpq.5.1.dylib ${INST_DIR_TARGET}/lib/libpq.5.dylib
 
-WXPREFIX=/usr/local/lib/wxPython-unicode-2.8.10.1
 bundle-macosx:
-	${INSTALL} ${WXPREFIX}/lib/libwx_macud-2.8.0.dylib ${INST_DIR_TARGET}/lib
-	${INSTALL} ${WXPREFIX}/lib/libwx_macud_gl-2.8.0.dylib ${INST_DIR_TARGET}/lib
-	${INSTALL} ${WXPREFIX}/lib/libwx_macud_stc-2.8.0.dylib ${INST_DIR_TARGET}/lib
-	${INSTALL} ${WXPREFIX}/lib/libwx_macud_gizmos-2.8.0.dylib ${INST_DIR_TARGET}/lib
-	${INSTALL} ${WXPREFIX}/lib/libwx_macud_gizmos_xrc-2.8.0.dylib ${INST_DIR_TARGET}/lib
-	cp -Rfp ${WXPREFIX}/lib/python2.5/site-packages/wx-2.8-mac-unicode/wx ${INST_DIR_TARGET}/etc/python
-	cp -Rfp ${WXPREFIX}/lib/python2.5/site-packages/wx-2.8-mac-unicode/wxPython ${INST_DIR_TARGET}/etc/python
-	cp -fp ${WXPREFIX}/lib/python2.5/site-packages/wxversion.py ${INST_DIR_TARGET}/etc/python
-	sed -i '' -e 's/^GRASS_WXBUNDLED=.*/GRASS_WXBUNDLED=1/' ${INST_DIR_TARGET}/grass.sh
+	@# add custom bundle commands here:
\ No newline at end of file



More information about the grass-commit mailing list