2004-12-21 08:00:53 by Martti Kuparinen | Files touched by this commit (11) |
Log message:
Updated lyx-qt and lyx-xforms to 1.3.5
This is mainly a bugfix release, with few notable user-visible
improvements. However, we would like to highlight two fixes in particular:
* Nested documents (with Insert>Include File...), which have been
broken since LyX 1.2.0, should now work properly, including the
case where the files are in different directories.
* It is now possible to compile LyX with gcc 3.4.
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-08-26 20:04:10 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Added a MESSAGE file that is shared with both lyx-qt and lyx-xforms.
And bumped PKGREVISIONs.
This MESSAGE suggests that the user run's LyX's reconfigure option
when upgrading or adding other packages.
The MESSAGE also lists several packages that can extend LyX.
(Later, when wip/sgmltools-lite and wip/html2latex are added to
pkgsrc these should be added to the list.)
|
2004-06-04 17:30:35 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Include converters/libiconv/buildlink3.mk in Makefile.common
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages.
lyx uses iconv. The build suggests using libiconv.
Under NetBSD 1.6.2, the lyx-qt build broke when not including
this buildlink. Under Linux and NetBSD 2.x, it built fine before
because it found native iconv() and used it.
Thank you to John R. Shannon for research.
Okayed by maintainer, Martti Kuparinen.
|
2004-05-29 13:27:09 by John R. Shannon | Files touched by this commit (1) |
Log message:
Incremented revision to accompany the change I just committed.
|
2004-05-29 13:19:59 by John R. Shannon | Files touched by this commit (8) |
Log message:
Closes PR pkg/25695
|
2004-04-18 01:59:21 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Convert to buildlink3.
|
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
|
2004-03-17 16:52:37 by Martti Kuparinen | Files touched by this commit (5) |
Log message:
Updated lyx-xforms and lyx-qt to 1.3.4
* It adds support for old files from LyX 0.10.x or 0.12.x;
* Lyx documents can now be opened and edited even if
they use text classes not present in your latex installation;
* New Qt features have been added (improved selection,
drag-and-drop);
* Mac OS X support is much improved;
* The interface and documentation localization have
been polished.
|
2004-02-18 14:33:41 by Johnny C. Lam | Files touched by this commit (19) |
Log message:
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
|