Commit graph

2092 commits

Author SHA1 Message Date
minskim
2c8cc0bbb3 Honor PKGDIRMODE and SHAREMODE. 2006-02-24 21:07:51 +00:00
minskim
50210bae7f Fix build with gcc-4 using the patches suggested by Makoto Fujiwara in
PR pkg/32895.
2006-02-24 21:01:23 +00:00
joerg
9cddbb78fe Use EXTRACT_CMD. 2006-02-24 20:52:05 +00:00
joerg
683e79e4ae Use EXTRACT_CMD, the old use of DECOMPRESS_CMD doesn't work anymore.
Fix pkglint -Wall warnings while here, e.g. sort PLIST.
2006-02-24 14:53:27 +00:00
martti
2c363836f7 Fix build problems on Solaris (pkg/32875).
This change does not affect other platforms and as it was not building
correctly on Solaris I see no reason for PKGREVISION bump.
2006-02-20 08:17:09 +00:00
rillig
c1fb3b7795 Fixed all pkglint warnings, based on the previous revision, since martti's
changes have been incorrect in some places.
2006-02-18 14:22:13 +00:00
martti
fcf951a43d Fixed warnings found by pkglint -Wall. 2006-02-17 07:55:57 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
yyamano
bacf0d5d53 Make this buld with gcc 4.x. Fix PR 32744. 2006-02-16 15:52:15 +00:00
joerg
6fea4bd71f Bump revision for security fixes. 2006-02-15 19:06:47 +00:00
joerg
b954205f95 Port the security fixes for SA181303 from print/xpdf to print/cups. 2006-02-15 19:06:13 +00:00
drochner
c37a40355c update to 0.4.5
- Security update; CVE-2006-0301 (buffer overflow)
2006-02-15 18:08:35 +00:00
adam
178a929044 Changes 1.7:
* fixes a font-handling bug and some build issues.
2006-02-13 20:31:43 +00:00
wiz
f3f27e5e2a Remove conflict with hpijs; reportedby Steve O'Hara-Smith on tech-pkg. 2006-02-11 11:51:24 +00:00
wiz
a30edbbd34 Be consistent in the weird PKGREVISION handling -- fixes DEPENDS. 2006-02-06 18:00:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
72a10280ea Fix build on Solaris:
fabsf() -> fabs()
  Solaris<=9 doesn't have fabsf()
 test -z $foo  ->  test -z "$foo"
  Solaris test objects if $foo empty.
Bump PKGREVISION for fabsf() change.
2006-02-04 22:12:23 +00:00
gavan
92e227327a Update to hpijs 2.1.4.
This release contains support for a number of new printers.
2006-01-29 01:51:23 +00:00
dmcmahill
bf7451f4a3 update to latex-mk-1.5
* When  using  tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html,
       LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX.
     * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX.
     * Added  a  --tex2page  mode  for  latex-mk  (the  script)  which allows latex-mk to run tex2page the
       appropriate number of times to resolves all references.
     * Improve the cleaning of tex2page generated output.
     * Added latex.subdir.mk to support recursive builds.
2006-01-28 05:46:02 +00:00
tonio
99bbf9490e Take care to quote PATH variables: they may contains path with spaces
Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex
2006-01-27 23:13:54 +00:00
joerg
fcbfa948bb Has BROKEN_GETTEXT_DETECTION. 2006-01-27 16:41:44 +00:00
minskim
91ba96eff4 Remove BROKEN_IN since this package builds fine with the recent
TEX_DEFAULT change.
2006-01-26 03:57:55 +00:00
tron
cf14634e31 Incorporate fixes for vulnerabilities reported in SA17916 and SA18329,
bump package revision.
2006-01-24 21:51:36 +00:00
ben
c957a9835c Make CUPS support optional using the pkgsrc option framework. 2006-01-24 15:28:30 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
c8acc068af EXTRACT_CMD.zip is no more... just use the real command for extracting a
ZIP archive.
2006-01-23 18:37:18 +00:00
tron
e72e3d6021 Apply security fix for SA18303 taken from Fedora Core 4.
Bump package revision because of this fix.
2006-01-22 23:13:33 +00:00
ghen
99245a1e72 [subst.mk] WARNING: Ignoring non-existent file "./doc/pdftopnm.1".
-> should be "doc/pdftoppm.1".
2006-01-22 22:01:11 +00:00
tonio
c746fe9467 move the PLIST SUBST from tex.buildlink3.mk to tetex?-bin/buildlink3.mk
This should fix bulk build for teTeX1 packages
2006-01-22 16:45:30 +00:00
tonio
bba43d4b6d Explicitly include tetex-bin/buildlink3.mk, as in ja-ptex-bin
Fixes PR pkg/32592
2006-01-22 15:47:40 +00:00
hira
ae2a45a3ac Add missing semicolon in previous. 2006-01-22 09:12:52 +00:00
hira
917011e836 Adapt to recent bsd.pkg.extract.mk changes. 2006-01-22 08:45:05 +00:00
adam
185839c192 Changes 8.53:
* Numerous bug fixes and improvements, particularly in the area DeviceN
  (spot color) handling and the PDF interpreter.
