| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
20060720_1
|
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 ) |
20 Aug 2008 01:57:32
20060720_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
25 Jul 2008 15:34:52
20060720_1
|
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 |
30 Sep 2007 05:47:37
20060720_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
23 Aug 2006 16:57:48
20060720
|
acm  |
- Update to 20060720 for graphics/cal3d-devel
- Host graphics/cal3d-devel tarball locally
- Add DIST_SUBDIR for graphics/cal3d and graphics/cal3d-devel
Approved by: garga (mentor) |
23 Jul 2006 03:45:24
0.11.0.p20050823_2
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
08 May 2006 00:46:33
0.11.0.p20050823_2
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Feb 2006 10:40:45
0.11.0.p20050823_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
26 Dec 2005 14:44:33
0.11.0.p20050823_1
|
ehaupt  |
- Fix build on 4.x
- Bump PORTREVISION
- Remove 4 patches (me)
PR: 90901
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |
15 Nov 2005 06:52:12
0.11.0.p20050823
|
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. |
13 Nov 2005 03:02:22
0.11.0.p20050823
|
mnag  |
New port graphics/cal3d-devel
Cal3D is a skeletal based 3D character animation library written in C++
in a way that is both platform-independent and graphics API-independent.
It was originally designed to be used in a 3D client for Worldforge, but
evolved into a stand-alone product which can be used in many different
kinds of projects.
Cal3D's essentials can be boiled down to 2 parts: the C++ library and
the exporter. The exporter is what you would use to take your characters
(built in a 3D modeling package) and create the Cal3D-format files that
the library knows how to load. The exporters are actually plug-ins for
3D modeling packages. This allows 3D artists to use the modeling tools
that they're already comfortable with.
(Only the first 15 lines of the commit message are shown above ) |