joda
1e3441c9dc
rc.d-ify
2002-07-29 11:55:26 +00:00
rh
6d44163ccf
Add missing CONFLICTS with kth-krb4. They both install lib/libcom_err.a
...
This closes PR pkg/15660.
2002-07-26 08:18:29 +00:00
cjep
64c9e8a407
Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
...
which the basesrc USE_KERBEROS variable. Discussed on packages@
This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by
FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-06-15 21:19:59 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
jlam
c4e71c5e7a
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
...
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
433b62957e
Move to sha1 checksum, and/or add distfile sizes.
2001-04-21 11:23:08 +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
assar
55da32de67
turn KERBEROS into a binary switch
2001-03-04 03:26:50 +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
a13ea108bb
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:52:59 +00:00
hubertf
1791cbecbb
etc/rc.d cleanup: rename *.sh -> *
2001-01-26 05:21:43 +00:00
hubertf
52c5637d37
zzufed
1999-11-25 01:50:41 +00:00
kim
d0e9933400
Change how Kerberos support is enabled in pkgsrc.
...
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf
Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
agc
69696f9b82
Record build options in the BuildInfo file via BUILD_DEFS. These can be
...
displayed using the -B option to pkg_info(1).
Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18 09:28:01 +00:00
agc
f4d5171de1
Add package patch checksum files.
1999-07-09 14:09:02 +00:00
tv
f537c05412
Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
...
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-05-03 23:39:22 +00:00
garbled
96f12ae727
add USE_X11=yes
1999-04-26 19:15:37 +00:00
agc
e20be6c347
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
...
build a binary package with this definition would fail as the PLIST is
not correct.
If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
mycroft
fd29275a41
Use -O2, not -O6.
1998-11-24 05:23:23 +00:00
hubertf
a464ece049
optimize, for mycroft
1998-11-24 00:06:35 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
agc
988019b016
Update package Makefiles for automatic manual page handling.
1998-06-22 12:58:33 +00:00
agc
d1ee46230d
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
1998-06-03 13:16:56 +00:00
mycroft
28600f6dab
Check for existance of mk.conf, first.
1998-05-10 10:30:14 +00:00
mycroft
6757c16ec7
We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4.
1998-05-10 10:15:06 +00:00
hubertf
709b37c22f
Don't do the latter before the further
1998-05-09 13:16:09 +00:00
frueauf
32c96308e4
Ooops, add another forgotten file.
1998-05-09 10:22:20 +00:00
frueauf
bdaf29a3da
Sort and add missing files.
1998-05-09 10:18:09 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
sommerfe
4770dcb6e8
Fix zephyr built with kerberosIV
1998-04-09 19:49:16 +00:00
mycroft
e0f039df52
Tidy this up, and make me the `maintainer'.
1998-03-20 06:38:24 +00:00
mycroft
dc2fed8507
Make the ZUnique_ID format consistent between 32-bit and 64-bit systems.
1998-03-16 05:50:43 +00:00
mycroft
5a8bb9b9c1
Add com_err to the packing list and the man page list.
1998-03-06 02:48:27 +00:00
agc
1682734b6e
Fix a formatting glitch on the last line.
...
If we create directories, we should remove them when de-installing.
1998-02-27 11:21:16 +00:00
agc
b0b11bead9
Add this shell script from FreeBSD. Don't hardcode /usr/local,
...
though - this gets pre-processed at install time.
1998-02-27 11:19:14 +00:00
agc
61de1f39df
Install the post-processed zhm.sh file.
1998-02-27 11:18:08 +00:00
agc
57a24259e9
Add NetBSD RCS Id.
...
Sort out configure args.
Set GNU_CONFIGURE, not HAS_CONFIGURE, so that --prefix is recognised.
1998-02-27 10:33:14 +00:00
agc
30c3233788
Use the Makefile from FreeBSD for now.
1998-02-27 10:30:16 +00:00
mellon
14456e1eca
Initial checkin
1998-02-27 09:02:30 +00:00
mellon
a34b42896b
checksum for distribution
1998-02-27 09:02:06 +00:00