* The pdfwrite device can now create PDF/X-3 compliant documents using the
  lib/PDFX_def.ps prefix approach. See doc/Ps2pdf.htm documentation.
*A Beta version level 2 Postscript output device, ps2write, which generates
  high-level PostScript including text and images and graphics.
* A rendering performance enhancement for PDF's with transparency (10x to 90x
  on files with many small transparency regions/groups).
2006-01-22 08:18:49 +00:00
joerg
6a585133a6 Use INSTALL_EXTRA_TMPL and DEINSTALL_EXTRA_TMPL. Fix the output of
DEINSTALL to only print the delimiting line if the opening line was
written as well. Makes the output a bit nicer when no file was
modified.
2006-01-22 00:57:02 +00:00
dillo
46637a5519 Drop maintainership: I don't have the time to chase two vulnerabilities
per month.
2006-01-21 22:31:58 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jlam
c95ffd9147 PKGNAME should be derived from DISTNAME, not DISTFILES. This removes a
".tgz" from the PKGNAME.
2006-01-20 23:46:47 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
tonio
86bcf2de00 Make ja-ptex-bin explicitly include print/teTeX-bin/buildlink3.mk instead of
using tex.buildlink3.mk, as it requires teTeX2
Fixes PR pkg/32582
2006-01-20 14:20:59 +00:00
joerg
344db4d063 Query teTeX1-bin for WRKSRC, don't make (incorrect) assumptions about
the location. Specify -DANSI as well to avoid definitions e.g. of
sprintf, which GCC 3.4+ doesn't like.
2006-01-20 01:36:17 +00:00
joerg
26763ef3ab Transform a lvalue cast into a rvalue cast. 2006-01-20 01:19:23 +00:00
rxg
5d93ed0845 Modified mailbox in MAINTAINER. 2006-01-16 13:43:26 +00:00
minskim
8ae52f2cbe Update tex-dhucs to 2.60.20051222.
Changes:
- documentation update.
- better handling with teTeX.
2006-01-15 23:05:32 +00:00
minskim
7db160b184 Update dvipdfmx to 0.0.0.20050831.
Changes:
- Fix bugs in MetaPost manipulation and PK Type3 font.
- Allow PDF images generated from Mac OS X.
- Other fixes and improvements.
2006-01-15 21:26:41 +00:00
joerg
f0fe973f27 Fix errno. 2006-01-15 20:07:42 +00:00
wiz
b2f83f0be6 Add missing freetype-lib dependency, and use ja-vflib-lib/bl3.mk
instead of DEPENDS, to make this build again.
2006-01-15 19:28:32 +00:00
minskim
0a54cd08d2 This package doesn't build xdvik; disable tests for xdvik in configure. 2006-01-15 17:01:53 +00:00
tonio
2cad4cf56b Update print/auxtex to 11.82
News in 11.82
   * Support for the MinionPro LaTeX package was added.
   * Warnings and underfull/overfull boxes are now being indicated in
     the echo area after a LaTeX run, if the respective debugging
     options are activated with `TeX-toggle-debug-warnings' (`C-c C-t
     C-w') or `TeX-toggle-debug-bad-boxes' (`C-c C-t C-b').  In this
     case `TeX-next-error' will find these warnings in addition to
     normal errors.
     The key binding `C-c C-w' for `TeX-toggle-debug-bad-boxes' (which
     was renamed from `TeX-toggle-debug-boxes') now is deprecated.
   * AUCTeX now can automatically insert a pair of braces after typing
     <_> or <^> in math constructs if the new variable
     `TeX-electric-sub-and-superscript' is set to a non-nil value.
   * Some language-specific support for French was added.  There now is
     completion support for the commands provided by the `frenchb' (and
     `francais') options of the babel LaTeX package and easier input of
     French quotation marks (`\\og ...\\fg') which can now be inserted
     by typing <">.
   * Completion support for options of some LaTeX packages was added.
   * Handling of verbatim constructs was consolidated across AUCTeX.
     This resulted in the font-latex-specific variables
     `font-latex-verb-like-commands', `font-latex-verbatim-macros', and
     `font-latex-verbatim-environments' being removed and the more
     general variables `LaTeX-verbatim-macros-with-delims',
     `LaTeX-verbatim-macros-with-braces', and
     `LaTeX-verbatim-environments' being added.
   * The output of a BibTeX run is now checked for warnings and errors,
     which are reported in the echo area.
   * The aliases for `font-latex-title-fontify' were removed.  Use
     `font-latex-fontify-sectioning' instead.
   * The problem that Japanese macros where broken across lines was
     fixed.
   * Various bug fixes.
2006-01-13 22:59:44 +00:00
wiz
9e2ddacc40 Handle packages that only accept teTeX2 similarly to ones
that only accept teTeX2; should fix ja-ptex-share bulk build.
2006-01-13 17:56:43 +00:00
rillig
9ffb698d5d Removed the unused, misplaced definition of PKGREVISION. 2006-01-12 18:30:23 +00:00