Commit graph

18 commits

Author SHA1 Message Date
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +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
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
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
hubertf
8aa03f221d Updated dnetc (for netbsd/i386) to 2.9007.486, pr PR 22390. 2004-07-24 00:36:51 +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
kristerw
48570d06b5 Make the pkg install on arm (the file layout in the arm tar ball
is different from the i386 one).
2003-10-03 15:57:08 +00:00
kristerw
693c3f2886 Remove duplicated entries for dnetc-netbsd-arm32.tar.gz. 2003-10-01 18:45:35 +00:00
jmmv
846892006e Update to 2.8018.472:
2.8018.472

2.8017.471  (not publicly released)
            new: x86: P4 RC5 core (ak-p7)
            imp: x86: better intel and AMD chip identification. (#2448, #2424)
            fix: x86: Win2K, WinXP: disabled crashing RC5 SMC core. (#2399)
            new: alpha: OGR core for processors supporting the CIX extension.
            imp: sparc: improved OGR core. (#2480)
            fix: ppc: linux kernel cpu string additions. (#2407)
            new: all: configurable frequent update failure retry interval.
            fix: all: client ignores "--" on command line by itself. (#2474)
            fix: all: Errors in generated man page (#2451)
            fix: all: lurking caused ENETDOWN on -fetch/-flush/-update (#2417)
            fix: hpux: threading, timing fixes (#2371)
            fix: fbsd: occasionally not responding to SIG(INT/TERM) (#1985)
            fix: decunix: also not responding to SIG(INT/TERM) (#1613)
            fix: linux: no alpha SMP support (#2142)
            new: macosx: platform-specific read me doc (#2580)
            new: macosx: now supports -[un]install for /Library/StartupItems/
            fix: macosx: Mach/mem leaks in pause-if-on-battery code. (#2465)
            new: amigaos: can now be installed and/or run via Workbench
            new: amigaos: built-in ReAction GUI added
            new: amigaos: now supports -[un]install for WBStartup
            fix: amigaos: now compatible with TermiteTCP (#2570)

2.8016.470  new: ppc: new AltiVec RC5 core for the PPC 7450 by Dan Oetting.
            fix: all: flushed when 1 packet was left in in-buffer (#2209).
            fix: all: time threshold ignored on command line -update (#2286).
            fix: all: packets lost by -import and unwritable buffers (#2298).
            imp: all: suppress logfile pollution with remote buffer errors.
            imp: macos: temperature sensing for dual G3 and G4 systems.
            fix: macosx: the 7450 is now correctly recognized as a G4 CPU.
2003-09-08 10:12:15 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
225186ea62 Install a rc.d script to run this program at boot time, as an unprivileged
user.  Bump PKGREVISION to 1.  Closes my own PR pkg/18740.
2003-04-09 16:16:06 +00:00
wiz
306bc09fb4 Add support for more platforms. Patch supplied by OGATA (ogata
at isp.qix.org) on tech-pkg.
2002-06-18 16:20:21 +00:00
shell
85a2f2c3d6 Initial import of dnetc (PR:14696)
official distributed.net client
---
distributed.net believes in the capability and potential of
distributed computing. Their mission consists of three interdependent
goals: development, deployment, and advocacy, to be pursued in the
advancement of distributed computing.


They advocate distributed computing, by encouraging global
participation and contributions of processing power, bandwidth,
and expertise; by providing a forum for discussion; and by raising
awareness on the Internet and in the mainstream.


HOMEPAGE : http://www.distributed.net/
2002-06-15 08:10:58 +00:00