ports/118784: [PATCH] print/lyx: update to 1.5.3

Koji Yokota yokota at res.otaru-uc.ac.jp
Mon Dec 17 19:00:07 UTC 2007


>Number:         118784
>Category:       ports
>Synopsis:       [PATCH] print/lyx: update to 1.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 19:00:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.3-RC1 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 6.3-RC1 FreeBSD 6.3-RC1 #10: Sat Dec  8 01:29:53 JST
>Description:
- Update to 1.5.3

Port maintainer (trash.esiac at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lyx-1.5.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/lyx15.orig/Makefile /usr/ports/print/lyx15/Makefile
--- /usr/ports/print/lyx15.orig/Makefile	2007-10-08 18:17:06.000000000 +0900
+++ /usr/ports/print/lyx15/Makefile	2007-12-17 22:39:22.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lyx
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.3
 CATEGORIES=	print
 MASTER_SITES=	ftp://ftp.lyx.org/pub/lyx/stable/ \
 		ftp://ftp.planetmirror.com/pub/lyx/stable/ \
@@ -47,10 +47,10 @@
 CONFLICTS=	lyx-1.4.*
 
 EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS=	--with-extra-lib="${LOCALBASE}/lib" \
-		--with-extra-inc="${LOCALBASE}/include/Qt* ${LOCALBASE}/include" \
+CONFIGURE_ARGS=	--with-frontend=qt4 \
 		--without-included-boost \
-		--with-frontend=qt4
+		--with-libiconv-prefix=${LOCALBASE}
+
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
 MAN1=		lyx.1 tex2lyx.1 lyxclient.1
@@ -111,4 +111,11 @@
 PLIST_SUB+=	NLS="@comment "
 .endif
 
+.if ${OSVERSION} < 700007
+# order of -I matters for gcc3;
+# includes of qt4 must be found earlier than those of qt3
+CONFIGURE_ENV+=	QT4_CORE_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore -I${LOCALBASE}/include" \
+		QT4_FRONTEND_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore -I${LOCALBASE}/include/QtGui -I${LOCALBASE}/include"
+.endif
+
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/print/lyx15.orig/distinfo /usr/ports/print/lyx15/distinfo
--- /usr/ports/print/lyx15.orig/distinfo	2007-10-08 18:17:06.000000000 +0900
+++ /usr/ports/print/lyx15/distinfo	2007-12-17 18:32:42.000000000 +0900
@@ -1,6 +1,3 @@
-MD5 (lyx-1.5.1.tar.gz) = 7a06523d99c27ba5a0baebc5664024ba
-SHA256 (lyx-1.5.1.tar.gz) = 9f1000ee9473becb9cc46acdf6517d8182a5f679c18ff623df436d172c068e3a
-SIZE (lyx-1.5.1.tar.gz) = 10115219
-MD5 (lyx-1.5.1.tar.bz2) = 0ae3b9ccb2aa74776be4af8c199dbbe9
-SHA256 (lyx-1.5.1.tar.bz2) = d720ff082ed29d385c52e7ad370499d23275e595e9d7a321b383609f68acf23e
-SIZE (lyx-1.5.1.tar.bz2) = 7823886
+MD5 (lyx-1.5.3.tar.bz2) = 4fe013248713bb126877c317cad57238
+SHA256 (lyx-1.5.3.tar.bz2) = 5b6d051f243e5595bf8fb56a57ece1b77049d4745bfc3473e2f120b933a41de0
+SIZE (lyx-1.5.3.tar.bz2) = 8743035
diff -ruN --exclude=CVS /usr/ports/print/lyx15.orig/pkg-plist /usr/ports/print/lyx15/pkg-plist
--- /usr/ports/print/lyx15.orig/pkg-plist	2007-10-08 18:17:06.000000000 +0900
+++ /usr/ports/print/lyx15/pkg-plist	2007-12-18 02:55:27.000000000 +0900
@@ -1,24 +1,27 @@
 bin/lyx
 bin/lyxclient
 bin/tex2lyx
-share/locale/ca/LC_MESSAGES/lyx.mo
-share/locale/cs/LC_MESSAGES/lyx.mo
-share/locale/de/LC_MESSAGES/lyx.mo
-share/locale/es/LC_MESSAGES/lyx.mo
-share/locale/eu/LC_MESSAGES/lyx.mo
-share/locale/fr/LC_MESSAGES/lyx.mo
-share/locale/gl/LC_MESSAGES/lyx.mo
-share/locale/he/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/ja/LC_MESSAGES/lyx.mo
-share/locale/ko/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/LC_MESSAGES/lyx.mo
-share/locale/ro/LC_MESSAGES/lyx.mo
-share/locale/tr/LC_MESSAGES/lyx.mo
-share/locale/zh_TW/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/de/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/es/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/he/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/it/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo
 %%DATADIR%%/CREDITS
 %%DATADIR%%/bind/aqua.bind
 %%DATADIR%%/bind/broadway.bind
@@ -55,19 +58,33 @@
 %%DATADIR%%/doc/TOC.lyx
 %%DATADIR%%/doc/Tutorial.lyx
 %%DATADIR%%/doc/UserGuide.lyx
+%%DATADIR%%/doc/biblio/LyXDocs.bib
+%%DATADIR%%/doc/biblio/alphadin.bst
+%%DATADIR%%/doc/clipart/Abstract.pdf
 %%DATADIR%%/doc/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/clipart/ChangesToolbar.png
 %%DATADIR%%/doc/clipart/ChildDocumentQt4.png
 %%DATADIR%%/doc/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/clipart/ERT.png
 %%DATADIR%%/doc/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/clipart/ExtraToolbar.png
 %%DATADIR%%/doc/clipart/FramedNoteImageQt4.png
 %%DATADIR%%/doc/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/clipart/LaTeX.png
 %%DATADIR%%/doc/clipart/LyXNoteImageQt4.png
 %%DATADIR%%/doc/clipart/ShadedNoteImageQt4.png
+%%DATADIR%%/doc/clipart/SpaceMarker.png
+%%DATADIR%%/doc/clipart/StandardToolbar.png
+%%DATADIR%%/doc/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/clipart/ViewToolbar.png
 %%DATADIR%%/doc/clipart/endnotes.pdf
 %%DATADIR%%/doc/clipart/escher-lsd.eps
 %%DATADIR%%/doc/clipart/floatQt4.png
 %%DATADIR%%/doc/clipart/footnoteQt4.png
 %%DATADIR%%/doc/clipart/labelQt4.png
+%%DATADIR%%/doc/clipart/macrobox.png
+%%DATADIR%%/doc/clipart/macrouse.png
+%%DATADIR%%/doc/clipart/mbox.png
 %%DATADIR%%/doc/clipart/mobius.eps
 %%DATADIR%%/doc/clipart/platypus.eps
 %%DATADIR%%/doc/clipart/referenceQt4.png
@@ -88,6 +105,7 @@
 %%DATADIR%%/doc/de/TOC.lyx
 %%DATADIR%%/doc/de/Tutorial.lyx
 %%DATADIR%%/doc/de/UserGuide.lyx
+%%DATADIR%%/doc/de/clipart/ERT.png
 %%DATADIR%%/doc/de/clipart/ExternesMaterialQt4.png
 %%DATADIR%%/doc/de/clipart/FussnoteQt4.png
 %%DATADIR%%/doc/de/clipart/GerahmteNotizQt4.png
@@ -108,6 +126,9 @@
 %%DATADIR%%/doc/es/Intro.lyx
 %%DATADIR%%/doc/es/TOC.lyx
 %%DATADIR%%/doc/es/Tutorial.lyx
+%%DATADIR%%/doc/es/UserGuide.lyx
+%%DATADIR%%/doc/es/biblio/LyXDocs.bib
+%%DATADIR%%/doc/es/biblio/alphadin.bst
 %%DATADIR%%/doc/es/clipart/ComentNotaImagenQt4.png
 %%DATADIR%%/doc/es/clipart/CuadroMinipagQt4.png
 %%DATADIR%%/doc/es/clipart/DocumentoHijoQt4.png
@@ -116,6 +137,8 @@
 %%DATADIR%%/doc/es/clipart/NotaEnmarcadaImg.png
 %%DATADIR%%/doc/es/clipart/NotaLyXImagenQt4.png
 %%DATADIR%%/doc/es/clipart/NotaSombreadaImg.png
+%%DATADIR%%/doc/es/clipart/Resumen.pdf
+%%DATADIR%%/doc/es/clipart/es_ERT.png
 %%DATADIR%%/doc/es/clipart/etiquetaQt4.png
 %%DATADIR%%/doc/es/clipart/flotanteQt4.png
 %%DATADIR%%/doc/es/clipart/notapieQt4.png
@@ -128,12 +151,23 @@
 %%DATADIR%%/doc/eu/Tutorial.lyx
 %%DATADIR%%/doc/eu/UserGuide.lyx
 %%DATADIR%%/doc/fr/Customization.lyx
+%%DATADIR%%/doc/fr/EmbeddedObjects.lyx
 %%DATADIR%%/doc/fr/Extended.lyx
 %%DATADIR%%/doc/fr/FAQ.lyx
 %%DATADIR%%/doc/fr/Intro.lyx
 %%DATADIR%%/doc/fr/TOC.lyx
 %%DATADIR%%/doc/fr/Tutorial.lyx
 %%DATADIR%%/doc/fr/UserGuide.lyx
+%%DATADIR%%/doc/fr/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/fr/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/fr/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/FramedNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/ShadedNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/floatQt4.png
+%%DATADIR%%/doc/fr/clipart/footnoteQt4.png
+%%DATADIR%%/doc/fr/clipart/labelQt4.png
 %%DATADIR%%/doc/gl/Intro.lyx
 %%DATADIR%%/doc/gl/TOC.lyx
 %%DATADIR%%/doc/gl/Tutorial.lyx
@@ -204,20 +238,18 @@
 %%DATADIR%%/examples/chess-article.lyx
 %%DATADIR%%/examples/chessgame.lyx
 %%DATADIR%%/examples/cs/splash.lyx
-%%DATADIR%%/examples/currency.lyx
 %%DATADIR%%/examples/da/splash.lyx
 %%DATADIR%%/examples/de/Dezimal.lyx
 %%DATADIR%%/examples/de/ItemizeBullets.lyx
 %%DATADIR%%/examples/de/Lebenslauf.lyx
 %%DATADIR%%/examples/de/Minipage.lyx
-%%DATADIR%%/examples/de/TabellenBeispiel.lyx
-%%DATADIR%%/examples/de/Waehrungen.lyx
 %%DATADIR%%/examples/de/beispiel_gelyxt.lyx
 %%DATADIR%%/examples/de/beispiel_roh.lyx
 %%DATADIR%%/examples/de/mathed.lyx
 %%DATADIR%%/examples/de/multicol.lyx
 %%DATADIR%%/examples/de/splash.lyx
 %%DATADIR%%/examples/docbook_article.lyx
+%%DATADIR%%/examples/es/ItemizeBullets.lyx
 %%DATADIR%%/examples/es/ejemplo_con_lyx.lyx
 %%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx
 %%DATADIR%%/examples/es/splash.lyx
@@ -229,7 +261,6 @@
 %%DATADIR%%/examples/example_raw.lyx
 %%DATADIR%%/examples/fa/splash.lyx
 %%DATADIR%%/examples/fr/AlignementDecimal.lyx
-%%DATADIR%%/examples/fr/ExemplesTableaux.lyx
 %%DATADIR%%/examples/fr/Foils.lyx
 %%DATADIR%%/examples/fr/ListesPuces.lyx
 %%DATADIR%%/examples/fr/Minipage.lyx
@@ -283,6 +314,7 @@
 %%DATADIR%%/fonts/cmmi10.ttf
 %%DATADIR%%/fonts/cmr10.ttf
 %%DATADIR%%/fonts/cmsy10.ttf
+%%DATADIR%%/fonts/esint10.ttf
 %%DATADIR%%/fonts/eufm10.ttf
 %%DATADIR%%/fonts/msam10.ttf
 %%DATADIR%%/fonts/msbm10.ttf
@@ -1239,15 +1271,18 @@
 @dirrm %%DATADIR%%/doc/hu
 @dirrm %%DATADIR%%/doc/he
 @dirrm %%DATADIR%%/doc/gl
+ at dirrm %%DATADIR%%/doc/fr/clipart
 @dirrm %%DATADIR%%/doc/fr
 @dirrm %%DATADIR%%/doc/eu
 @dirrm %%DATADIR%%/doc/es/clipart
+ at dirrm %%DATADIR%%/doc/es/biblio
 @dirrm %%DATADIR%%/doc/es
 @dirrm %%DATADIR%%/doc/de/clipart
 @dirrm %%DATADIR%%/doc/de
 @dirrm %%DATADIR%%/doc/da
 @dirrm %%DATADIR%%/doc/cs
 @dirrm %%DATADIR%%/doc/clipart
+ at dirrm %%DATADIR%%/doc/biblio
 @dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%/bind/sv
 @dirrm %%DATADIR%%/bind/pt
--- lyx-1.5.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list