Commit graph

2597 commits

Author SHA1 Message Date
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
jlam
4cd0f6d8a9 Update p5-PostScript-MailLabels to 2.25. Changes from version 2.10:
* Make output 7-bit clean
* Add support for No. 9 and No. 6 3/4 envelopes.
* Add support for many new Avery layouts
* Add a new "orientation" setup option which can be set to "portrait"
  or "landscape", with "portrait" being the default.
2007-11-15 20:39:22 +00:00
minskim
35052447e4 Honor LDFLAGS. 2007-11-14 02:27:36 +00:00
wiz
d7bdd9826b Fix build with poppler-0.6.x.
From maintainer dieter roelants in PR 37358.
2007-11-11 23:30:17 +00:00
joerg
c5a62d141a Add DESTDIR support. 2007-11-08 20:03:21 +00:00
drochner
37272f02bb apply a patch from poppler CVS (derived from xpdf) to fix a couple
of memory corruption / buffer overflows
(CVE-2007-4352, CVE-2007-5392, CVE-2007-5393)
bump PKGREVISION
2007-11-08 12:06:12 +00:00
drochner
c9f48a4ab8 update to 1.21.2
Noteworthy bug fixes:
-Fixes to TTF splitting
-Tables with spans improved splitting
-Fix runtime error affecting keepWithNext
2007-11-05 20:57:51 +00:00
adrianp
291a411d5e Fix for CVE-2007-4351
PKGREVISION++
2007-11-05 20:16:19 +00:00
rillig
fdb84e2d3c Added MAKE_JOBS_SAFE as suggested in PR 37250. 2007-11-03 22:39:40 +00:00
drochner
79dfe7040a update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:12:48 +00:00
drochner
86f3819e04 update to 0.6.1
This switches to the new 0.6 branch which is not source compatible
to 0.5.x.
Most notable changes:
-Merge xpdf 3.02 changes
-Support for Sound objects
-Support for Opening/Closing page actions
-Support for page duration
-Improve PS Tokenizer performance
-Beginning of Interactive Form support
-xpdfrc is no longer used for anything
-Fix security issue MOAB-06-01-2007
-Lots of bugs fixed
2007-11-03 16:10:38 +00:00
rillig
b276aa9d2d Explicitly disable the PAPI support, since it is not mentioned in the
PLIST. It got detected on Solaris 10 automatically, and the build failed
because of extra files in LOCALBASE.
2007-11-02 11:13:57 +00:00
uebayasi
d08804c85d Fix PLIST; from Takanori Ishihara, PR 37239. 2007-10-29 23:54:36 +00:00
uebayasi
f3764d72fa Sort variables depending on ${EMACS_FLAVOR} (emacs or xemacs). Prefer
assignment to conditional.  Include mk/emacs.mk lazily.

No functional changes intended.
2007-10-29 04:43:17 +00:00
reed
395efb3154 Added print/tex-draftwatermark and its dependency tex-everypage. 2007-10-26 17:04:10 +00:00
reed
a143454550 The "draftwatermark" package extends LaTeX providing a means to
add a textual, light gray watermark on every page or on the first
page of a document.
2007-10-26 16:59:23 +00:00
reed
0cc18a4bf2 The "everypage" package extends LaTeX providing hooks to perform
actions on every page or on the current page. Specifically, actions
are performed after the page is composed, but before it is shipped,
so they can be used to prepare the output page in tasks like putting
watermarks in the background, setting the next page layout, etc.
2007-10-26 16:57:51 +00:00
uebayasi
7e6ca2fddc Update to jsclasses-071024. Minor bugfixes. New MASTER_SITES. 2007-10-26 03:16:51 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
b5e6ca3a7e Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25 21:04:21 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
gdt
1499a33e79 Fix >80 column line, and stray word. Pointed out by dsainty@ 2007-10-23 12:22:48 +00:00
gdt
1be6c7cfd7 Point out that ghostscript-esp is old and that ghostscript has cups
support if built with the cups option.
2007-10-22 16:31:16 +00:00
dsainty
197c0e2a3c Quell a pkglint -Wall warning, use CONF_FILES+= instead of = 2007-10-22 12:35:32 +00:00
dsainty
c03c2e7f20 Pull over the "cups" option, based largely on the implementation of the "cups"
option in ghostscript-esp, although there it was on by default.

Here it is off by default, which is more in keeping with how the "cups" option
is generally used - it is usually off by default, and a CUPS user would
usually add "cups" to the global options.
2007-10-22 12:15:03 +00:00
dsainty
77c395ab30 Fix the output of "cups-config --ldflags" to output "-Wl,-R/usr/pkg" like
other config scripts do.

Bump PKGREVISION since client software may not correctly build or run
without this fix.
2007-10-22 11:56:46 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
rillig
5d7d72ec5e Fixed some build problems. 2007-10-13 18:12:40 +00:00
dsainty
a4438232ab This version of Ghostscript has some form of support for CUPS, but it
doesn't currently pull in CUPS itself.  Generally that means the
package builds without CUPS support.  However, if you are
using Pkgsrc on a system with CUPS installed via some other means (E.g.
Linux with another packaging system, or even a second Pkgsrc root probably)
then things can go wrong.

I solve this case here by explicitly disabling CUPS support.  For
normal cases this should mean "No change", but in exotic cases it fixes
the build and install.

Of course, there may be value in using the CUPS support, but it isn't clear
whether the right way to do that is to add a "cups" package option or to
have a second ghostscript-cups package that CUPS depends on - it kind of
looks like the latter is closer to correct at first glance.
2007-10-11 11:45:06 +00:00
dmcmahill
490404d313 add missing mktexlsr so that this package actually works after being
installed.
2007-10-10 05:30:29 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
rillig
7a52bb13d6 Fixed two hard-coded paths to /var. 2007-10-08 11:39:47 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
rillig
e6da3df7f1 Reverted the last change. The patch had been for a previous version, and
I didn't even test that it applies. Thanks to wiz for checking.
2007-09-21 08:38:39 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
rillig
ebc3e49bfb Fixed a build failure with sunpro. 2007-09-20 17:32:49 +00:00
rillig
f0b8668311 This package needs flex, at least on Solaris. 2007-09-20 17:15:49 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
drochner
52cdc632d0 update to 2.18.1
changes: translation updates
2007-09-18 20:01:40 +00:00
drochner
cebaf404bb update to 2.18.2
changes: translation updates
2007-09-18 20:00:04 +00:00
joerg
01462e9e9c Don't use malloc.h. 2007-09-14 11:21:43 +00:00
wiz
5d38e88876 Fix test in startup script so it accepts NetBSD-amd64.
Now this actually runs on NetBSD-current/amd64 :)

Bump PKGREVISION.
2007-09-13 20:19:09 +00:00
jnemeth
42e38d24f0 get rid of the two extra patch-bug-workaround entries 2007-09-07 16:37:45 +00:00
drochner
c222424266 +libpaper 2007-09-04 20:12:55 +00:00
drochner
0df3df3af0 import the Debian libpaper-1.1.22, a library to supply information about
paper sizes
2007-09-04 20:10:12 +00:00