Commit graph

118 commits

Author SHA1 Message Date
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
grant
b2155fb5d5 whitespace fixes 2005-07-05 06:40:33 +00:00
grant
bca7afed90 - fix two typos
- s/change root/chroot/ for clarity
- punctuation fixes
2005-07-05 06:08:12 +00:00
jlam
87a3b87740 Fix the detection of bind on systems where it's available natively.
This bug was introduced in revision 1.7 where bind was determined to
be built-in only if libbind.* existed on the system, which isn't
necessarily true on systems where the resolver routines are incorporated
into libc, e.g. NetBSD.

We now consider bind to be built-in if BUILTIN_VERSION.bind is defined,
and we define BUILTIN_VERSION.bind only if /usr/sbin/named exists on
the system.  We also improve the derivation of the version number of
BIND by parsing the named output, so we can now also detect bind-4.x
and bind-8.x.
2005-06-26 04:05:41 +00:00
jlam
2467f4afb3 Check that a variable is defined before using it. 2005-06-02 00:27:22 +00:00
tron
e0542143c9 Don't set "DIST_SUBDIR". BIND 9.x archives include the version number. 2005-06-01 22:23:19 +00:00
tron
043f4868f3 Update "bind" package to version 9.3.1. Changes since version 9.3.0:
BIND 9.3.1 is a maintenance release, containing fixes for a number of
bugs in 9.3.0.
libbind: corresponds to that from BIND 8.4.6-REL.
2005-06-01 22:02:55 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
sketch
75167e728e Use RCD_SCRIPTS_SHELL. Script now works on Solaris. 2005-05-17 13:17:34 +00:00
wiz
4e3b759ce4 Sort. 2005-05-03 15:33:17 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tron
476627d1bb - Incooperate change root non-root support from NetBSD's "/etc/rc.d/named"
into "named9.sh".
- Create a user and a group "named" for running the name server.
- Add a message file which encourages to run the name server in a
  change root non-root configuration.
This address PR pkg/14876 by Greg A. Woods.

Bump package revision because of the above changes.
2005-03-18 01:14:32 +00:00
tron
4fa2df93ca - Rename rc script "named" to "named9" to avoid conflicts with NetBSD's
builtin script.
- Don't set "pidfile" in "named9.sh" because it breaks change rooted
  configurations.
- Disable inlining in "lib/dns/rbt.c" on PowerPC systems because certain
  GCC version create broken code for that file.
Bump package revision because of the above changes.
2005-03-16 13:56:24 +00:00
tron
1600729e58 - Reorder assignment to fix "pkglint" warnings.
- Use RCD_SCRIPTS mechanism to install startup scripts as suggested by
  Greg A. Woods in PR pkg/19099.
2005-03-15 16:07:01 +00:00
tron
b84a76dea3 Add missing RCS Ids. 2005-03-15 15:50:04 +00:00
tron
2376847064 Improve description as suggested by Greg A. Woods in PR pkg/19099. 2005-03-15 15:48:37 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tron
adb876c663 Apply ISC patch to fix a potential DoS in BIND 9.3.0 reported in VU#938617.
Bump package version number to 9.3.0pl1 because of this.
2005-01-26 09:32:31 +00:00
minskim
e07031c753 Use VARBASE. 2004-12-29 15:21:50 +00:00
jklos
957de1a8e6 BIND 9.3.0 dies right after launch on VAX and m68k when threading is
enabled. Until this is fixed, we'll turn off threading for VAX and m68k.
PowerPC has some other issue, and i386 and SPARC appear to work fine with
threading.
2004-12-18 21:01:46 +00:00
tron
a4caaa600c Update "bind9" package to version 9.3.0. Changes since version 9.2.3:
- DNSSEC is now DS based (RFC 3658).
  See also RFC 3845, doc/draft/draft-ietf-dnsext-dnssec-*.
- DNSSEC lookaside validation.
- check-names is now implemented.
- rrset-order in more complete.
- IPv4/IPv6 transition support, dual-stack-servers.
- IXFR deltas can now be generated when loading master files,
  ixfr-from-differences.
