| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Nov 2011 17:12:59
0.17
|
tdb  |
- Fix build on CURRENT. Based on patch by beat@.
Submitted by: beat
Feature safe: yes |
03 Jul 2011 14:59:23
0.17
|
ohauer  |
-remove MD5 |
22 Feb 2010 08:16:57
0.17
|
tdb  |
- Update to libstatgrab 0.17.
- This version supports FreeBSD 9.
Feature safe: yes |
14 Oct 2009 08:31:11
0.16
|
tdb  |
- Fix build on 9-CURRENT.
Submitted by: pointyhat/erwin |
19 Apr 2008 17:56:05
0.16  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
18 Mar 2008 00:15:26
0.16
|
tdb  |
- Update to 0.16.
- Add .de mirror. |
29 Oct 2007 08:11:56
0.15
|
tdb  |
- Fix build on FreeBSD 8-CURRENT. Patch also applied upstream. |
23 Jul 2007 09:36:52
0.15
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
13 Jul 2007 21:56:21
0.15
|
tdb  |
- Update to 0.15
- Drop redundant MASTER_SITE
- Remove compile-time option for FreeBSD 4.x |
07 Jan 2007 15:17:05
0.14
|
tdb  |
Update to 0.14. |
20 Mar 2006 10:18:18
0.13
|
tdb  |
- Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports |
23 Feb 2006 10:40:45
0.12_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
01 Dec 2005 16:50:07
0.12
|
tdb  |
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor) |
15 Nov 2005 06:52:12
0.12
|
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. |
31 Jul 2005 10:11:28
0.12
|
sem  |
- Update to 0.12
PR: ports/84354
Submitted by: maintainer |
02 Mar 2005 13:41:36
0.11.1
|
flz  |
- Update to 0.11.1.
PR: ports/78295
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Approved by: pav (mentor) |
11 Nov 2004 13:21:36
0.11
|
pav  |
- Update to 0.11
PR: ports/73805
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
25 Aug 2004 08:41:45
0.10.3
|
krion  |
Update to 0.10.3
Update MASTER_SITES
PR: ports/70917
Submitted by: maintainer |
28 Jul 2004 02:03:03
0.10.2
|
ijliao  |
upgrade to 0.10.2
PR: 69677
Submitted by: maintainer |
26 Jul 2004 09:49:15
0.10.1
|
krion  |
Update to 0.10.1
PR: ports/69611
Submitted by: maintainer |
22 Jul 2004 13:39:44
0.10
|
krion  |
Fix MASTER_SITES
PR: ports/69433
Submitted by: maintainer |
09 Jul 2004 17:43:11
0.10
|
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 |
19 May 2004 20:56:49
0.10
|
krion  |
- Update to 0.10
PR: ports/66902
Submitted by: maintainer |
15 Apr 2004 08:28:48
0.9
|
kris  |
Don't remove a directory we didn't create |
14 Mar 2004 06:17:56
0.9
|
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. |
10 Mar 2004 09:39:45
0.9
|
krion  |
- Update to version 0.9
PR: ports/64008
Submitted by: maintainer |
11 Feb 2004 08:58:03
0.8.2
|
krion  |
- Update to version 0.8.2
PR: ports/62663
Submitted by: maintainer |
07 Feb 2004 17:01:39
0.8.1
|
pav  |
- Use SIZE
PR: ports/62483
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
22 Jan 2004 10:21:08
0.8.1
|
pav  |
- Add dependency on pkg-config. This fixes build of library consumers when
libstatgrab is installed from a package.
Reported by: bento via kris |
21 Jan 2004 18:38:14
0.8.1
|
krion  |
- Update to 0.8.1
PR: 61681
Submitted by: maintainer |
06 Jan 2004 22:59:52
0.8
|
pav  |
- Update to 0.8
PR: ports/60986
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
24 Oct 2003 19:55:10
0.7
|
krion  |
- Update to version 0.7
PR: 58409
Submitted by: maintainer |
19 Oct 2003 13:03:02
0.6.1
|
krion  |
- Update to version 0.6.1
PR: 58229
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
10 Oct 2003 13:50:05
0.6
|
krion  |
- Update to version 0.6
- Unbreak on -current
PR: 57830
Submitted by: maintainer |
25 Sep 2003 07:09:24
0.5.1
|
erwin  |
Update to 0.5.1
PR: 56625
Submitted by: maintainer |
30 Aug 2003 17:16:34
0.5
|
krion  |
- Add new MASTER_SITES
PR: 56200
Submitted by: maintainer |
26 Aug 2003 06:15:42
0.5
|
krion  |
- Update to version 0.5
- Use DOCSDIR macro
PR: 55974
Submitted by: maintainer |
17 Jun 2003 11:42:21
0.4
|
leeym  |
libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the
package rather than the port. The next release will hopefully fix this.
Pointed out by: kris
PR: 53385
Submitted by: Tim Bishop <tim@bishnet.net> |
03 Jun 2003 05:11:10
0.4
|
will  |
Add libstatgrab 0.4, which provides a useful interface to
system statistics.
PR: 51723
Submitted by: Tim Bishop <tim@bishnet.net> |