aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gcvs
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with Tcl 8.6gahr2013-05-132-2/+60
| | | | Reported by: miwi (Tcl/Tk 86 exp-run)
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-2/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Remove MD5 lineak2013-03-081-1/+0
|
* Do not extract/patch/build/install the pieces of cvs (version 1.10),mi2013-02-088-153/+13
| | | | | | | | | | which are provided by the base version 1.11 anyway. Trim pkg-plist and bump PORTREVISION yet again. Do not extract/patch/compile the functions (getopt/getopt_long/getline), which are provided by libc. This unbreaks the port, because it was the conflict in declaration of getline(3), which caused the breakage in the first place.
* Mark as broken:bapt2013-02-051-0/+2
| | | | | | | getline.h:37: error: declaration of C function 'int getline(char**, size_t*, FILE*)' conflicts with /usr/include/stdio.h:371: error: previous declaration 'ssize_t getline(char**, size_t*, FILE*)' here
* - Fix build with clangbeech2012-12-1210-51/+107
| | | | | | | | - Add LICENSE - Support MANPREFIX PR: ports/174163 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - cleanup commentsdinoex2012-10-131-4/+0
| | | | Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* Sync to final (for now) bsd.autotools.mkade2010-12-232-1/+2
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-162-2/+2
|
* Migrate from devel/automake15 to devel/automake19ade2010-09-241-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-3/+3
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with D
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-202-2/+2
| | | | Tested by: exp build run (erwin)
* - Mark BROKEN after recent kerberos importpav2008-06-231-1/+7
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Remove USE_GETOPT_LONG which is a no-op since March 200pav2008-03-201-1/+0
|
* - Fix build with gcc 4.2/AMD64miwi2007-11-2325-12/+603
| | | | | | PR: 118027 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav,linimon)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-302-3/+3
| | | | | PR: ports/116639 Submitted by: aDe
* Update to the autotools new world order.ade2007-07-282-2/+2
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* BROKEN with gcc 4.2kris2007-05-271-1/+7
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Unbreakmiwi2006-11-236-97/+117
| | | | | | | - Bump PORTREVISION PR: ports/105749 Submitted by: trasz
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-4/+5
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-4/+0
|
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | 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.
* - drop maintainershipdinoex2004-08-181-1/+1
|
* - use INFOdinoex2004-06-112-18/+5
|
* Sync with new bsd.autotools.mkade2004-06-051-4/+2
|
* - add SIZEdinoex2004-02-261-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Remove the BUILD_DEPENDS on devel/glade. It does not seem to be needed, andmarcus2004-01-081-1/+0
| | | | devel/glade is no longer in the tree.
* - Fix gcc33 problems on CURRENTdinoex2003-08-253-1/+32
|
* - update CATEGORIESdinoex2003-07-231-1/+1
|
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-5/+3
| | | | | use USE_GETOPT_LONG instead. unbreak -CURRENT, libdes is not present.
* - update to use tk84dinoex2003-07-061-4/+5
|
* - Fix broken on FreeBSD 5.1 with Kerberosdinoex2003-07-012-9/+11
|
* - Unbreak port for STABLEdinoex2003-05-211-6/+8
| | | | | some define must take place before bsd.port.pre.mk - Unbreak port for CURRENT without kerberos
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-211-0/+1
|
* - make portlint happierdinoex2003-01-231-0/+4
|
* - Update to 1.0dinoex2003-01-165-51/+9
| | | | | - remove patches that are now part of distribution - bump PORTEPOCH, as 1.0 is newer than 1.0rc1
* Fix build problem with getopt.h on current.dinoex2002-12-246-67/+41
| | | | remove BROKEN
* Patch to fix build on beastdinoex2002-12-212-0/+13
|
* - Fix build on current, to solve getopt.h problemdinoex2002-12-191-5/+4
|
* mark BROKEN for CURRENTdinoex2002-12-021-1/+5
|
* Update to 1.0b5dinoex2002-09-074-2/+56
|
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-1/+2
| | | | | PR: 42195 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to: gcvs-1.0b3dinoex2002-05-024-35/+2
| | | | | PR: 37510 Submitted by: Jan.Stocker@t-online.de
* patch stripped to make it active.dinoex2002-02-181-14/+11
|
* - Add patch for configuredinoex2002-02-171-0/+14
| | | | | | | - Fixes build when "gssapi.h" is found PR: 35039 Submitted by: sahiro@crest.ocn.ne.jp
* - Add missing files in share/gcvs/dinoex2002-02-091-0/+7
|
* - Update to 1.0b2dinoex2002-02-064-26/+29
| | | | | - Fix build with automake14 and autoconf217 - This version needs glade to build too.
* Change some defines from "YES" to "yes"dinoex2002-01-281-0/+1
| | | | See samples in the porters-handbook.
* change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+2
|
* MAN= cvs.1 cvs.5 cvsbug.8dinoex2001-04-211-1/+3
| | | | | | | | | | | | | Don't work on 4.x stable MAN= is not recognized in bsd.ports.mk reverted: MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 Happens for a lot of new ports, see also: http://bento.freebsd.org/errorlogs/4-full-logs/extras.html
* Fix a problem with older tcl versions, that could overwrite the Include-Pathdinoex2001-04-141-15/+10
|
* A set of C++ front-end for cvs distributed under GPL.dinoex2001-03-318-0/+215
CvsGui features WinCvs is written in C++ using the Microsoft MFC. MacCvs is written in C++ using Metrowerks PowerPlant. gCvs is written in C++ using GNU gtk+. They are using the latest cvs source code. They are making cvs easier for the novice. They are increasing the power of cvs by providing an high-end interface. The project is growing because it is supported and developed by several cvs users. WWW: http://cvsgui.sourceforge.net/