[75573] trunk/dports/aqua/LyX
snc at macports.org
snc at macports.org
Sun Jan 30 18:23:04 PST 2011
Revision: 75573
http://trac.macports.org/changeset/75573
Author: snc at macports.org
Date: 2011-01-30 18:23:00 -0800 (Sun, 30 Jan 2011)
Log Message:
-----------
LyX: add missing linkages, #28198
Modified Paths:
--------------
trunk/dports/aqua/LyX/Portfile
Added Paths:
-----------
trunk/dports/aqua/LyX/files/
trunk/dports/aqua/LyX/files/patch-configure.diff
Modified: trunk/dports/aqua/LyX/Portfile
===================================================================
--- trunk/dports/aqua/LyX/Portfile 2011-01-31 00:36:48 UTC (rev 75572)
+++ trunk/dports/aqua/LyX/Portfile 2011-01-31 02:23:00 UTC (rev 75573)
@@ -6,6 +6,7 @@
name LyX
version 1.6.8
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories aqua
license GPL
@@ -33,13 +34,13 @@
checksums sha1 caa9672e0dd6c725fcb0eb5c2bbf3ba9871935e5 \
rmd160 bf144d8f9ab0b646f320671dded82544c9bbe83e
+patchfiles patch-configure.diff
+
configure.pre_args --prefix=${applications_dir}/LyX.app
configure.args --with-frontend=qt4 --without-x --with-included-gettext \
--enable-optimization=-Os --disable-concept-checks \
--with-version-suffix=-1.6
-build.env LD_FLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -framework Cocoa"
-
variant python25 conflicts python26 python27 description {Use python25} {
depends_build-append port:python25
configure.python ${prefix}/bin/python2.5
Added: trunk/dports/aqua/LyX/files/patch-configure.diff
===================================================================
--- trunk/dports/aqua/LyX/files/patch-configure.diff (rev 0)
+++ trunk/dports/aqua/LyX/files/patch-configure.diff 2011-01-31 02:23:00 UTC (rev 75573)
@@ -0,0 +1,10 @@
+--- configure.orig 2010-11-14 05:58:06.000000000 -0500
++++ configure 2011-01-30 20:56:40.000000000 -0500
+@@ -23261,6 +23261,7 @@
+ QT4_LIB=`$PKG_CONFIG --libs-only-l QtCore QtGui`
+
+ LIBS="$LIBS `$PKG_CONFIG --libs-only-other QtCore QtGui`"
++ LIBS="$LIBS -framework Carbon -framework AppKit"
+ fi
+ PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110130/d5814876/attachment.html>
More information about the macports-changes
mailing list