| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
12 Jul 2007 09:51:23
2.1.5_4
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
10 Feb 2007 22:46:34
2.1.5_4
|
sat  |
- Install sfftw/srfftw headers |
28 Jan 2007 09:07:47
2.1.5_4
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
11 Jan 2007 08:40:15
2.1.5_4
|
maho  |
* Migrate to gfortran.
* bump portrevision. |
15 Aug 2006 01:29:13
2.1.5_3
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
10 May 2006 23:37:39
2.1.5_3
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
23 Feb 2006 10:40:45
2.1.5_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:56:47
2.1.5_2
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Nov 2005 22:29:24
2.1.5_2
|
pav  |
- Style: ports@freebsd.org -> ports@FreeBSD.org |
15 Nov 2005 06:52:12
2.1.5_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. |
13 Nov 2005 17:13:15
2.1.5_2
|
lkoeller  |
o) Drop maintainership cause I didn't use these ports since months anymore. |
12 Apr 2005 04:26:57
2.1.5_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.1.5_2
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Nov 2004 11:31:03
2.1.5_2
|
ahze  |
Force commit to go with last commit
PR: ports/71272
Approved by: pav (co mentor)
Lars K??ller (maintainer) |
10 Nov 2004 11:29:18
2.1.5_2
|
ahze  |
Add support for slave port |
09 Jul 2004 18:43:11
2.1.5_2
|
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 |
31 Mar 2004 04:12:58
2.1.5_2
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
2.1.5_2
|
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. |
04 Feb 2004 05:10:27
2.1.5_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
27 Jul 2003 16:30:23
2.1.5_1
|
krion  |
- Do not install useless .la files
- Fix handling info files
PR: 54902
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit) |
24 Mar 2003 17:26:24
2.1.5
|
lkoeller  |
o) Update to version 2.1.5 |
23 Mar 2003 20:14:22
2.1.4
|
lkoeller  |
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin <asg@rcd.ru> |
21 Feb 2003 12:44:05
2.1.3
|
knu  |
De-pkg-comment. |
24 Jun 2001 22:29:39 
|
dd  |
Remove duplicate words where appropriate. |
08 Oct 2000 05:10:26 
|
asami  |
Convert category math to new layout. |
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. |