The NetBSD Project

CVS log for pkgsrc/net/djbdns-run/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / net / djbdns-run

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:10 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 16 14:48:42 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Fix DESTDIR. Don't create bin.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:39 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Add DESTDIR support.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 10 22:59:26 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.16: +9 -7 lines
Diff to previous 1.16 (colored)

Completely nuke the concept of PKG_PHASE from pkgsrc except for the
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 27 22:46:10 2006 UTC (6 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +1 -5 lines
Diff to previous 1.15 (colored)

We don't need to set PKG_GECOS.<user> since the new defaults in
pkgsrc/mk/install/usergroupfuncs:1.7 already handle this case.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:39 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.14: +10 -6 lines
Diff to previous 1.14 (colored)

Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:31 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

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.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 8 14:08:58 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.12: +3 -6 lines
Diff to previous 1.12 (colored)

Remove build phase: nothing to substitute.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:58 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:45 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:24 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 19 21:18:31 2005 UTC (6 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Uncontinuate lines that have become short.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 19 21:15:10 2005 UTC (6 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

Use pkg_info's -B switch, now that we're sure to have it available,
obviating the need for a sed expression.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 15 05:15:55 2005 UTC (7 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Update to 20050415. Changes:

* Add "djbdns" rc.d script to control all enabled djbdns services,
    modeled after the "qmail" rc.d script from mail/qmail-run.
* Set rc.conf defaults more succinctly, modeled after mail/qmail-run.
* Add "reload" as a synonym for "cdb" in axfrdns, rbldns, and tinydns.
* Add "foo_postenv" for additional environment customization, for
    instance to run dnscache as a pure forwarder.
* Add "foo_log" booleans to enable or disable logging (enabled by default).
* Always run loggers as the "dnslog" user. This makes it simpler
    to define alternate loggers.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 26 07:01:10 2005 UTC (7 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Add rc.d script, user account, and instructions for rbldns. Bump version.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 29 16:35:41 2004 UTC (7 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.4: +2 -9 lines
Diff to previous 1.4 (colored)

Move "User-settable rc.conf variables and their default values"
section above the inclusion of rc.subr, and express the default
assignments more succinctly (from Todd Vierling). Remove Jonathan
de Boyne Pollard's dnscache-showctl and tinydns-showctl, since they
don't apply to services run with these rc.d scripts. Bump version.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:46 2004 UTC (7 years, 4 months ago) by reed
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 2 08:23:02 2004 UTC (7 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

Note in DESCR and in README.pkgsrc that {dnscache,tinydns}-showctl
are useful only for services configured in the standard way (with
{dnscache,tinydns}-conf(8)).

On second thought, don't use the G prefix for the account names.
It makes the dnscache account longer than 8 characters, which in
turn makes noise in the nightly report. (Also, it looks a little
funny.) Since this is already a heavily customized way of running
djbdns services, it's just a little more customized now.

Bump version.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 1 20:15:56 2004 UTC (7 years, 8 months ago) by schmonz
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

I was going to do something that would've resulted in a CONFLICT,
but I didn't, so there isn't one! This does not imply world peace.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Sep 1 20:13:04 2004 UTC (7 years, 8 months ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of djbdns-run, a package that provides NetBSD-style
rc.d scripts (inspired by Bennett Todd's Linux init.d scripts) to
run djbdns services. It also includes Jonathan de Boyne Pollard's
dnscache-showctl and tinydns-showctl scripts.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 1 20:13:04 2004 UTC (7 years, 8 months ago) by schmonz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>