Commit Graph

42 Commits

Author SHA1 Message Date
Cheng-Lung Sung
ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00
Michael Johnson
2212408e69 - Chase fftw3 libver bump 2006-05-11 15:12:06 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
e8d3c8300f Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry 2006-01-22 00:17:42 +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
Tilman Keskinoz
463dadf671 * Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
2005-11-08 12:56:15 +00:00
Renato Botelho
9e344dbbeb - Update to 0.4.14
PR:		ports/86116
Submitted by:	Ports Fury
2005-09-16 11:04:25 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Florent Thoumie
dac489871e - Update to 0.4.13.
PR:		ports/78495
Submitted by:	Ports Fury
Approved by:	pav (mentor)
2005-03-06 21:15:15 +00:00
Kirill Ponomarev
271708ef18 Update to version 0.4.12
PR:		ports/75263
Submitted by:	Ports Fury
2004-12-20 08:39:50 +00:00
Kris Kennaway
9c82fb3c61 Add missing file 2004-11-26 00:48:57 +00:00
Michael Johnson
c5eaa3975a - Add math/fftw3 to BUILD_DEPENDS since it installs the header files [1]
- Add WITH_SSE knob since fftw3-float supports it
- Add WITH_OPTIMIZED_CFLAGS knob to respect CFLAGS if not defined [1]

Submitted by:	KATO Tsuguru [1]
Approved by:	adamw (implicit)
2004-11-24 06:26:16 +00:00
Michael Johnson
769416c575 Bump PORTREVISION due to last commit of dependency changes
Approved by:	adamw (implicit)
2004-11-24 03:36:46 +00:00
Michael Johnson
ecb14b7a26 Change math/fftw3 dependency to math/fftw3-float
Approved by:	adamw (implicit)
2004-11-24 03:34:56 +00:00
Kirill Ponomarev
e5bc79dac5 Fix comment: s/assember/assembler 2004-11-09 22:36:49 +00:00
Kirill Ponomarev
f862065cc3 Fix build.
Reported by:	pointyhat via kris
2004-11-09 22:35:23 +00:00
Kirill Ponomarev
aa1349c69a Update to version 0.4.11
PR:		ports/73344
Submitted by:	Ports Fury
2004-11-01 17:24:17 +00:00
Oliver Lehmann
4a6bf41f75 s|%D/libladspa|%D/lib/ladspa| 2004-08-15 00:13:36 +00:00
Kirill Ponomarev
815dd3ffd8 Update to version 0.4.7
PR:		ports/69291
Submitted by:	Ports Fury
2004-07-19 17:44:27 +00:00
Kirill Ponomarev
46a4740841 Update to version 0.4.4
PR:		ports/68997
Submitted by:	Ports Fury
2004-07-14 12:19:07 +00:00
Kris Kennaway
08492c52f4 Support WITHOUT_NLS 2004-03-28 00:04: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
Tilman Keskinoz
196c16bdde Update to 0.4.3
Add amd64 to ONLY_FOR_ARCHS, since it builds fine here.
2004-02-28 11:01:00 +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
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kris Kennaway
3cc822d0ea Portlint (reorder variables) 2003-10-27 19:04:25 +00:00
Mark Linimon
b972ba667f This includes x86 assembler code, so mark it as only for i386. 2003-10-22 07:58:23 +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
Tilman Keskinoz
35ee9cff81 Fix build on !i386
PR:		54454
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-18 22:26:22 +00:00
Tilman Keskinoz
69d7d71761 Add USE_LIBTOOL.
Reported by:	bento (via kris)
2003-06-18 10:08:12 +00:00
Tilman Keskinoz
274033c1f5 Update to 0.4.2
PR:		53338
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-15 22:03:37 +00:00
Tilman Keskinoz
df2218645e Update to 0.4.0
PR:		51669
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-05-01 22:06:36 +00:00
Kris Kennaway
4c31c7be8e Add missing files and directories and sort pkg-plist 2003-02-22 04:44:53 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Tilman Keskinoz
dc0ecd6e5c Update to 0.3.6. Drop Maintainership. 2003-02-02 15:58:42 +00:00
Tilman Keskinoz
d1b2354d91 Update to 0.3.3 2003-01-01 19:57:08 +00:00
Tilman Keskinoz
bdfda9025b Use the right combination of autotools.
Submitted by:	bento
2002-12-12 10:27:30 +00:00
Tilman Keskinoz
57eef3a92b Add swhplugins, the largest collection of Ladspa plugins 2002-11-15 19:25:58 +00:00