Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-21 | CVS has moved. | kim | 1 | -3/+3 | |
2000-02-28 | Um, ok, I dunno what happened before, but: | thorpej | 3 | -18/+9 | |
"Make this build with krb5 support". ...take 2. | |||||
2000-02-28 | Make this build with krb5 support. | thorpej | 1 | -3/+3 | |
2000-02-23 | Some more changes for set?id support. | mycroft | 8 | -29/+107 | |
2000-02-23 | Regen. | mycroft | 1 | -3/+4 | |
2000-02-23 | Fix a hole in SETXID_SUPPORT, but do not enable it by default yet. | mycroft | 3 | -8/+40 | |
2000-02-11 | Make this compile with KERBEROS=5. | jlam | 4 | -11/+28 | |
2000-02-04 | Add GNU mirrors to master site list. | tron | 1 | -2/+3 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | another RCS tag | wiz | 1 | -0/+1 | |
1999-11-03 | Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Not | jwise | 2 | -1/+13 | |
noticed before, because pr is only execed if the somewhat obscure --paginate option is used. | |||||
1999-09-19 | I bet this is needed here too. | kim | 1 | -1/+5 | |
1999-09-14 | Change how Kerberos support is enabled in pkgsrc. | kim | 1 | -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-18 | Minimal necessary futzing to make the --with{,out}-krb4 and | thorpej | 3 | -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-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-08-17 | Use USE_KERBEROS{4,5} to enable the corresponding features in this | thorpej | 1 | -3/+11 | |
package. Still needs a bit more work, as the CVS 1.10 configure script is broken. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+19 | |
1999-05-25 | Fix an inconsistency between adding and removing files, with the revision | mycroft | 1 | -0/+15 | |
numbers passed to loginfo. If a file is re-added, make sure the `old' revision is `NONE', not the preceding dead revision. | |||||
1999-05-24 | Fix a compatibility issue with the `-p' option. | mycroft | 1 | -2/+2 | |
1999-05-23 | Fix path. | mycroft | 1 | -3/+3 | |
1999-05-23 | Add a %t format for loginfo. | mycroft | 1 | -0/+20 | |
1999-04-20 | If -n is used, send only -n and not -u, to retain compatibility with old | mycroft | 1 | -3/+3 | |
servers. | |||||
1999-04-20 | Er, -n must imply -u for compatibility with old clients. | mycroft | 1 | -4/+3 | |
1999-04-20 | Nuke the klugy CVSREADONLY hack, and instead use a modified version of our old | mycroft | 13 | -79/+235 | |
`cvs -u' changes to prevent lock creation. | |||||
1999-03-11 | Add support for read only CVS repositories derived from OpenBSD. | tron | 4 | -0/+79 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -5/+5 | |
1999-01-19 | Simplify conflict list. | tron | 1 | -2/+2 | |
1999-01-19 | Version numbers cannot have dashes, and the patch-af is actually a bug | tv | 1 | -2/+1 | |
fix, not a feature change. (Bump back to version number `1.10'.) | |||||
1999-01-18 | Factor in the umask even for files where the server didn't create a | bad | 2 | -2/+27 | |
temp file. This prevents the server from telling old clients that the checked-out file should be world writeable because the RCS file is world readable. XXX needs to be adapted when post-1.10 versions of CVS are integrated. Bump PKGNAME to 1.10-nb1 to make it clear which version is installed. | |||||
1998-11-30 | Wildcardify CONFLICTS. | tv | 1 | -2/+2 | |
1998-10-11 | Set USE_GTEXINFO=yes, fixes pr 6272 by Luke Mewburn. | frueauf | 1 | -3/+4 | |
1998-09-05 | Fixed typos. | kim | 1 | -3/+3 | |
1998-08-21 | Welcome to cvs 1.10. | tv | 9 | -195/+202 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -4/+1 | |
1998-06-05 | Add CONFLICTS where its needed so far. | frueauf | 1 | -1/+3 | |
1998-05-09 | back out previous commit | hubertf | 1 | -2/+1 | |
1998-05-09 | add bin/cvscheck | hubertf | 1 | -1/+2 | |
1998-04-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -6/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-25 | Retroportlint: Honor the user's stripflag setting, not by consitionalizing | tv | 1 | -2/+3 | |
on ${STRIPFLAG}, but instead by removing and re${INSTALL_PROGRAM}ing the binary. | |||||
1998-02-14 | Use our own INSTALL_SCRIPT; enhances fix to PR 4989. | hubertf | 2 | -10/+3 | |
1998-02-14 | Don't try to strip scripts while installing. Fixes first half of | tron | 1 | -0/+24 | |
PR pkg/4989 by David Brownlee. | |||||
1998-01-24 | portlint: fix RCS Id, remove empty lines | hubertf | 1 | -2/+2 | |
1998-01-15 | Add NetBSD RCS Id. | agc | 2 | -0/+2 | |
1998-01-15 | Yes, we need gtexinfo for the CVS info pages; pointed out by | hubertf | 1 | -0/+3 | |
abs@mono.org in PR 4818. |