Commit graph

31 commits

Author SHA1 Message Date
reed
32d8f290c2 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).
2004-12-28 02:47:40 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
recht
817f2b6121 Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g".
Addresses PR 23941 by Chris Pinnock.
2004-03-07 11:32:44 +00:00
grant
c044c82d67 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:02:15 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
grant
c07ce36c43 we need bsd.pkg.install.mk if we want to use it. 2003-01-24 04:05:22 +00:00
grant
f6ca1c37d4 use automatic rc script handling. 2003-01-19 12:34:45 +00:00
wulf
fd426ebc6c Updated to genweb-4.09: Fixed security hole 2003-01-02 09:34:50 +00:00
wiz
46caf38939 Wildcard ocaml DEPENDS. 2002-08-29 09:59:15 +00:00
jschauma
38b8b3faa2 Update dependency of ocaml to 3.04 -> remove dependency on now obsolete
package lang/camlp4 (included in ocaml 3.04)

Update to version 4.06.  Changes way too many to list here, please see
http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
2002-06-20 15:42:09 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
agc
a3c645a3eb Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05 16:03:56 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
wiz
f7fa6a4459 regen (no more patch-aa) 2001-07-27 10:57:41 +00:00
wulf
be66f1f40f Removed obsoleted patch-aa file 2001-07-19 13:18:42 +00:00
wulf
e98122f353 Updated geneweb to version 4.02: Many bugfixes and improvements 2001-07-15 15:34:57 +00:00
wulf
b59ea6676a Update of geneweb to 4.02: Many bugfixes and improvements 2001-07-15 15:33:22 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56: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
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
jlam
9a55c968f7 Remove trailing blank line. 2000-09-03 03:29:59 +00:00
wulf
01e4f776ff Correct bug in geneweb's Makefile that tried to install gwtp.opt that
doesn't exist on platforms that don't have the optimized caml compiler.
2000-09-03 03:25:04 +00:00
wulf
f45cd74b37 Package will now attempt to delete all directories if found empty -
e.g. geneweb was installed but no databases were created.
2000-09-03 03:20:28 +00:00
wiz
c60f116162 add etc/rc.d/geneweb.sh and sbin/gwsetup; sort PLIST 2000-08-28 13:54:38 +00:00
wulf
ad655ff21a Updated geneweb to 3.07: New features and bugfixes 2000-08-19 11:25:34 +00:00
wulf
1527984c77 Intial commit of geneweb-3.06 - a comprehensive genealogy database application 2000-07-25 13:02:07 +00:00