2005-12-28 05:25:46 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Add "makepsres" to USE_TOOLS.
This fixes packaging due to missing share/lyx/xfonts/PSres.upr.
|
2005-12-28 03:04:00 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Sort to make it easier to compare.
|
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-11-18 17:47:35 by Jeremy C. Reed | Files touched by this commit (6) |
Log message:
Use the new print/teTeX/module.mk framework and install
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/.
This makes it so the latex recognizes these available classes/styles.
I noticed that previously cv (curriculum vitae) was not recognized,
but now it is available.
Bumped PKGREVISION.
|
2005-11-18 07:23:09 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Add support for DragonFly. This is in the "boost" libraries.
This was fixed upstream for "boost" also.
|
2005-11-16 19:06:13 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Add patch so on NetBSD, it will not core dump on exit.
According to trolltech's support, the QT code for Lyx was done
wrong and so the locked() doesn't return with true and so the
unlock() is never done causing NetBSD's
Error detected by libpthread: Destroying locked mutex.
I contacted lyx developers about this several times.
This is for PR 26454.
|
2005-11-11 19:50:25 by Antoine Reilles | Files touched by this commit (37) |
Log message:
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
|
2005-11-08 19:56:34 by Antoine Reilles | Files touched by this commit (2) |
Log message:
convert TeXmacs and lyx-qt to use tex.buildlink3.mk
|
2005-09-07 19:40:08 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Martti said I can maintain this now.
|