- It is now possible to specify the size of a journal, max-journal-size.
- It is now possible to define a named set of master servers to be
  used in masters clause, masters.
- The advertised EDNS UDP size can now be set, edns-udp-size.
  allow-v6-synthesis has been obsoleted.
	NOTE:
	* Zones containing MD and MF will now be rejected.
	* dig, nslookup name. now report "Not Implemented" as
	  NOTIMP rather than NOTIMPL.  This will have impact on scripts
	  that are looking for NOTIMPL.
- libbind: corresponds to that from BIND 8.4.5.
2004-10-03 09:20:41 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
tron
ff759bb6ce Only set "BUILDLINK_LDADD.bind" if we are really using the "bind9" or
"bind9-current" package.
2004-09-30 15:07:46 +00:00
jlam
1e5fc82097 Favor using BUILDLINK_INCDIRS.<pkg> instead of BUILDLINK_CPPFLAGS.<pkg>
to add directories to the header search path.  Also, use
BUILDLINK_LDADD.<pkg>, which currently doesn't do anything yet, but will
some time soon.
2004-09-23 04:33:21 +00:00
tron
6fd9001233 Set "BUILDLINK_LDFLAGS.bind" to "-lbind" to make sure that programs or
libraries get linked with the BIND 9 resolver library.
2004-09-22 20:48:44 +00:00
tron
eb2c24ee2f Map "include/bind" to "include" in the buildlink area so that programs
will pickup the BIND 9 version of e.g. "arpa/nameser.h".
2004-09-22 20:37:33 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
markd
1e747cba77 Do package version handling properly. 2004-07-19 04:08:13 +00:00
markd
42a7a3e72d Cleanup whitespace. 2004-07-19 04:07:16 +00:00
markd
77f5cb29f4 Redo original bind version test in way that doesnt result in a make
warning about null output from shell.  We don't want to get a version
number for bind versions older that 9 as that complicates the later
tests.
2004-07-18 12:59:02 +00:00
tron
26549ddd6a Fix BIND version test to work with pre BIND 9 versions in NetBSD. 2004-07-18 11:22:13 +00:00
markd
21de22507e Add builtin.mk to allow use of bind9 from the base OS. 2004-07-17 22:28:43 +00:00
tron
f7fbf20b22 Make this build under NetBSD 2.0E and newer. 2004-05-18 07:05:34 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
tron
a388f2e0b8 Remove unused buildlink2 files (before somebody starts to use them again). 2004-04-15 20:37:37 +00:00
tron
bb921ecbe9 Require version 9.2.3nb4 or newer of the "bind9" package because previous
versions were incomplete.
2004-04-15 20:20:49 +00:00
tron
4ebe4f3b48 Bump package revision after recent package list changes because older
version of the package miss an important shared library.
2004-04-15 20:13:20 +00:00
tron
b6f86b33e1 Fix ordering of package list entries, files should be listed before
"@dirrm" commands.
2004-04-15 20:05:52 +00:00
snj
9aea4df046 Convert to buildlink3. 2004-04-14 20:26:51 +00:00
manu
6f9739095a Missing files in PLIST 2004-04-07 16:18:23 +00:00
manu
6da3b75a85 Fogotten changed file in last commits 2004-04-07 13:01:45 +00:00
manu
0262f163af I forgot to cvs add a patch. Also a missing file in PLIST 2004-04-06 17:09:17 +00:00
manu
9d13f9a96d Build and install BIND9 resolver in ${prefix}/include/bind/ and
${prefix}/lib/libbind.a , just like the BIND8 package does.
2004-04-06 14:54:17 +00:00
tron
96ecbc8ae0 Include "sys/param.h" before "sys/sysctl.h" (as documented) on NetBSD to
fix build failure in (at least) NetBSD 2.0B.
2004-04-01 20:29:53 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
tron
5f0f1b5c0a Make "${IPV6H}" substitution in package list more efficient. 2003-12-28 10:30:07 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00