Ticket #43637: LyX.diff
File LyX.diff, 2.4 KB (added by KubaO (Kuba Ober), 11 years ago) |
---|
-
Portfile
old new 6 6 7 7 name LyX 8 8 conflicts LyX1 9 version 2.0. 69 version 2.0.8 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 categories aqua 12 12 license GPL-2+ … … 32 32 ftp://ftp.ntua.gr/pub/X11/LyX/stable/${branch}.x/ \ 33 33 ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ 34 34 http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ 35 checksums rmd160 6ab1e15ade2100a75020ef85b42f7a346f5ebe63 \ 36 sha256 b4bd32cf5f2c374b1ff88b69b53db0a2ba840942df0c3886b295fb2020683b5e 35 37 36 checksums rmd160 8e0e3af80726f566fdd8498f7410c36cffa6bdda \ 37 sha256 a5cb2bedee6e154b50881acd2316cf9d79162d6754e3aa159a6d579f5a828ad2 38 39 patchfiles patch-configure.diff \ 38 patchfiles patch-types.diff \ 40 39 patch-libc++_compliance.diff 41 40 42 41 configure.pre_args --prefix=${applications_dir}/LyX.app … … 63 62 default_variants +python27 64 63 } 65 64 65 variant debug description {Build with debugging information} { 66 configure.args-append --enable-debug 67 } 68 66 69 post-configure { 67 70 reinplace -E \ 68 71 "s|mkdir -p \\\$\\(pkgdatadir\\)|\ -
new file files/patch-types.diff
- + 1 --- src/support/docstring.h.orig 2014-05-08 13:30:22.000000000 -0400 2 +++ src/support/docstring.h 2014-05-08 13:31:40.000000000 -0400 3 @@ -24,7 +24,7 @@ 4 * Use std::string only in cases 7-bit ASCII is to be manipulated 5 * within the variable. 6 */ 7 -typedef std::basic_string<char_type> docstring; 8 +//typedef std::basic_string<char_type> docstring; 9 10 /// Creates a docstring from a C string of ASCII characters 11 docstring const from_ascii(char const *); -
deleted file files/patch-configure.diff
+ - 1 --- configure.orig 2010-11-14 05:58:06.000000000 -05002 +++ configure 2011-01-30 20:56:40.000000000 -05003 @@ -8746,6 +8746,7 @@4 QT4_LIB=`$PKG_CONFIG --libs-only-l QtCore QtGui`5 6 LIBS="$LIBS `$PKG_CONFIG --libs-only-other QtCore QtGui`"7 + LIBS="$LIBS -framework Carbon -framework AppKit"8 fi9 PKG_CONFIG_PATH=$save_PKG_CONFIG_PATH10