Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_1 06 Jan 2013 15:14:51
  |
bapt  |
2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such
as MOVED, is lacking upstream and active contributions, and does not support
pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the
project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0
upstream |
2.0_1 04 Dec 2012 23:56:22
  |
bdrewery  |
- Mark deprecated. Upstream advises [1] that the project is no longer
active and that textproc/xqilla replaces it
[1] http://www.corefiling.com/opensource/pathan.html
Feature safe: yes |
2.0_1 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
2.0_1 21 Aug 2008 06:18:49
 |
rafan  |
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 ) |
2.0_1 24 Jun 2008 19:34:05
 |
gahr  |
- Make fetchable again |
2.0_1 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
2.0 27 Mar 2007 20:27:42
 |
pav  |
- Fix after objformat removal
Reported by: pointyhat |
2.0 13 Jan 2007 18:14:02
 |
arved  |
Fix pkg-plist, don't install .orig files
Submitted by: pointyhat |
2.0 22 Dec 2006 14:42:40
 |
arved  |
Fix build with gcc41 |
2.0 10 Nov 2006 02:36:02
 |
clsung  |
- Update to 2.0
Reviewed by: vanilla@ |
1.2_3 15 Aug 2006 01:04:55
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.2_3 24 May 2006 17:08:53
 |
sem  |
- Bump xerces lib version
- Bump PORTREVISION
Reported by: kris mail |
1.2_2 13 May 2006 04:24:52
 |
edwin  |
Remove USE_REINPLACE from categories starting with T |
1.2_2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2_2 25 Nov 2005 18:40:57
 |
pav  |
- Add SHA256 |
1.2_2 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.2_2 03 Jun 2005 20:18:13
 |
oliver  |
change the libtool version to use from 1.3 to 1.5 |
1.2_2 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.2_2 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.2_2 28 Oct 2004 03:27:36
 |
clsung  |
- textproc/xerces-c2 has been update to 2.6.0,
so change LIB_DEPENDS.
Approved by: co-mentor (vanilla) |
1.2_2 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
1.2_2 14 Mar 2004 06:17:56
 |
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. |
1.2_2 28 Feb 2004 23:27:04
 |
arved  |
Chase xerces shared library version.
Bump PORTREVISION
Reported by: bento |
1.2_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2 21 Dec 2003 00:22:53
 |
sergei  |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line |
1.2 14 Nov 2003 22:39:27
 |
pav  |
Add perl dependency. [1]
make -> ${MAKE}
PR: ports/59274 [1]
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1]
Approved by: adamw (mentor) |
1.2 04 Nov 2003 17:53:48
 |
vanilla  |
Add libpathan 1.2, validating XML parser from the Apache XML Project.
PR: 58913
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |