summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-01-18 21:00:45 +0000
committerreed <reed@pkgsrc.org>2006-01-18 21:00:45 +0000
commitb0d6c15916251d78575a128c61935658231048a2 (patch)
tree26440b7a2533184cde03232ef6a159083d569413 /editors/lyx-qt/Makefile
parent19a4f23ea130a386a5886cf148440e216be8da91 (diff)
downloadpkgsrc-b0d6c15916251d78575a128c61935658231048a2.tar.gz
Update lyx to lyx-1.3.7.
Verified that this works without qt3-tools so remove that comment and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.) Add another download mirror. Use bzipped tar file. Update PLIST to add "hu" locale file, compiled python code, and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX for the dirrm. Removed three patches related to DragonFly and other patch for a bug fix as all are now fixed in official release. Updated patch-ab. The official release removed the unlock() so still coredumps on NetBSD without this patch. And regenerated two other patches as lines didn't line up anymore. And remove PKGREVISION from Makefiles. (Note I did not test "xforms" version.) Changes include: ** Updates - Update lyx2lyx to handle properly the latest LyX 1.4 format (245). - New hungarian translation. Update Spanish translation. - Update German documentation. ** Bug fixes * Document input/output: - Don't load the wasysym package automatically anymore (bug 1942) - Fix crash with S-Home while entering a macro name (bug 2046) - Do not delete selection when entering an index entry. - Fix LaTeX output when a bibtex inset is used in a child document. - Support tex4ht for Tex -> MS Word conversion - Support the previewers kdvi, kpdf, and kghostview * User Interface: - Fix wrong path when drag-and-dropping files on Windows. [Qt only] - Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976). - Ensure that no dialogs have one shortcut assigned to more than one action. Always connect the OK button to the Alt-O shortcut. [Qt only] - Ensure that the user cannot create a reference without first selecting one in the reference dialog. [Qt only]. - The Return key is no longer bound to the Goto button in the reference dialog. [Qt only]. - Double clicking in the reference dialog now inserts a reference (bug 2187) [Qt only]. - Searching backwards in the citation dialog always skipped one result (bug 2002). Fixed now. - Do not trim spaces from either end of the find and replace strings in the Edit->Find & Replace... dialog. [XForms only]. - Fix crash when trying to display current directory and ${HOME} is empty. - Don't force alignment to BLOCK when switching to fixed width cell (bug 1840). - Add key bindings for "primary-selection-paste". - Fix some math key sequences for sciword.bind. - On exit, don't attempt to unlock a mutex in the Qt library --- it causes undefined behaviour and leads to a crash on NetBSD. - Enable Instant Preview to work if the path to the external GhostScript executable contains spaces. (bug 2193). - The error/warning/confirmation dialogs aren't hidden behind the main window anymore [Qt only] (bug 1977). * Configuration/Installation: - Enable TeXFiles.sh to run when its path contains spaces. - Compile without STL compatibility support, since some systems do that by default (Slackware, for ex.). [Qt only] - Fix compilation with gcc 2.95 under OSX 10.4. This is useful because LyX crashes on startup when compiled with gcc3. - Fix compilation with Solaris/x86 (bug 992). - Enable compilation of LyX on DragonFly BSD. - Add missing cygwin support file in the distribution (bug 2035). - Enable Windows boxes to recognize the hard-coded paths needed to run LyX from the build tree.
Diffstat (limited to 'editors/lyx-qt/Makefile')
-rw-r--r--editors/lyx-qt/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index d48ac11f6b8..88cbb279c41 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2006/01/05 10:08:58 ghen Exp $
+# $NetBSD: Makefile,v 1.24 2006/01/18 21:00:45 reed Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
-PKGREVISION= 2
COMMENT+= (QT version)
@@ -17,8 +16,4 @@ CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \
--with-frontend=qt
.include "../../x11/qt3-tools/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment. If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"