non port: devel/cvsnt/Makefile |
SVNWeb
|
Number of commits found: 33 |
Sat, 15 Jan 2011
|
[ 04:14 fjoe ]
Distfiles for this port are no longer fetchable:
CVSNT Community Edition is retired:
http://www.evscm.org/modules/Downloads/
Feature safe: yes
|
Mon, 6 Jul 2009
|
[ 04:44 fjoe ]
Add missing dependency on libxml2.
PR: 133897
|
Sun, 15 Mar 2009
|
[ 13:37 fjoe ]
Add missing manpages to plist.
|
[ 11:36 fjoe ]
Update to 2.5.04.3236.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Mar 2008
|
[ 09:37 pav ] (Only the first 10 of 35 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 200
|
Thu, 8 Nov 2007
|
[ 19:04 fjoe ]
Fix wild pointer free(). Similar fix exists in mainstream CVS tree.
Approved by: portmgr (pav)
|
Mon, 15 Oct 2007
|
[ 21:47 fjoe ]
- Update to 2.5.03.2704
- Enabled the RCS wrapper tools
- Added a patch so the RCS wrapper tools will find the installed CVSNT
binary, rather than relying on the PATH variable. This avoids an error
caused by executing the base system version of CVS.
PR: 116792
|
Thu, 4 Oct 2007
|
[ 00:41 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Sun, 12 Nov 2006
|
[ 11:59 fjoe ]
Update to 2.5.03.2382. This fixes unfetchable distfile problem.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Wed, 9 Nov 2005
|
[ 18:19 fjoe ]
- Update to 2.5.02.2115
- Drop 4.x support because new version requires wscanf(), vswprintf() and so on
and tarballs of older versions are no longer available
- Fix build when howl installed [1]
- Remove USE_LIBLTDL which is no-op for this port [2]
- Do not build with postgresql, odbc, mysql or sqlite support
Reported by: vs [1], [2]
|
Tue, 31 May 2005
|
[ 07:55 vs ]
Add symlinks for cvsnt.{1,5} man-pages
Approved by: maintainer
|
Tue, 19 Apr 2005
|
[ 19:03 fjoe ]
Update to latest stable release 2.5.01.1927.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 20 Feb 2005
|
[ 11:53 fjoe ]
- Do not call times(NULL).
- Bump PORTREVISION.
|
[ 10:40 fjoe ]
- Fix build when both heimdal and kerberos are installed.
- Bump PORTREVISION.
|
Tue, 8 Feb 2005
|
[ 16:17 fjoe ]
- Fix build with gcc 2.95.x (with old STL).
- Bump PORTREVISION.
|
Sun, 9 Jan 2005
|
[ 08:43 fjoe ]
- Add dependency on iconv
- Remove mirror site that does not function anymore
- Bump PORTREVISION
|
Sat, 8 Jan 2005
|
[ 11:14 fjoe ]
- Update to 2.0.58d.
- Install .la files.
|
Thu, 14 Oct 2004
|
[ 12:35 vs ]
Add CONFLICTS: Both ports install bin/cvs and bin/rcs2log.
Approved by: fjoe, sumikawa (maintainers)
|
Sat, 31 Jul 2004
|
[ 18:18 fjoe ]
- Update to 2.0.51.
- Add startup script for cvslockd.
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Tue, 13 Apr 2004
|
[ 22:07 kris ]
Add missing manpages
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Wed, 3 Mar 2004
|
[ 19:32 fjoe ]
Update to 2.0.34.
|
Sat, 21 Feb 2004
|
[ 23:18 fjoe ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 2.0.26 (latest stable version).
|
Tue, 3 Feb 2004
|
[ 20:51 fjoe ]
Unbreak:
- fix libtool usage
- add missing LIB_DEPENDS on ltdl.4
Spotted by: kris
|
Fri, 30 Jan 2004
|
[ 11:57 kris ]
BROKEN: Stomps on libltdl port, and pkg-plist broken
|
Sun, 25 Jan 2004
|
[ 15:27 fjoe ] (Only the first 10 of 15 ports in this commit are shown above. )
New port: cvsnt.
CVSNT is a CVS clone. CVSNT features are:
* Merge tracking via MergePoint attribute.
* Support for :sspi: and :sserver: authentication.
* Branch ACLs can be used to restrict access.
* Directory browsing via cvs ls command.
* LockServer on a second port replaces filesystem-based locks &
provides file level locking.
* More sophisticated / extra triggers available e.g. postcommit.
* Supports Unicode files with additional keyword expansion switches.
* Atomic Checkout behaviour ensures you get the right version of every file.
* Efficient storage of binary files using binary deltas.
|
Number of commits found: 33 |