| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Aug 2008 14:04:58
2.3.4
|
amdmi3  |
- Respect NOPORTDOCS, NOPORTEXAMPLES
- Fix plist
Reported by: QAT |
21 Aug 2008 07:18:49
2.3.4
|
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
2.3.4
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
23 Apr 2008 21:50:47
2.3.4
|
thierry  |
Upgrade to 2.3.4. |
23 Mar 2008 10:15:50
2.3.3
|
thierry  |
Upgrade to 2.3.3. |
30 Sep 2007 05:47:37
2.3.1_3
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
14 Jul 2007 11:02:06
2.3.1_2
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
19 May 2007 21:32:57
2.3.1_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
25 Jan 2007 22:33:32
2.3.1_1
|
thierry  |
Fix plist: since the gfortran migration, some tests are no more installed.
Reported by: pointyhat via pav |
17 Jan 2007 06:07:24
2.3.1_1
|
maho  |
forgot to commit. a build fix for gfortran. |
17 Jan 2007 06:06:55
2.3.1_1
|
maho  |
* Migrate to gfortran.
* Bump port revision.
* Always use F90. |
12 Dec 2006 18:24:23
2.3.1
|
thierry  |
- Upgrade MED to 2.3.1;
- Assign better CATEGORIES;
- Support gfortran;
- Add a regression-test target. |
15 Aug 2006 00:06:39
2.2.3_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
07 Jun 2006 14:33:22
2.2.3_2
|
sat  |
- Limit INDEX contents to 7-bit ASCII characters for greater compatibility |
07 May 2006 12:09:22
2.2.3_2
|
edwin  |
Remove USE_REINPLACE from all categories starting with F |
23 Feb 2006 10:40:45
2.2.3_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
21 Jan 2006 09:01:47
2.2.3_1
|
thierry  |
- Fix plist [1]
- Fix xmdump.
Reported by: pointyhat via Kris [1] |
15 Jan 2006 23:15:21
2.2.3
|
thierry  |
Upgrade to 2.2.3. |
24 Nov 2005 16:18:42
2.2.2
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
2.2.2
|
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. |
12 Apr 2005 04:26:57
2.2.2
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
2.2.2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
17 Jan 2005 21:08:51
2.2.2
|
thierry  |
Upgrade to 2.2.2. |
09 Jul 2004 18:43:11
2.1.5_1
|
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 |
28 Apr 2004 21:30:20
2.1.5_1
|
thierry  |
Fix pkg-plist and install examples.
Noticed on dosirak & bento.
Approved by: mat (mentor). |
14 Mar 2004 06:17:56
2.1.5_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. |
25 Feb 2004 22:55:55
2.1.5_1
|
pav  |
Chase repomove graphics/hdf* -> science/hdf* |
04 Feb 2004 05:21:48
2.1.5_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
2.1.5
|
trevor  |
SIZEify. |
10 Dec 2003 23:09:50
2.1.5
|
pav  |
- www.code-aster.org was reorganized. fix fetching
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net> |
23 Jul 2003 15:35:27
2.1.5
|
oliver  |
Add med 2.1.5, mod?lisation et ?changes de Donn?es.
PR: 54761
Submitted by: thierry@pompo.net |