Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent collision with getline(3) | Baptiste Daroussin | 2016-07-29 | 2 | -0/+22 |
| | |||||
* | Convert LICENSE= "GPLxx # or later" to "GPLxx+" | Dmitry Marakasov | 2016-01-12 | 1 | -1/+1 |
| | | | | Approved by: portmgr blanket | ||||
* | devel/cvs: enslave devel/cvs+ipv6 to avoid bitrot | Jan Beich | 2015-09-12 | 4 | -8/+19 |
| | | | | | | | | | | | | | | | | - devel/cvs: allow slave ports (?= vars) - devel/cvs: define CONFLICTS against the slave and -devel - devel/cvs: adjust for easier patching source (i.e. no ../cvs/ prefix) - devel/cvs+ipv6: move most logic as IPV6 option to devel/cvs - devel/cvs+ipv6: don't define HAVE_GETGROUPS twice or unused ENABLE_IPV6 - devel/cvs+ipv6: drop devel/cvsnt from CONFLICTS after 4.6 years being gone - devel/cvs+ipv6: bump PORTREVISION for changes inherited from devel/cvs - Convert CONFLICTS into CONFLICTS_INSTALL PR: 199542 Reviewed by: bapt Approved by: maintainer timeout (5 months) Differential Revision: https://reviews.freebsd.org/D3636 | ||||
* | - Fix shebangs | Dmitry Marakasov | 2015-06-09 | 1 | -2/+7 |
| | | | | MFH: 2015Q2 | ||||
* | - Install INFO docs again as they're more complete [1] | Jan Beich | 2015-04-15 | 4 | -28/+30 |
| | | | | | | | | | - Drop BROKEN: builds fine on 8.4R i386/amd64 - Checking "no" value is only required for MK_ variables - Convert to option helpers - Clarify LICENSE allows any later version PR: 191548 [1] | ||||
* | Stop installing infopages in preparation for removal of bsd.info.mk from | Baptiste Daroussin | 2015-01-02 | 2 | -3/+11 |
| | | | | FreeBSD head | ||||
* | Cleanup plist | Baptiste Daroussin | 2014-10-27 | 1 | -2/+0 |
| | |||||
* | In some straightforward situations, protect examples behind PORTEXAMPLES, | Adam Weinberger | 2014-08-06 | 2 | -24/+24 |
| | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. | ||||
* | Add direct KERBEROS_SUPPORT assignment to avoid undefined variable | Andrey A. Chernov | 2014-07-15 | 1 | -0/+2 |
| | |||||
* | MK_KERBEROS_SUPPORT can't be set by user, so rename it to KERBEROS_SUPPORT | Andrey A. Chernov | 2014-07-15 | 2 | -1/+12 |
| | |||||
* | Fix build on systems without kerberos installed by adding | Andrey A. Chernov | 2014-07-15 | 2 | -15/+9 |
| | | | | KERBEROS option (default on, so unchanged from previous state) | ||||
* | Remove "mkdir -p %%EXAMPLESDIR%%/contrib" from pkg-plist. | Jimmy Olgeni | 2014-06-30 | 2 | -1/+1 |
| | | | | | | | The contrib directory is not empty, so it is not needed. Moreover, it is missing the %D prefix and will create share/examples/cvs/contrib in the current directory, whatever it is. | ||||
* | Allow to build info pages with texinfo from ports | Antoine Brodin | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Fix cvs build on at least 10.0. | Mathieu Arnold | 2014-06-19 | 2 | -1/+16 |
| | | | | Sponsored by: Absolight | ||||
* | Live in the world of new Makefiles. | Eitan Adler | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | Note that this only supports 'base as built' and won't work if you disable kerberos. Hand over port to the world. Reported by: danfe | ||||
* | Modernize port | Eitan Adler | 2014-03-13 | 1 | -2/+1 |
| | |||||
* | Tie OSVERSION to OPSYS | Eitan Adler | 2013-12-08 | 1 | -1/+1 |
| | |||||
* | Remove useless NEED_ROOT and use proper USES=uidfix | Baptiste Daroussin | 2013-10-31 | 1 | -2/+1 |
| | | | | Now those ports can be packaged as a user. | ||||
* | Remove superfluous mkdir | Eitan Adler | 2013-10-20 | 1 | -1/+0 |
| | | | | Reported by: bdrewery | ||||
* | - Convert to staging | Eitan Adler | 2013-10-20 | 2 | -12/+11 |
| | | | | - Clean up whitespace | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | devel part 1) | ||||
* | Remove now excess verbiage. | Eitan Adler | 2013-07-16 | 1 | -2/+0 |
| | | | | Reviewed by: bapt | ||||
* | Change upstream to the exact sources used by FreeBSD. | Eitan Adler | 2012-09-06 | 6 | -130/+44 |
| | | | | | Reviewed by: bdrewery Discussed with: des | ||||
* | CVS is a version control system. | Eitan Adler | 2012-09-05 | 7 | -0/+151 |
It fills a similar role to the RCS, PRCS, and Aegis packages. This port includes the patches FreeBSD uses (minus the cosmetic ones) Reviewed by: bdrewery |