| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
3.0.0
|
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 ) |
25 Jul 2008 15:34:52
3.0.0
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
17 Feb 2008 22:58:28
3.0.0
|
pav  |
- Update to 3.0.0
PR: ports/120496
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer) |
22 Jul 2007 20:33:55
2.2.3
|
laszlof  |
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat) |
01 Feb 2007 02:42:06
2.2.3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
28 Aug 2006 08:37:30
2.2.3
|
miwi  |
- Update to 2.2.3
PR: ports/102520
Submitted by: Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de>
(maintainer)
Approved by: krion (mentor) |
08 Jun 2006 14:46:30
2.2.2
|
miwi  |
Update to 2.2.2
PR: ports/98487
Submitted by: miwi
Approved by: krion (mentor), maintainer |
12 Jan 2006 00:06:19
2.2.1
|
tdb  |
- Update to 2.2.1
- Fixes build problems on 4.x
PR: 91677
Submitted by: saurbier@math.uni-bielefeld.de (maintainer) |
08 Dec 2005 23:30:03
2.2.0
|
lawrance  |
Mark broken on 4.x: C++ code does not compile.
Reported by: kris
Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer) |
07 Dec 2005 00:20:30
2.2.0
|
lawrance  |
- Update to 2.2.0.
- Submitter takes maintainership.
PR: ports/90049
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> |
23 Nov 2005 17:22:57
2.1.4
|
pav  |
- Update to 2.1.4
PR: ports/89459
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> |
15 Nov 2005 06:52:12
2.0.1
|
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. |
10 Oct 2005 05:40:24
2.0.1
|
linimon  |
Reset bouncing maintainer addresses.
Hat: portmgr
Source: Edwin's updated distfile tracker |
12 Apr 2005 04:26:57
2.0.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
2.0.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
21 Nov 2004 15:46:13
2.0.1
|
pav  |
- Update to 2.0.1
PR: ports/73614
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: Leonardo Martins <lmartins@nepe.eee.ufg.br> (maintainer) |
18 Mar 2004 20:59:15
1.0_1
|
trevor  |
Add size data, approved by maintainers. |
04 Feb 2004 05:21:48
1.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
03 Jan 2004 06:31:16
1.0
|
edwin  |
New port: graphics/geos implements all OpenGIS "Simple Features for SQL"
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all the
OpenGIS "Simple Features for SQL" spatial predicate functions
and spatial operators, as well as specific JTS topology
functions such as IsValid().
More precisely, GEOS is a library containing functions which
implement OpenGIS specifications concerning operations on
geometric objects. Despite its categorization in the graphics
subdirectory, it is more suitable in a "gis" category for
Geographical Information Systems software. I would like to
suggest the ports team to create such category because of
the so many free software available on the internet. Please,
look at www.freegis.org. I am working on porting several
of them to make FreeBSD ready-for-GIS. Feel free to contact
me for more information.
PR: ports/60405
Submitted by: Leonardo Martins <lmartins@nepe.eee.ufg.br> |