agc
2eddae48e5
Add SHA512 digests for distfiles for textproc category
...
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
asau
1f96787c11
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-25 06:55:37 +00:00
joerg
be5e51bdaf
DESTDIR support
2010-02-12 20:46:14 +00:00
jwise
765ec9d406
Give up maintainership of packages where I am still listed as MAINTAINER.
2009-08-20 15:24:58 +00:00
joerg
1cb581b931
user-destdir support
2009-07-07 20:25:27 +00:00
joerg
75fc561a65
Convert @exec/@unexec to @pkgdir or drop it.
2009-06-14 21:28:46 +00:00
joerg
73ae0afd90
Remove @dirrm entries from PLISTs
2009-06-14 18:17:11 +00:00
joerg
3d8ef5a52d
Second round of explicit pax dependencies. As reminded by tnn@,
...
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
c71cac836a
Add RMD160 digests to the SHA1 ones.
2005-02-24 14:48:39 +00:00
abs
1386ca7e03
Update to bl3. All test built with jdk or sun-jdk14.
...
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
martti
a6f1375adb
COMMENT should start with a capital letter.
2003-07-21 17:27:24 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
grant
afdebcf9a4
make ${PAX} usage consistent:
...
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
wiz
28a4483bc7
NO_PATCH is deprecated, says pkglint. Remove it.
2003-03-28 21:14:10 +00:00
jlam
a0712b80ae
Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
...
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
jlam
1d0f03cd44
Trivially use buildlink2 and use java.mk.
2002-10-18 21:36:53 +00:00
jlam
e8398f5238
Set USE_JAVA=run on some packages that obviously don't need a JDK for the
...
build. These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
2002-07-29 22:23:25 +00:00
jwise
bc6e385f22
Fix up pax usage.
2002-04-03 21:17:54 +00:00
agc
be9bc4ff1b
Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
...
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
skrll
88af130dfa
Move to sha1 digests, and add distfile sizes.
2001-04-20 15:04:54 +00:00
agc
bbc67fac91
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:31:58 +00:00
jwise
02ad473a4a
Update xalan-j to version 1.2.
...
Changes from xalan-j-1.0.1 (the last pkgsrc version):
Xalan-Java now suports UTF-16 output encoding.
We incorporated an updated BSF (support for extension elements and functions) that supports Mozilla
Rhino js.jar 1.5. The new bsf.jar replaces the older bsf.jar and bsfengines.jar. If you are using Javascript
extensions, you must now use js.jar 1.5. Mozilla Rhino 1.4 R3 is no longer supported.
We have added a custom processing instruction that you can use to instruct the Xalan-Java processor not to
cache an XML document.
Also, many bug fixes.
2000-10-19 23:11:34 +00:00
jwise
fb9d4e2d21
Better use of GTAR
2000-06-22 14:28:51 +00:00
jwise
e2e652f80f
INSTALL -> INSTALL_DATA as appropriate
2000-05-30 20:38:07 +00:00
jwise
fe55e76b7f
Initial import of xalan-j-1.0.1, the Apache Project's XSLT implementation
2000-05-30 16:14:33 +00:00