| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Dec 2011 06:40:15
1.15_1
|
bf  |
simplify the port and shrink the package by removing the extra
PostScript documents |
09 Nov 2011 15:26:04
1.15
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 10:03:08
1.15
|
miwi  |
- Fix build on FreeBSD 10
Reported by: pointyhat |
09 May 2011 16:42:28
1.15
|
bf  |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
20 Mar 2011 12:54:45
1.14
|
miwi  |
- Get Rid MD5 support |
08 Jul 2010 12:51:38
1.14
|
bf  |
Change my ports to use my FreeBSD.org email address. |
01 Apr 2010 05:36:57
1.14
|
linimon  |
Mark as broken on powerpc: does not compile.
Hat: portmgr |
29 Mar 2010 01:10:16
1.14
|
wen  |
- Update to 1.14
PR: ports/144776
Submitted by: bf <bf1783@gmail.com> (maintainer) |
01 Dec 2009 20:31:02
1.13
|
makc  |
Update to 1.13
PR: ports/138700
Submitted by: bf <bf1783 at gmail.com> (maintainer) |
07 Jun 2009 18:51:21
1.12
|
miwi  |
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) |
12 Jan 2009 20:35:22
1.12
|
miwi  |
- Update to 1.12
PR: 129726
Submitted by: bf <bf2006a@yahoo.com> (maintainer) |
21 Aug 2008 06:18:49
1.11
|
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 ) |
21 Jun 2008 12:26:14
1.11
|
miwi  |
- Add regression-test target
PR: 124764
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Approved by: maintainer |
08 Apr 2008 13:30:47
1.11
|
jadawin  |
- Update to 1.11
- Update pkg-descr
- Update pkg-plist
PR: ports/122325
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
Approved by: thierry (mentor) |
15 Dec 2007 18:41:43
1.10
|
pav  |
- Fix fetch in NOPORTDOCS case
PR: ports/118125
Submitted by: bf <bf2006a@yahoo.com> (maintainer) |
23 Sep 2007 06:02:41
1.10
|
edwin  |
[PATCH]math/gsl: update to 1.10
PR: ports/116506
Submitted by: bf <bf2006a@yahoo.com> |
29 Jun 2007 05:46:00
1.9
|
ijliao  |
upgrade to 1.9
pass maintainership to bf2006a@yahoo.com
PR: 109548
Submitted by: me
Approved by: maintainer timeout (over 2 months) |
06 May 2006 01:27:38
1.8
|
mnag  |
- Update to 1.8
- Take maintainership
PR: 96733
Submitted by: Rainer Alves <rainer.alves___gmail.com> |
26 Feb 2006 20:35:31
1.6_1
|
dougb  |
Reset maintainer by request.
Approved by: portmgr (marcus) |
23 Feb 2006 10:40:45
1.6_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:56:47
1.6
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.6
|
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. |
16 May 2005 21:52:58
1.6
|
pav  |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
02 May 2005 12:58:56
1.6
|
jylefort  |
Update to 1.6
PR: ports/80341
Submitted by: maintainer |
12 Apr 2005 03:26:57
1.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
09 Jul 2004 17:43:11
1.5
|
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 |
06 Jul 2004 13:53:50
1.5
|
vs  |
- Update to 1.5
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews |
14 Jun 2004 03:33:24
1.4
|
ache  |
Explicitly specify CONFIGURE_TARGET to disable configure warning |
14 Mar 2004 06:17:56
1.4
|
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. |
29 Jan 2004 16:13:06
1.4
|
trevor  |
SIZEify. |
08 Dec 2003 10:00:42
1.4
|
pav  |
- In the heat of the battle I mistakenly patched amd64 instead of alpha.
amd64 does not need this fix (tested on sledge),
alpha is fixed by this fix (tested on beast).
PR: ports/59238
Submitted by: Rob Byrnes <Rob.Byrnes@comindico.com.au> |
04 Dec 2003 10:39:55
1.4
|
pav  |
- Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site
PR: ports/59238
Approved by: adamw (mentor) |
02 Nov 2003 03:36:45
1.4
|
edwin  |
ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
28 Sep 2003 21:25:55
1.4
|
krion  |
- Update to version 1.4
- Pet portlint
PR: 56160
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by: maintainer timeout > 1 month |
23 Mar 2003 20:14:22
1.3
|
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
1.3
|
knu  |
De-pkg-comment. |
23 Jan 2003 14:32:33
1.3
|
obraun  |
Change maintainers email address also in the Makefile.
Approved by: maintainer |
18 Jan 2003 23:37:43
1.3
|
obraun  |
Upgrade to 1.3.
PR: ports/46931
Submitted by: maintainer |
14 Jan 2003 10:01:46
1.2
|
kris  |
Add missing file |
29 Sep 2002 06:26:19
1.2
|
kris  |
Fix plist |
23 Jul 2002 21:57:07
1.2
|
pat  |
Update to 1.2
PR: ports/40934
Submitted by: maintainer |
22 Mar 2002 03:28:01
1.1.1
|
ijliao  |
upgrade to 1.1.1
PR: 36176
Submitted by: maintainer |
07 Dec 2001 08:46:53 
|
tobez  |
Update to 1.0. |
01 Nov 2001 09:18:26 
|
tobez  |
Vladimir Savichev <vlad@ariel.phys.wesleyan.edu> is now a maintainer of this
port. |
30 Oct 2001 23:09:35 
|
tobez  |
Update to 0.9.4. |
29 Sep 2001 11:02:48 
|
demon  |
Finish updating to 0.9.3 |
29 Sep 2001 11:02:16 
|
demon  |
Update to 0.9.3 |
03 Sep 2001 03:03:54 
|
demon  |
Upgrade to 0.9.2; Use IGNOREFILES for postscript manual, it is rerolled
frequently and has no version information in the filename. |
20 Aug 2001 02:59:42 
|
jedgar  |
Chase the checksum: the reference document, gsl-ref.ps.gz, was updated. |
04 Aug 2001 18:56:19 
|
ijliao  |
add missing files in PLIST |
03 Aug 2001 20:23:05 
|
ijliao  |
upgrade to 0.9 |
06 Jul 2001 08:19:50 
|
demon  |
Add missing manpages. |
24 Jun 2001 08:54:09 
|
knu  |
Update to 0.8. |
11 Jun 2001 06:47:06 
|
markp  |
Update doc checksum. Manual was improved. |
25 Feb 2001 15:27:17 
|
kevlo  |
- Use MASTER_SITE_SOURCEWARE to MASTER_SITES - Update WWW: line - Use
NOPORTDOCS PLIST_SUB |
06 Jan 2001 20:24:32 
|
demon  |
Release to ports@. Maintainer e-mail bounces (no such user). |
11 Dec 2000 03:04:45 
|
steve  |
Poscript documentation (with no version info) changed on MASTER_SITES. |
03 Nov 2000 12:33:07 
|
kevlo  |
Update to version 0.7 |
08 Oct 2000 04:10:26 
|
asami  |
Convert category math to new layout. |
16 Jun 2000 22: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 11:38:51 
|
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
04 Jun 2000 18:08:39 
|
will  |
Update to 0.6. Add USE_LIBTOOL. Portlint. |