1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
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
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Oliver Lehmann
ee5629ee99 update to 0.2.25 2007-03-09 19:28:56 +00:00
Oliver Lehmann
b837d3b89c update to 0.2.24 2006-12-04 18:11:20 +00:00
Oliver Lehmann
a6b4235bda update libzvbi to 0.2.23 2006-11-08 18:58:12 +00:00
Oliver Lehmann
c48f65a795 update libzvbi to 0.2.22 2006-06-01 21:00:08 +00:00
Oliver Lehmann
a89e501324 update to 0.2.21 2006-05-15 18:34:22 +00:00
Oliver Lehmann
1100e38e61 update to 0.2.20 2006-05-08 19:47:29 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Oliver Lehmann
d9450fccc6 update to 0.2.19 2006-03-15 05:19:07 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Oliver Lehmann
ca00a6c38e update to 0.2.18 2006-02-11 13:04:30 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +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
Oliver Lehmann
80f3091ae7 update libzvbi to 0.2.17 2005-10-08 16:49:46 +00:00
Oliver Lehmann
4994efa7d7 update libzvbi port to 0.2.16 2005-05-26 10:26:29 +00:00
Oliver Lehmann
79d427c164 update to 0.2.15 2005-04-02 09:41:51 +00:00
Oliver Lehmann
a62df6314d update to 0.2.14 2005-03-05 11:44:29 +00:00
Oliver Lehmann
16ea944cf4 update libzvbi to 0.2.13 2005-01-24 14:05:03 +00:00
Oliver Lehmann
b4d7d61581 update to libzvbi 0.2.11 2004-12-31 11:36:46 +00:00
Oliver Lehmann
409e385704 update to 0.2.9 2004-11-11 17:05:51 +00:00
Oliver Lehmann
e9c5dee60d install in PREFIX, not in X11PREFIX
USE_LIBTOOL_VER 15 (instead of 13)
Bump PORTREVISION
2004-08-19 15:41:42 +00:00
Oliver Lehmann
bf70a456ff update to 0.2.8 2004-05-12 15:27:18 +00:00
Oliver Lehmann
fa4d7c7eef update to 0.2.7 2004-04-09 13:17:19 +00:00
Oliver Lehmann
3a35ec0d90 update to 0.2.6 2004-04-05 09:52:39 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Oliver Lehmann
1d66f36494 add a missing dependency to libunicode 2004-02-09 17:39:28 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Oliver Lehmann
1197c8b876 update libzvbi to 0.2.5 2003-10-28 07:43:42 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Oliver Lehmann
0af439f6aa add INSTALLS_SHLIB, USE_LIBTOOL
s/freebsd/FreeBSD/ in MAINTAINER field
2003-07-30 18:07:17 +00:00
Kris Kennaway
b7cf9f9896 Back out previous commit; the build error was fixed already.
Apologies to:	oliver
2003-05-18 10:34:51 +00:00
Kris Kennaway
d500c1cc50 BROKEN on 5.1: does not compile 2003-05-18 10:15:44 +00:00
Oliver Lehmann
80600fb843 Fix build on CURRENT
Submitted by:	bento
2003-05-17 21:40:54 +00:00
Oliver Lehmann
813226c98e Add libzvbi, routines to access raw VBI capture devices
PR:		48809
Approved by:	alex (mentor)
2003-05-15 14:08:03 +00:00