From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 17 19:00:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 981F916A41B for ; Mon, 17 Dec 2007 19:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59CA613C4E1 for ; Mon, 17 Dec 2007 19:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBHJ07Qp072306 for ; Mon, 17 Dec 2007 19:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBHJ07SF072305; Mon, 17 Dec 2007 19:00:07 GMT (envelope-from gnats) Resent-Date: Mon, 17 Dec 2007 19:00:07 GMT Resent-Message-Id: <200712171900.lBHJ07SF072305@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koji Yokota Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37FAE16A418 for ; Mon, 17 Dec 2007 18:59:30 +0000 (UTC) (envelope-from root@yokota-s.otaru-uc.ac.jp) Received: from ca1.otaru-uc.ac.jp (ca1.otaru-uc.ac.jp [150.83.48.27]) by mx1.freebsd.org (Postfix) with ESMTP id C6E0A13C4F2 for ; Mon, 17 Dec 2007 18:59:28 +0000 (UTC) (envelope-from root@yokota-s.otaru-uc.ac.jp) Received: from canal1.otaru-uc.ac.jp (canal1 [150.83.48.23]) by ca1.otaru-uc.ac.jp (Postfix) with ESMTP id 8D77AE1D37; Tue, 18 Dec 2007 02:55:57 +0900 (JST) Received: from room520-1.yokota-s.otaru-uc.ac.jp (room520-1.yokota-s.otaru-uc.ac.jp [150.83.100.4]) by canal1.otaru-uc.ac.jp (SMTP) with ESMTP id lBHHtvmC025227; Tue, 18 Dec 2007 02:55:57 +0900 (JST) Received: by room520-1.yokota-s.otaru-uc.ac.jp (Postfix, from userid 0) id 45821B831; Tue, 18 Dec 2007 02:58:44 +0900 (JST) Message-Id: <20071217175844.45821B831@room520-1.yokota-s.otaru-uc.ac.jp> Date: Tue, 18 Dec 2007 02:58:44 +0900 (JST) From: Koji Yokota To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: trash.esiac@gmail.com Subject: ports/118784: [PATCH] print/lyx: update to 1.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 19:00:07 -0000 >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@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 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 +@dirrm %%DATADIR%%/doc/fr/clipart @dirrm %%DATADIR%%/doc/fr @dirrm %%DATADIR%%/doc/eu @dirrm %%DATADIR%%/doc/es/clipart +@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 +@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: