2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
2006-04-08 19:34:02 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Set qt_cv_libname=-lqt-mt in the configure environment
because didn't link with pthread during the configure check.
|
2006-04-07 02:54:25 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
|
2006-04-07 02:44:53 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Do not create a directory for tex files, because they are installed in
PKG_LOCALTEXMFPREFIX.
|
2006-04-07 02:36:45 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
2006-01-18 22:00:45 by Jeremy C. Reed | Files touched by this commit (12) | |
Log message:
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.
|
2006-01-05 11:09:00 by Geert Hendrickx | Files touched by this commit (33) |
Log message:
Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to \
"build",
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither \
"full" nor
"build" now set it to "full", but should be checked whether \
they really need it
(comment added). Packages which previously set it to "build" now \
don't set it
anymore.
Ok by jlam, wiz.
|