Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_16,1 21 Dec 2018 13:19:03 |
rene |
Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.0_16,1 12 Oct 2018 09:19:05 |
antoine |
Deprecate most glib12 consumers
With hat: portmgr |
1.0_16,1 01 Feb 2017 20:23:02 |
jbeich |
devel/gcvs: unbreak with libc++ 3.9
AppGlue.cpp:263:9: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
char *login = strchr(ccvsroot, '@');
^ ~~~~~~~~~~~~~~~~~~~~~
CvsArgs.cpp:201:16: error: call to 'strchr' is ambiguous
bool hasLF = strchr(newarg, '\n') != 0L;
^~~~~~
CvsArgs.cpp:210:19: error: call to 'strchr' is ambiguous
bool hasSpace = strchr(newarg, ' ') != 0L;
^~~~~~
TextBinary.cpp:466:8: error: cannot initialize a variable of type 'char *' with
an rvalue of type 'const char *'
char *tmp = strrchr(file, '.');
^ ~~~~~~~~~~~~~~~~~~
UCvsFiles.cpp:2020:12: error: call to 'strchr' is ambiguous (Only the first 15 lines of the commit message are shown above ) |
1.0_16,1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.0_15,1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.0_15,1 21 Apr 2016 12:45:17 |
gahr |
Convert a few more ports to USES=tcl:tea |
1.0_15,1 07 Jun 2015 14:50:33 |
amdmi3 |
- Add LICENSE_FILE
- Switch to USES=autoreconf |
1.0_15,1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.0_15,1 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
1.0_14,1 27 Sep 2013 08:30:28 |
gahr |
- Convert to USES+=tk and USES+=gmake
- Fix build on CURRENT |
1.0_14,1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.0_14 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0_14,1 13 May 2013 12:14:02 |
gahr |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 86 exp-run) |
1.0_14,1 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
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 |
1.0_14,1 08 Mar 2013 05:39:29 |
ak |
- Remove MD5 line |
1.0_14,1 07 Feb 2013 16:46:20 |
mi |
Do not extract/patch/build/install the pieces of cvs (version 1.10),
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. |
1.0_13,1 05 Feb 2013 11:53:04 |
bapt |
Mark as broken:
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 |
1.0_13,1 11 Dec 2012 21:49:34 |
beech |
- Fix build with clang
- Add LICENSE
- Support MANPREFIX
PR: ports/174163
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0_12,1 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
1.0_12,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0_12,1 22 Dec 2010 20:05:49 |
ade |
Sync to final (for now) bsd.autotools.mk |
1.0_12,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0_12,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0_12,1 24 Sep 2010 03:22:28 |
ade |
Migrate from devel/automake15 to devel/automake19 |
1.0_12 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.0_11,1 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.0_11,1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.0_11 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.0_11,1 22 Jun 2008 18:48:44 |
pav |
- Mark BROKEN after recent kerberos import |
1.0_11,1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.0_10,1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
1.0_10,1 20 Mar 2008 09:37:21 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 200 |
1.0_10,1 22 Nov 2007 22:27:30 |
miwi |
- Fix build with gcc 4.2/AMD64
PR: 118027
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav,linimon) |
1.0_10,1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.0_9,1 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
1.0_8,1 27 May 2007 02:40:44 |
kris |
BROKEN with gcc 4.2 |
1.0_8,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0_7,1 22 Nov 2006 20:38:47 |
miwi |
- Unbreak
- Bump PORTREVISION
PR: ports/105749
Submitted by: trasz |
1.0_6,1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.0_5,1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.0_4,1 04 Dec 2005 23:35:14 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
1.0_4,1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.0_4,1 15 Nov 2005 06:52:12 |
ade |
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. |
1.0_4,1 18 Aug 2004 14:52:01 |
dinoex |
- drop maintainership |
1.0_4,1 11 Jun 2004 04:19:40 |
dinoex |
- use INFO |
1.0_4,1 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
1.0_4,1 26 Feb 2004 05:15:23 |
dinoex |
- add SIZE |
1.0_4,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0_3,1 07 Jan 2004 22:52:34 |
marcus |
Remove the BUILD_DEPENDS on devel/glade. It does not seem to be needed, and
devel/glade is no longer in the tree. |
1.0_3,1 24 Aug 2003 17:34:45 |
dinoex |
- Fix gcc33 problems on CURRENT |
1.0_2,1 23 Jul 2003 14:05:56 |
dinoex |
- update CATEGORIES |
1.0_2,1 14 Jul 2003 02:36:16 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
unbreak -CURRENT, libdes is not present. |
1.0_1,1 06 Jul 2003 09:35:59 |
dinoex |
- update to use tk84 |
1.0,1 01 Jul 2003 08:10:01 |
dinoex |
- Fix broken on FreeBSD 5.1 with Kerberos |
1.0,1 21 May 2003 04:51:22 |
dinoex |
- Unbreak port for STABLE
some define must take place before bsd.port.pre.mk
- Unbreak port for CURRENT without kerberos |
1.0,1 18 May 2003 11:39:52 |
kris |
BROKEN on 5.1: does not compile |
1.0,1 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
1.0,1 21 Feb 2003 03:59:00 |
dinoex |
- retire pkg-comment |
1.0,1 20 Feb 2003 18:26:42 |
dinoex |
- add COMMENT |
1.0,1 22 Jan 2003 19:14:08 |
dinoex |
- make portlint happier |
1.0,1 15 Jan 2003 17:49:52 |
dinoex |
- Update to 1.0
- remove patches that are now part of distribution
- bump PORTEPOCH, as 1.0 is newer than 1.0rc1 |
1.0rc1 23 Dec 2002 21:45:15 |
dinoex |
Fix build problem with getopt.h on current.
remove BROKEN |
1.0b5_1 20 Dec 2002 17:50:52 |
dinoex |
Patch to fix build on beast |
1.0b5 18 Dec 2002 18:51:02 |
dinoex |
- Fix build on current, to solve getopt.h problem |
1.0b5 01 Dec 2002 19:42:38 |
dinoex |
mark BROKEN for CURRENT |
1.0b5 06 Sep 2002 20:56:30 |
dinoex |
Update to 1.0b5 |
1.0b3 30 Aug 2002 13:31:52 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
1.0b3 02 May 2002 05:01:08 |
dinoex |
Update to: gcvs-1.0b3
PR: 37510
Submitted by: Jan.Stocker@t-online.de |
17 Feb 2002 21:15:17 |
dinoex |
patch stripped to make it active. |
17 Feb 2002 15:34:38 |
dinoex |
- Add patch for configure - Fixes build when "gssapi.h" is found |
09 Feb 2002 12:06:58 |
dinoex |
- Add missing files in share/gcvs/ |
05 Feb 2002 19:29:51 |
dinoex |
- Update to 1.0b2 - Fix build with automake14 and autoconf217 - This version
needs glade to build too. |
28 Jan 2002 07:31:05 |
dinoex |
Change some defines from "YES" to "yes" See samples in the porters-handbook.
|
24 Jun 2001 05:28:58 |
dinoex |
change MAINTAINER to FreeBSD.org address |
21 Apr 2001 16:32:08 |
dinoex |
MAN= cvs.1 cvs.5 cvsbug.8 Don't work on 4.x stable MAN= is not recognized
in bsd.ports.mk |
13 Apr 2001 22:42:42 |
dinoex |
Fix a problem with older tcl versions, that could overwrite the Include-Path |
31 Mar 2001 11:42:00 |
dinoex |
A set of C++ front-end for cvs distributed under GPL. CvsGui features |