| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2010 23:06:41
0.64_5,1
|
pgollucci  |
- Fix gnutls linking error by using pkg-config
PR: ports/138435
Submitted by: Chris Cowart <ccowart@rescomp.berkeley.edu>
Approved by: maintainer timeout (> 5 months) |
19 Sep 2009 13:54:36
0.64_4,1
|
miwi  |
- Fix build if gnuTLS enabled is
PR: 137867
Reported by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
Approved by: maintainer timeout
Feature safe: yes |
16 Aug 2009 19:04:40
0.64_4,1
|
novel  |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
02 Aug 2009 20:36:34
0.64_3,1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
03 Mar 2009 05:55:42
0.64_3,1
|
beech  |
- Add options gui
- Add gnutls option [1]
- Fix to respect portdocs
- Fix plist
- Bump portrevision
PR: ports/132081
Submitted by: Matthew Ekstrand-Abueg <mattea@rescomp.berkeley.edu>
Approved by: Peter Lai <cowbert@gmail.com> (maintainer) |
06 Dec 2008 22:43:44
0.64_2,1
|
beech  |
- Revert to 0.64 (Update breaks dependent ports)
- Bump portepoch
PR: ports/129413
Reported by: pointyhat (pav) |
05 Dec 2008 06:20:49
0.82.1
|
beech  |
- Restore tags for slave port |
05 Dec 2008 03:38:23
0.82.1
|
beech  |
- Update to 0.82.1
- Add options
- Make port respect NOPORTDOCS
- Pass maintainership to submitter
PR: ports/129413
Submitted by: Peter C. Lai <cowbert@gmail.com> |
20 Aug 2008 01:57:32
0.64_2
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
16 Jun 2008 11:38:53
0.64_2
|
itetcu  |
- fix install when -DNOPORTDOCS
- bump PORTREVISION
Submitted by: my QA Tindy run |
05 Oct 2007 21:25:33
0.64_1
|
tabthorpe  |
- Add SSL knob to enable encryption
- Pet portlint while I am here, USE_LDCONFIG
PR: ports/116957
Submitted by: Anish Mistry <amistry am-productions.biz>
Approved by: clsung (mentor, implicit) |
30 Sep 2007 05:47:37
0.64_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
03 Mar 2007 14:18:19
0.64
|
rafan  |
- Update to 0.64
- Fix MSSQL 7 support, use CP1252 even though it states to use ISO-8859-1
PR: ports/107874
Submitted by: Lapo Luchini <lapo at lapo.it> |
24 Feb 2007 10:46:47
0.63_1
|
edwin  |
Reset maintainership as requested on -ports |
04 May 2006 22:41:12
0.63_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
0.63_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:23:41
0.63
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.63
|
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. |
11 Apr 2005 21:52:27
0.63
|
pav  |
- Update to 0.63
PR: ports/79392
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) |
14 Feb 2005 12:06:11
0.62.4
|
vs  |
Update to 0.62.4
PR: ports/75451
Submitted by: Marcus Grando
Approved by: maintainer |
29 Jul 2004 11:42:56
0.62.3
|
pav  |
- Make tdsver overridable
PR: ports/69651
Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
Approved by: maintainer |
09 Jul 2004 18:43:11
0.62.3
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
01 Jul 2004 18:06:41
0.62.3
|
ade  |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
12 Apr 2004 06:55:13
0.62.3
|
krion  |
- Update to version 0.62.3
PR: ports/65444
Submitted by: maintainer |
31 Mar 2004 04:12:58
0.62_1
|
trevor  |
SIZEify (maintainer timeout) |
30 Mar 2004 20:20:23
0.62_1
|
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
28 Mar 2004 00:10:33
0.62_1
|
kris  |
Back out r1.33, which was committed prematurely |
14 Mar 2004 06:17:56
0.62_1
|
ade  |
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. |
12 Mar 2004 02:48:25
0.62_1
|
ade  |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups. |
04 Feb 2004 05:21:48
0.62_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
15 Jan 2004 18:28:02
0.62
|
ale  |
Update to 0.62 release.
PR: ports/61302
Submitted by: Alex Kiesel <kiesel@schlund.de>
Approved by: nork (mentor/implicitly) |
07 Nov 2003 08:26:27
0.61.2
|
anders  |
Update to 0.61.2.
Fix distfile.
PR: 57397
Submitted by: maintainer |
21 Apr 2003 17:07:04
0.61_1
|
nork  |
Correct the overwrite of configuration files.
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) |
11 Apr 2003 16:51:25
0.61
|
nork  |
Update to 0.61.
Give maintainership to submitter.
PR: ports/50812
Submitted by: Alex Kiesel <kiesel@schlund.de> |
20 Feb 2003 17:00:26
0.60_1
|
knu  |
De-pkg-comment. |
08 Oct 2002 10:10:00
0.60_1
|
sheldonh  |
Use in-place editing to replace <malloc.h> with <stdlib.h>.
Bump PORTREVISION accordingly, since the affected files were installed
even in -CURRENT, where they couldn't be used to build stuff. |
19 Sep 2002 21:33:32
0.60
|
ijliao  |
upgrade to 0.60
PR: 42735
Submitted by: Ports Fury |
01 Sep 2002 17:07:59
0.53_2
|
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
15 Jul 2002 18:21:56
0.53_2
|
sobomax  |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
30 Mar 2002 08:30:29
0.53_2
|
knu  |
Properly link these libraries with libiconv.
This should fix some other ports that try to link with the FreeTDS
libraries. |
18 Mar 2002 11:50:39
0.53_1
|
sobomax  |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv. |
18 Mar 2002 10:27:58
0.53_1
|
knu  |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
18 Mar 2002 09:46:46
0.53_1
|
sobomax  |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
24 Dec 2001 04:40:37 
|
dwcjr  |
Update to 0.53 |
24 Nov 2001 01:36:45 
|
petef  |
Fix compilation: malloc.h -> stdlib.h |
05 Aug 2001 06:28:23 
|
lioux  |
o Fix PLIST o Better packaging and removal of configuration file |
22 Jul 2001 05:01:23 
|
dwcjr  |
Update freetds to 0.52 |
26 Feb 2001 03:48:32 
|
steve  |
Allow access to MS-SQL databases from PHP. |
25 Feb 2001 06:19:42 
|
kevlo  |
Fix pkg-plist |
14 Feb 2001 12:48:46 
|
kevlo  |
- Add workaround to prepend installing junk files - Fix pkg-plist |
02 Feb 2001 18:16:04 
|
sobomax  |
- Update to 0.51; - add a WWW into pkg-descr. |
30 Jan 2001 13:53:30 
|
sobomax  |
Reassign maintainership to ports@FreeBSD.org to indicate that the ports need
new maintainer. |
08 Oct 2000 02:08:27 
|
asami  |
Convert category databases to new layout. |
25 Jul 2000 03:26:09 
|
kevlo  |
PLIST @dirrm should be added to configuration directory. |
19 Jul 2000 13:14:20 
|
jedgar  |
Correct PLIST |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 12:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
03 Jun 2000 09:59:18 
|
dirk  |
GNU_CONFIGURE -> USE_LIBTOOL. |