2007-08-08 19:12:43 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Supports DESTDIR installation.
|
2007-07-03 22:01:43 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 3.6.3:
%%%%%%%%%%%%%%%%%%% GV 3.6.3 (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# gv is now able to work with latest ghostscript: gs 8.57
# The bug causing the version not to figure in the manual has been
fixed.
# The SIGINT signal is now masked (ignored) by gv.
# gv no more segfaults when reading a configuration file as produced by
State -> Setup Options -> Save
# gv should compile in non-GNU system that doesnt have glib2. The
`getopt' gnulib module has been imported to fix this.
# gv now correctly adjust the page index window after PAGE-UP and
PAGE-DOWN events.
# gv is now able to open files with minus character beginning
filenames.
# X resources related bugs has been fixed. gv is now able to get
resources from the display database, user file, gv system database
and command line doing the Right Thing (TM).
# gv is now able to correctly understand DocumentMedia and other DSC
directives that uses postscript strings. It was not possible with
previous versions due to a bug in the postscript names scanning
routine.
* Vulnerability CVE-2006-5864 has been fixed.
* gs is now invoked with `-dFIXEDMEDIA'
* The internal gettext implementation has been renamed to `ps_gettext'
to avoid collisions with the builtin `gettext' function.
* --quiet and --noquiet now works as expected.
? There are troubles with 64 bits machines: the use of x-pointers to
store data should be eliminated in subsequent versions.
|
2007-01-23 14:24:42 by Dan McMahill | Files touched by this commit (1) |
Log message:
limit the SunOS test to 5.[6789] since 5.10 does not need the \
--enable-setenv-code configure argument. Noted by Gilles Dauphin.
|
2007-01-22 14:49:31 by Dan McMahill | Files touched by this commit (1) |
Log message:
Include libgetopt/buildlink3.mk for systems like solaris.
Add an extra configure argument on solaris to let this build there. Tested
with solaris-2.9/sparc and the sunpro compiler.
|
2006-11-21 14:58:10 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add security fix for CVE-2006-5864 based on patch taken from Debian Sarge.
Bump package revision because of this fix.
|
2006-10-23 14:29:56 by Matthias Scheler | Files touched by this commit (8) |
Log message:
Update "gv" package to version 3.6.2. This is release fixes several
bugs present in the 3.6.1 release.
Based on patches provided by Thomas Klausner in private e-mail.
|
2006-04-06 20:18:15 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
|
2006-03-05 17:27:29 by Johnny C. Lam | Files touched by this commit (89) |
Log message:
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
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-15 21:07:43 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix errno.
|