Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-17 | Some packages need lex and yacc. Patch by Aleksey Cheusov via | rillig | 6 | -12/+12 | |
pkgsrc-users. | |||||
2007-11-15 | Update p5-PostScript-MailLabels to 2.25. Changes from version 2.10: | jlam | 3 | -8/+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-14 | Honor LDFLAGS. | minskim | 2 | -7/+8 | |
2007-11-11 | Fix build with poppler-0.6.x. | wiz | 4 | -2/+883 | |
From maintainer dieter roelants in PR 37358. | |||||
2007-11-08 | Add DESTDIR support. | joerg | 1 | -7/+12 | |
2007-11-08 | apply a patch from poppler CVS (derived from xpdf) to fix a couple | drochner | 4 | -2/+648 | |
of memory corruption / buffer overflows (CVE-2007-4352, CVE-2007-5392, CVE-2007-5393) bump PKGREVISION | |||||
2007-11-05 | update to 1.21.2 | drochner | 3 | -10/+24 | |
Noteworthy bug fixes: -Fixes to TTF splitting -Tables with spans improved splitting -Fix runtime error affecting keepWithNext | |||||
2007-11-05 | Fix for CVE-2007-4351 | adrianp | 3 | -3/+159 | |
PKGREVISION++ | |||||
2007-11-03 | Added MAKE_JOBS_SAFE as suggested in PR 37250. | rillig | 1 | -1/+2 | |
2007-11-03 | update to 2.20.1 | drochner | 7 | -19/+98 | |
This switches to the new gnome-2.20 branch. | |||||
2007-11-03 | update to 0.6.1 | drochner | 13 | -203/+72 | |
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-02 | Explicitly disable the PAPI support, since it is not mentioned in the | rillig | 1 | -1/+3 | |
PLIST. It got detected on Solaris 10 automatically, and the build failed because of extra files in LOCALBASE. | |||||
2007-10-29 | Fix PLIST; from Takanori Ishihara, PR 37239. | uebayasi | 2 | -2/+6 | |
2007-10-29 | Sort variables depending on ${EMACS_FLAVOR} (emacs or xemacs). Prefer | uebayasi | 2 | -6/+29 | |
assignment to conditional. Include mk/emacs.mk lazily. No functional changes intended. | |||||
2007-10-26 | Added print/tex-draftwatermark and its dependency tex-everypage. | reed | 1 | -1/+3 | |
2007-10-26 | The "draftwatermark" package extends LaTeX providing a means to | reed | 4 | -0/+51 | |
add a textual, light gray watermark on every page or on the first page of a document. | |||||
2007-10-26 | The "everypage" package extends LaTeX providing hooks to perform | reed | 4 | -0/+51 | |
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 | Update to jsclasses-071024. Minor bugfixes. New MASTER_SITES. | uebayasi | 2 | -9/+8 | |
2007-10-25 | * If PLIST_SRC is explicitly set to an empty value in a package Makefile, | jlam | 14 | -23/+16 | |
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 | Move code that generates a dynamic PLIST from the {pre,do,post}-install | jlam | 1 | -11/+10 | |
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST. | |||||
2007-10-25 | Re-add "intentionally empty" PLISTs for meta-packages and other packages | jlam | 7 | -0/+14 | |
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 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 8 | -14/+0 | |
can handle packages having no PLIST files. | |||||
2007-10-23 | Fix >80 column line, and stray word. Pointed out by dsainty@ | gdt | 2 | -4/+5 | |
2007-10-22 | Point out that ghostscript-esp is old and that ghostscript has cups | gdt | 2 | -2/+8 | |
support if built with the cups option. | |||||
2007-10-22 | Quell a pkglint -Wall warning, use CONF_FILES+= instead of = | dsainty | 1 | -2/+2 | |
2007-10-22 | Pull over the "cups" option, based largely on the implementation of the "cups" | dsainty | 3 | -7/+30 | |
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 | Fix the output of "cups-config --ldflags" to output "-Wl,-R/usr/pkg" like | dsainty | 1 | -1/+8 | |
other config scripts do. Bump PKGREVISION since client software may not correctly build or run without this fix. | |||||
2007-10-16 | Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. | tnn | 1 | -2/+2 | |
2007-10-13 | Fixed some build problems. | rillig | 4 | -12/+57 | |
2007-10-11 | This version of Ghostscript has some form of support for CUPS, but it | dsainty | 1 | -1/+3 | |
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-10 | add missing mktexlsr so that this package actually works after being | dmcmahill | 2 | -2/+9 | |
installed. | |||||
2007-10-09 | Remove trailing spaces. | martti | 2 | -5/+5 | |
2007-10-08 | Fixed two hard-coded paths to /var. | rillig | 1 | -3/+5 | |
2007-09-30 | Reset maintainer -- shell@ is inactive. | wiz | 1 | -2/+2 | |
2007-09-25 | Fix comment (GConf2 -> GConf). | hira | 1 | -2/+2 | |
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 12 | -36/+40 | |
Bump PKGREVISION. | |||||
2007-09-21 | Reverted the last change. The patch had been for a previous version, and | rillig | 2 | -18/+1 | |
I didn't even test that it applies. Thanks to wiz for checking. | |||||
2007-09-20 | Adapt for librsvg rename. Bump PKGREVISION. | wiz | 1 | -2/+2 | |
2007-09-20 | Adapt eel dependencies; bump PKGREVISION. | wiz | 1 | -2/+2 | |
2007-09-20 | Fixed a build failure with sunpro. | rillig | 2 | -1/+18 | |
2007-09-20 | This package needs flex, at least on Solaris. | rillig | 1 | -2/+2 | |
2007-09-19 | Bump PKGREVISION for gnome-vfs rename. | wiz | 3 | -4/+6 | |
2007-09-19 | Use gnome-vfs instead of gnome-vfs2. | wiz | 1 | -2/+2 | |
2007-09-18 | update to 2.18.1 | drochner | 3 | -7/+9 | |
changes: translation updates | |||||
2007-09-18 | update to 2.18.2 | drochner | 2 | -6/+6 | |
changes: translation updates | |||||
2007-09-14 | Don't use malloc.h. | joerg | 2 | -1/+21 | |
2007-09-13 | Fix test in startup script so it accepts NetBSD-amd64. | wiz | 2 | -3/+4 | |
Now this actually runs on NetBSD-current/amd64 :) Bump PKGREVISION. | |||||
2007-09-07 | get rid of the two extra patch-bug-workaround entries | jnemeth | 1 | -3/+1 | |
2007-09-04 | +libpaper | drochner | 1 | -1/+2 | |
2007-09-04 | import the Debian libpaper-1.1.22, a library to supply information about | drochner | 7 | -0/+98 | |
paper sizes |