On Jun 29, 2010, at 23:40, [email protected] wrote: > Revision: 69313 > http://trac.macports.org/changeset/69313 > Author: [email protected] > Date: 2010-06-29 21:40:19 -0700 (Tue, 29 Jun 2010) > Log Message: > ----------- > Removed the incorrect usage of /opt/local in a patchfile, by moving to > @PREFIX@ and then replacing with ${prefix} in post-configure.
> Modified: trunk/dports/science/root/files/patch-config-Makefile.config.diff > =================================================================== > --- trunk/dports/science/root/files/patch-config-Makefile.config.diff > 2010-06-30 04:18:44 UTC (rev 69312) > +++ trunk/dports/science/root/files/patch-config-Makefile.config.diff > 2010-06-30 04:40:19 UTC (rev 69313) > @@ -5,7 +5,7 @@ > BUILDQTGSI := yes > QTLIBDIR := -L/opt/local/libexec/qt4-mac/lib > -QTLIB := QtCore.la QtGui.la Qt3Support.la QtOpenGL.la QtSvg.la > QtXml.la QtWebKit.la QtNetwork.la > -+QTLIB := -F/opt/local/libexec/qt4-mac/lib -framework QtCore > -framework QtGui -framework Qt3Support -framework QtOpenGL -framework QtSvg > -framework QtXml -framework QtWebKit -framework QtNetwork -framework > ApplicationServices -framework Carbon -framework AppKit > -L/opt/local/libexec/qt4-mac/lib -lpng -lz -lm > ++QTLIB := -...@prefix@/libexec/qt4-mac/lib -framework QtCore > -framework QtGui -framework Qt3Support -framework QtOpenGL -framework QtSvg > -framework QtXml -framework QtWebKit -framework QtNetwork -framework > ApplicationServices -framework Carbon -framework AppKit > -...@prefix@/libexec/qt4-mac/lib -lpng -lz -lm > QTINCDIR := $(filter-out /usr/include, > /opt/local/libexec/qt4-mac/include/ /opt/local/libexec/qt4-mac/include//Qt > /opt/local/libexec/qt4-mac/include//Qt3Support > /opt/local/libexec/qt4-mac/include//QtAssistant > /opt/local/libexec/qt4-mac/include//QtCore > /opt/local/libexec/qt4-mac/include//QtDBus > /opt/local/libexec/qt4-mac/include//QtDesigner > /opt/local/libexec/qt4-mac/include//QtGui > /opt/local/libexec/qt4-mac/include//QtHelp > /opt/local/libexec/qt4-mac/include//QtMultimedia > /opt/local/libexec/qt4-mac/include//QtNetwork > /opt/local/libexec/qt4-mac/include//QtOpenGL > /opt/local/libexec/qt4-mac/include//QtScript > /opt/local/libexec/qt4-mac/include//QtScriptTools > /opt/local/libexec/qt4-mac/include//QtSql > /opt/local/libexec/qt4-mac/include//QtSvg > /opt/local/libexec/qt4-mac/include//QtTest > /opt/local/libexec/qt4-mac/include//QtUiTools > /opt/local/libexec/qt4-mac/include//QtWebKit > /opt/local/libexec/qt4-mac/include//QtXml > /opt/local/libexec/qt4-mac/include//QtXmlPatterns) > QTVERS := 4 > QTMOCEXE := /opt/local/bin/moc What about all those other occurrences of "/opt/local"? _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
