Commit graph

22 commits

Author SHA1 Message Date
jlam
3ba41e8b0c Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".
2006-07-05 06:53:12 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
3605a9ddd7 Fixed wrong use of WRKSRC. 2005-11-03 21:51:57 +00:00
martin
e7bd1c646f Changes from Michael Lorenz - make it work on machines where long != uint32 -
it works on sparc64 now.
2005-09-08 13:39:21 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
uebayasi
9da7146f20 Fix quoting. 2005-02-14 14:03:40 +00:00
minskim
574b9e1f32 Enable pkgviews installation. 2004-04-09 00:10:59 +00:00
minskim
a8f96c0bb8 Use variables defined in ossaudio.buildlink3.mk. This fixes a build
problem caused by hardcoded "-lossaudio" on Linux.

OK'ed by wiz@, the maintainer.
2004-04-09 00:10:25 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
wiz
b47c4f4b42 Update to 1.4.4:
Sun Dec  1 22:07:18 PST 2002
Version is 1.4.4
Fix for if sound fork doesn't open successfully, it exits and doesn't bog
down the cpu or something. Icon for if the program is minimized.
"H. S. Teoh" is the new Debian maintainer and he sent these in. Thanks!
------------------------------------------------------------------------------
Sat Feb  9 16:32:55 PST 2002
Version is 1.4.3
scav.c, have parent of fork() return 0. (Joey Hess)
sound.c, declare some char as signed char, since char defaults to unsigned
  char on some archs (arm, s390 + powerpc (Gerhard Tonn)
Both these were passed on by (Marcus Brinkmann)
------------------------------------------------------------------------------
Thu Jan 18 09:33:07 PST 2001
Version is 1.4.2
Dave Ashley: added slowdown value in scavrc so game can be slowed down.
slowdown=0  ;normal
slowdown=1  ; 7/8
slowdown=2  ; 3/4
slowdown=3  ; 1/2
slowdown=4  ; 1/4
2003-09-03 17:42:19 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + 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:22:34 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
wiz
09d80d9926 distfile on master site has been changed 2000-01-11 00:10:35 +00:00
wiz
8e24699a31 Import of xscavenger-1.4.0, a Loderunner clone with sound for X11 2000-01-08 18:26:00 +00:00