Commit graph

35 commits

Author SHA1 Message Date
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Tim Bishop
7ce822b743 - Update to 0.16.
- Add .de mirror.
2008-03-18 00:15:26 +00:00
Tim Bishop
9a3e615c39 - Fix build on FreeBSD 8-CURRENT. Patch also applied upstream. 2007-10-29 08:11:56 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Tim Bishop
c2d745da10 - Update to 0.15
- Drop redundant MASTER_SITE
- Remove compile-time option for FreeBSD 4.x
2007-07-13 21:56:21 +00:00
Tim Bishop
69daec23c8 Update to 0.14. 2007-01-07 15:17:05 +00:00
Tim Bishop
44360b4b35 - Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports
2006-03-20 10:18:18 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
2c23deec99 - Update to 0.12
PR:		ports/84354
Submitted by:	maintainer
2005-07-31 10:11:27 +00:00
Florent Thoumie
74b20b441f - Update to 0.11.1.
PR:		ports/78295
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
Approved by:	pav (mentor)
2005-03-02 13:41:36 +00:00
Pav Lucistnik
e68e256d14 - Update to 0.11
PR:		ports/73805
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-11-11 13:21:36 +00:00
Kirill Ponomarev
a52b059515 Update to 0.10.3
Update MASTER_SITES

PR:		ports/70917
Submitted by:	maintainer
2004-08-25 08:41:45 +00:00
Ying-Chieh Liao
fe4d1c13ee upgrade to 0.10.2
PR:		69677
Submitted by:	maintainer
2004-07-28 02:03:03 +00:00
Kirill Ponomarev
0832759650 Update to 0.10.1
PR:		ports/69611
Submitted by:	maintainer
2004-07-26 09:49:15 +00:00
Kirill Ponomarev
d602d43d81 Fix MASTER_SITES
PR:		ports/69433
Submitted by:	maintainer
2004-07-22 13:39:43 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
6ca2a3d1bb - Update to 0.10
PR:		ports/66902
Submitted by:	maintainer
2004-05-19 20:56:49 +00:00
Kris Kennaway
da9c549ad5 Don't remove a directory we didn't create 2004-04-15 08:28:48 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
fe09ae9f1c - Update to version 0.9
PR:		ports/64008
Submitted by:	maintainer
2004-03-10 09:39:45 +00:00
Kirill Ponomarev
74308a6692 - Update to version 0.8.2
PR:		ports/62663
Submitted by:	maintainer
2004-02-11 08:58:02 +00:00
Pav Lucistnik
5573bc1d6a - Use SIZE
PR:		ports/62483
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-02-07 17:01:39 +00:00
Pav Lucistnik
78f2e01e10 - Add dependency on pkg-config. This fixes build of library consumers when
libstatgrab is installed from a package.

Reported by:	bento via kris
2004-01-22 10:21:08 +00:00
Kirill Ponomarev
de65da9f1f - Update to 0.8.1
PR:		61681
Submitted by:	maintainer
2004-01-21 18:38:14 +00:00
Pav Lucistnik
2af05b1174 - Update to 0.8
PR:		ports/60986
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-01-06 22:59:52 +00:00
Kirill Ponomarev
718b840ba7 - Update to version 0.7
PR:		58409
Submitted by:	maintainer
2003-10-24 19:55:10 +00:00
Kirill Ponomarev
74653c5500 - Update to version 0.6.1
PR:		58229
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2003-10-19 13:03:02 +00:00
Kirill Ponomarev
249c67167e - Update to version 0.6
- Unbreak on -current

PR:		57830
Submitted by:	maintainer
2003-10-10 13:50:05 +00:00
Erwin Lansing
6ff6c7bf2b Update to 0.5.1
PR:		56625
Submitted by:	maintainer
2003-09-25 07:09:24 +00:00
Kirill Ponomarev
1a7e5884a5 - Add new MASTER_SITES
PR:		56200
Submitted by:	maintainer
2003-08-30 17:16:34 +00:00
Kirill Ponomarev
cc1c598550 - Update to version 0.5
- Use DOCSDIR macro

PR:		55974
Submitted by:	maintainer
2003-08-26 06:15:42 +00:00
Yen-Ming Lee
4c01ca9423 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>
2003-06-17 11:42:21 +00:00
Will Andrews
62a76c3115 Add libstatgrab 0.4, which provides a useful interface to
system statistics.

PR:		51723
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-06-03 05:11:10 +00:00