summaryrefslogtreecommitdiff
path: root/devel/cvs
AgeCommit message (Collapse)AuthorFilesLines
2002-10-10buildlink1 -> buildlink2.wiz1-3/+3
2002-09-12Standardize.wiz1-3/+3
2002-08-21check that USE_INET6 is defined.grant1-3/+3
remove extraneous parenthesis around .if (${FOO} ..) conditions.
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-07-15update MASTER_SITES.grant1-3/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb2-7/+8
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-11Remove build dependency on autoconf... the patch distfile already includedskrll2-10/+6
a patch for configure so it wasn't really needed anyway. An autoreconf run here noted a small difference in configure patch so I've created a new patch distfiles with the new configure patch included.
2001-12-09Run autoreconf at pre-configure time so that "make patch" will leave justjlam1-2/+2
the patched files.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
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-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-25Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Alsojlam1-7/+6
replace reference to "autoreconf" with a full pathname.
2001-04-30Add 'P' to enumeration of possible letters for 'cvs update' in cvs.1.wiz2-8/+11
(sync with -current)
2001-04-29Document 'P file' output for 'cvs update'. Same patch as for cvs.1 inwiz2-1/+18
-current in response to bin/12785.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17"autoconf" is not required to build this package under Solaris becausetron1-3/+3
the "configure.in" isn't modified by the IPv6 patch.
2001-04-17Disable the IPv6 patch under Solaris because it is not backward compatibletron1-14/+14
and causes build failures on systems with IPv6 but without KAME API.
2001-04-16bump version number from 1.11nb1 to 1.11nb2, for IPv6 support addition.itojun1-2/+2
suggested From: Matthias Scheler <tron@zhadum.de>
2001-04-13pull and enable IPv6 patch.itojun5-146/+47
2001-03-04make it work with krb4 and gssapi (on krb5)assar4-46/+96
2001-02-22Add some documentation for `tag' in the config file.wiz2-4/+16
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-03Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg.hubertf1-2/+2
(This makes me wonder how things work when I setup a system from solaris pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg information to make our system recognize them as "our" pkg... ?)
2001-01-21Solaris 8 includes "libz".tron1-2/+2
2000-10-26On Solaris include ${PREFIX}/include to find zlib.h.veego1-1/+2
2000-10-21oops. echo -> ${ECHO}wiz1-2/+2
2000-10-21Mirror commits to cvs in base system:wiz9-30/+129
Make LOCALID a runtime option, instead of a compiletime option, by moving the value to CVSROOT/config (repository specific). Some minor fixes for buffer sizes. Add a RCS Id where missing; add some warning about the deprecated RCS_LOCALID variable. Both changes from OpenBSD. Bump to 1.11nb1.
2000-10-18Update to 1.11. Changes since 1.10:hubertf26-2989/+219
* The new "cvs version" command gives a short version message. If the repository is remote, both the client and server versions are reported. * "cvs admin -t" now works correctly in client/server mode. * The "cvs history" command output format has changed -- the date now includes the year and is given is ISO 8601 format (yyyy-mm-dd). Also, the new LogHistory option in CVSROOT/config can be used to control what information gets recorded in the log file and code has been added to record file removals. * The buggy PreservePermissions code has been disabled. * Anonymous read-only access can now be done without requiring a password. On the server side, simply give that user (presumably `anonymous') an empty password in the CVSROOT/passwd file, and then any received password will authenticate successfully. * There is a new access method :fork: which is similar to :local: except that it is implemented via the CVS remote protocol, and thus has a somewhat different set of quirks and bugs. * The -d command line option no longer updates the CVS/Root file. For one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in subdirectories, and for another, it didn't seem that popular in general. So this change restores the CVS 1.8 behavior (which is also the CVS 1.9/1.10 behavior if the environment variable CVS_IGNORE_REMOTE_ROOT is set; with this change, CVS_IGNORE_REMOTE_ROOT no longer has any effect). * It is now possible for a single CVS command to recurse into several CVS roots. This includes roots which are located on several servers, or which are both remote and local. CVS will make connections to as many servers as necessary. * It is now possible to put the CVS lock files in a directory set by the new LockDir option in CVSROOT/config. The default continues to be to put the lock files in the repository itself.
2000-10-17IGNORE package if it's in the base systemwiz1-1/+5
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-08-10Comment out Kerberos 5 support, for now.thorpej1-8/+9
2000-05-21CVS has moved.kim1-3/+3
2000-02-28Um, ok, I dunno what happened before, but:thorpej3-18/+9
"Make this build with krb5 support". ...take 2.
2000-02-28Make this build with krb5 support.thorpej1-3/+3
2000-02-23Some more changes for set?id support.mycroft8-29/+107
2000-02-23Regen.mycroft1-3/+4
2000-02-23Fix a hole in SETXID_SUPPORT, but do not enable it by default yet.mycroft3-8/+40
2000-02-11Make this compile with KERBEROS=5.jlam4-11/+28
2000-02-04Add GNU mirrors to master site list.tron1-2/+3
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28another RCS tagwiz1-0/+1
1999-11-03Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Notjwise2-1/+13
noticed before, because pr is only execed if the somewhat obscure --paginate option is used.
1999-09-19I bet this is needed here too.kim1-1/+5
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-4/+6
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-08-18Minimal necessary futzing to make the --with{,out}-krb4 andthorpej3-1/+2829
--with{,out}-gssapi switches to the configure script actually work. The GSSAPI support in CVS is still busted; it makes a lot of incorrect assumptions about the location of various GSSAPI headers and libraries. However, I have no interest in actually fixing anything in CVS.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-17Use USE_KERBEROS{4,5} to enable the corresponding features in thisthorpej1-3/+11
package. Still needs a bit more work, as the CVS 1.10 configure script is broken.
1999-07-09Add package patch-sum filesagc1-0/+19
1999-05-25Fix an inconsistency between adding and removing files, with the revisionmycroft1-0/+15
numbers passed to loginfo. If a file is re-added, make sure the `old' revision is `NONE', not the preceding dead revision.