summaryrefslogtreecommitdiff
path: root/devel/cvs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prevent collision with getline(3)Baptiste Daroussin2016-07-292-0/+22
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | Approved by: portmgr blanket
* devel/cvs: enslave devel/cvs+ipv6 to avoid bitrotJan Beich2015-09-124-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 shebangsDmitry Marakasov2015-06-091-2/+7
| | | | MFH: 2015Q2
* - Install INFO docs again as they're more complete [1]Jan Beich2015-04-154-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 fromBaptiste Daroussin2015-01-022-3/+11
| | | | FreeBSD head
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
|
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-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 variableAndrey A. Chernov2014-07-151-0/+2
|
* MK_KERBEROS_SUPPORT can't be set by user, so rename it to KERBEROS_SUPPORTAndrey A. Chernov2014-07-152-1/+12
|
* Fix build on systems without kerberos installed by addingAndrey A. Chernov2014-07-152-15/+9
| | | | KERBEROS option (default on, so unchanged from previous state)
* Remove "mkdir -p %%EXAMPLESDIR%%/contrib" from pkg-plist.Jimmy Olgeni2014-06-302-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 portsAntoine Brodin2014-06-251-1/+1
|
* Fix cvs build on at least 10.0.Mathieu Arnold2014-06-192-1/+16
| | | | Sponsored by: Absolight
* Live in the world of new Makefiles.Eitan Adler2014-05-271-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 portEitan Adler2014-03-131-2/+1
|
* Tie OSVERSION to OPSYSEitan Adler2013-12-081-1/+1
|
* Remove useless NEED_ROOT and use proper USES=uidfixBaptiste Daroussin2013-10-311-2/+1
| | | | Now those ports can be packaged as a user.
* Remove superfluous mkdirEitan Adler2013-10-201-1/+0
| | | | Reported by: bdrewery
* - Convert to stagingEitan Adler2013-10-202-12/+11
| | | | - Clean up whitespace
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | devel part 1)
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | Reviewed by: bapt
* Change upstream to the exact sources used by FreeBSD.Eitan Adler2012-09-066-130/+44
| | | | | Reviewed by: bdrewery Discussed with: des
* CVS is a version control system.Eitan Adler2012-09-057-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