Commit graph

20 commits

Author SHA1 Message Date
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
minskim
154d18bbf5 Set CHECK_INTERPRETER_SKIP for documentation files. 2007-05-30 00:26:22 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
rillig
8e791b10fa Fixed bash and Perl interpreters. This made it necessary that the distfile
is first extracted into the working directory and later copied.

PKGREVISION++
2006-10-09 03:08:24 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
minskim
b08d5169c6 Change the distfile path because it was modified without bumping the
version number.  Bump PKGREVISION due to the following change:

* fixed a copyright violation, caused by distributing modified
  files of cstex / cslatex under theri original name. The fix
  reverts to the original files. Affected files:
        tex/cslatex/cslatex.ini
        tex/csplain/cseplain.ini
        tex/csplain/csplain.ini

This fixes PR pkg/33745.
2006-06-20 16:06:53 +00:00
minskim
1e4ce36f5d Install platform-independent texmf files into texmf-dist. In this way,
packages installing newer versions than those included in the teTeX
distribution can override them.

Bump PKGREVISION for all teTeX3-* packages.
2006-04-07 16:19:15 +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
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
minskim
7cc976d52a Do not generate ls-R; it should be done by tetex-bin. OK'ed by
hubertf@ and tonio@.

Bump PKGREVISION due to PLIST change.
2005-11-09 15:31:30 +00:00
wiz
aeea92f4c7 Add RMD160 checksum. 2005-05-25 13:32:52 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
35fd30e254 Fix typo... FILEDIR -> FILESDIR. 2005-05-18 15:11:13 +00:00
jlam
4d2fb797db Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring
out the whole command line necessary to extract a .tar.gz file.
2005-05-17 22:00:13 +00:00
kristerw
b589e39f58 Include mk/bsd.prefs.mk to prevent warnings from undefined EXTRACT_USING. 2005-05-16 16:33:24 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
hubertf
8a23b41b47 No special handling for web2c/mktex.cnf - no idea why this was in there
since teTeX1.

Bump version to 3.0nb1.
2005-04-04 23:29:45 +00:00
hubertf
6c3b7d97a8 Import teTeX-texmf-3.0: Machine-independent part of teTeX
Machine independent parts for teTeX:
web files, metafont bases, style files, font definitions,
localisation, ofm-, ovf-, vf-, pfb- and tfm-files,
(meta)font source files, lots of documentation, ...
2005-03-31 22:12:38 +00:00