Commit graph

37 commits

Author SHA1 Message Date
asau
4bc5a31a25 Support staged installation. 2009-12-11 01:34:38 +00:00
gdt
a4124e85ea MAKE_JOBS_SAFE= no 2008-02-15 15:48:46 +00:00
tnn
32b9b9d565 Honour PKGMANDIR. 2008-02-14 21:42:20 +00:00
reed
7647e4cfde Use official homepage. (Even the site we previoulsy had said that.) 2007-10-12 23:14:43 +00:00
joerg
6c41efad6c AIX needs diffutils as well as it has no diff3 (and no unidiff in diff). 2007-08-01 14:41:18 +00:00
tnn
33c6f4e9e1 I forgot to regen distinfo. Thanks to wiz@ for noticing. 2007-07-25 11:52:29 +00:00
tnn
2700153d62 Disable use of mmap on Interix. 2007-07-21 12:13:05 +00:00
tnn
f6b9c829e3 Needs GNU diffutils on OSF/1 2007-06-19 22:37:18 +00:00
wiz
9b5f815b2d Add "scm" to CATEGORIES to make it easy to find source control management
related packages.
2007-02-17 20:59:46 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
heinz
adb3aa1711 Made configure use diff (and diff3) from diffutils instead of the
native Solaris diff which is not good enough for use in rcs.
Since configure picks up DIFF from the environment, patch-aa and patch-ab
became unnecessary.
Thanks to a patch by Stefan Pfetzing (slightly modified by me) this fixes
his PR pkg/33558.
2006-07-01 22:03:12 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
rillig
b71a1d488b 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
2005-12-05 20:49:47 +00:00
tv
8318cf10a4 CONFIGURE_HAS_MANDIR=no 2005-10-31 19:59:52 +00:00
wiz
de5f4a2a87 Add RMD160 checksum. 2005-05-25 11:50:43 +00:00
wiz
a5bf9bc764 Remove ONLY_FOR_PLATFORM; no reason for it to be here. 2005-05-25 11:50:20 +00:00
wiz
2fb61c7a61 Sort. 2005-05-25 11:46:44 +00:00
rillig
a8200410c4 devel/rcs: Fixed a quoting error ($ => $$) in CONFIGURE_ENV. Bumped
PKGREVISION. Approved by xtraeme.
2005-02-15 20:54:37 +00:00
martti
f921a08bbb Updated rcs to 5.7nb2
- make this available for Linux
- root must be able to compile this package (patch-ac)
2003-09-02 09:42:55 +00:00
seb
6a2c43a0fb Depend on diffutils >= 2.7.
Patch provided by Jonathan Perkin <jonathan at perkin dot org dot uk> in
PR pkg/22236.
2003-07-23 17:13:47 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +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
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
wiz
dea8a63968 Darwin "support", by Yuji Yamano from pkg/14546. 2001-11-12 03:06:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
9c69323e5e You have to add an 'PKGNAME' if you want to indicate that the package
has changed, but not the distfile.
2001-10-12 22:34:21 +00:00
seb
7865fb7f3f Fix configure so GNU diffutils are really used.
Bump to 5.7nb1
2001-10-08 16:20:46 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
86e2ccf167 Move to sha1 digest, and add distfile size 2001-04-18 10:01:41 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
46fb8db2a2 For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion:  mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02 08:46:51 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
agc
8337bf58c1 Get the path name of the manual page right. 1999-03-16 11:05:29 +00:00
agc
799a33acf2 Provide rcslog as a symbolic link to rlog, and also make a link for the
man page. This is what's done in NetBSD, and is more in keeping with the
rest of the suite of rcs programs: rcsclean, rcsdiff, and rcsmerge.
Pointed out by Luke Mewburn.
1999-03-16 09:46:42 +00:00
agc
fd5f684844 Initial import of RCS 5.7, the GNU revision control system, for software
version control, into the Packages Collection. This package is only for
Solaris - it's in the base NetBSD distribution.
1999-03-12 16:02:32 +00:00