Commit graph

25 commits

Author SHA1 Message Date
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
Roman Bogorodskiy
9ac49a6fca Add forgotten .la file to plist.
Peported by:	pointyhat via kris
Pointy hat to:	novel
2005-07-12 18:33:35 +00:00
Roman Bogorodskiy
b047c505a5 Set USE_LIBTOOL_VER to 13 to fix build on 4.x.
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Reported by:	pointyhat via kris
2005-07-11 17:53:30 +00:00
Roman Bogorodskiy
8ca81e54d3 Update to 0.3.16.
PR:		83101
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by:	Vince Valenti (maintainer)
2005-07-07 18:48:54 +00:00
Sergey Matveychuk
d32386e162 - Update devel/libol to 0.3.15 and sysutils/syslog-ng to 1.6.6
- Synchronize syslog-ng.conf with /etc/syslog.conf

Submitted by:	glebius
Approved by:	maintainer silence
2005-03-20 14:46:20 +00:00
Sergey Matveychuk
d74326a7a5 - Add USE_GCC=3.3+. It fixes core dumps on 4.x.
- Add /var/run/logpriv as an log source in syslog-ng.conf.sample.

Submitted by:	glebius
2005-03-05 18:59:30 +00:00
Mark Linimon
9d5d5af3ff Update to 0.3.14.
PR:		ports/70849
Submitted by:	Toni Viemero <toni dot viemero at iki dot fi>
Approved by:	maintainer
2004-08-28 03:57:10 +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
Pav Lucistnik
ec73bddeed - Update to 0.3.13
PR:		ports/63486
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2004-02-29 10:50:11 +00:00
Dmitry Sivachenko
71795aaa21 Update to version 0.3.12.
Approved by:	maintainer
2004-01-15 17:57:14 +00:00
Kirill Ponomarev
8328268f38 - Update to version 0.3.11
PR:		57819
Submitted by:	maintainer
2003-10-10 06:09:40 +00:00
Ying-Chieh Liao
78a0d72a6e upgrade to 0.3.10
PR:		51937
Submitted by:	maintainer
2003-05-12 09:03:13 +00:00
Dmitry Sivachenko
4da8bad43a Update to the latest stable version (0.3.9).
Submitted by:	maintainer
2003-03-06 14:59:22 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Dmitry Sivachenko
8e794aafa6 Update to 0.2.24.
Approved by:	MAINTAINER
2003-01-01 18:17:23 +00:00
Kevin Lo
c1e5c1fa03 Update to version 0.2.23
PR: 32368
Submitted by: MAINTAINER
2001-11-29 07:36:37 +00:00
Jimmy Olgeni
3dcf54fac5 Update port to version 0.2.21 (required by sysutils/syslog-ng 1.4.11).
PR:		26707
Submitted by:	Vince Valenti <vince@blue-box.net>
2001-04-20 15:54:35 +00:00
Kevin Lo
c165ae02ac Update to 0.2.20
PR: 21706
Submitted by: MAINTAINER
2000-10-03 15:23:44 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Will Andrews
a8bb16b7f6 Update to 0.2.17.
PR:		19632
Submitted by:	maintainer
2000-07-02 03:24:03 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
17c6658b67 Respect CFLAGS.
PR:		18659
2000-05-19 10:48:20 +00:00
Will Andrews
b8de443877 Add libol, a library required by syslog-ng. It has no known documented
purpose other than to support syslog-ng. The maintainer suggested that it
go in misc, but I defaulted to devel, as defined in porting.html.

PR:		18186
Submitted by:	Vince Valenti <vince@blue-box.net>
2000-04-25 04:13:23 +00:00