Commit graph

47 commits

Author SHA1 Message Date
Shaun Amott
cda1b874d2 - Add PORTSCOUT variable.
- Tweak IGNORE message to make portlint happier.
2007-01-26 15:46:46 +00:00
Cheng-Lung Sung
147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Mark Linimon
739e564b8c Replace the dangerous .error with IGNORE. 2006-01-27 09:38:34 +00:00
Pav Lucistnik
6edb86f43a - Add SHA256 2005-11-25 17:44:39 +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
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +00:00
Tilman Keskinoz
ad1f05ade4 - Rename variable ARCH in the freetype Makefile to FTARCH to avoid conflict
with ARCH from the ports infrastructure. This fixes build on amd64.
- Nuke USE_GMAKE while i am here. the port builds fine with our make.
2004-08-21 11:02:37 +00:00
Kirill Ponomarev
d61ee697af - Fix MASTER_SITES
PR:		ports/66711
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-16 16:48:04 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Maxim Sobolev
900ab41eb4 Install includes into ${PREFIX}/include/freetype1/freetype instead of
${PREFIX}/include/freetype, so that ports that want freetype2 but don't
pay particular attention to the order of `-I' directives won't be screwed
if freetype1 is occasionally installed on the same system. This should
fix recent problems with Mozilla.

Bump PORTREVISION.
2002-03-14 11:15:03 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Maxim Sobolev
d93bbf2e63 Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked
by the freetype2 ports.

Prompted by:	mdharnois@home.com, scanner@jurai.net etc
2001-01-09 09:09:42 +00:00
Maxim Sobolev
0379d41042 Add WWW. 2000-12-20 12:19:44 +00:00
Akinori MUSHA
6f0ef9f511 Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.
Not responded by:	jseger (MAINTAINER), sobomax
2000-11-23 14:23:54 +00:00
Vanilla I. Shu
90a819fa7b Urrr... I miss to commit Makefile :( 2000-11-12 02:20:29 +00:00
Vanilla I. Shu
b623162697 Remove USE_XLIB, only freetype utility depends to X library,
not freetype library..
2000-11-12 02:19:12 +00:00
Jeremy Lea
d3948bd8c9 USE_LIBTOOL. 2000-10-03 01:00:25 +00:00
Satoshi Asami
106a570a5e +bin/fterror
Submitted by:	obento
2000-08-12 01:36:33 +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
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Vanilla I. Shu
80546c21d2 Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.

PR:		ports/18859
Submitted by:	clive@cirx.org
2000-06-04 06:00:35 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Justin M. Seger
b94bc5a918 Upgrade to freetype-1.3
For now, include files are installed in ${PREFIX}/include/freetype
(that's the default with version 1.3) and symlinks are created in
${PREFIX}/include for compatibility
1999-11-25 03:38:39 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
SADA Kenji
05b1fe7efc Remove down site from MASTER_SITES, added some. 1998-12-14 15:47:43 +00:00
SADA Kenji
f83cb25b38 I've added some MASTER_SITES and removed BROKEN. 1998-12-14 15:39:26 +00:00
David E. O'Brien
870e799163 BROKEN= 'fetch from *SINGLE* down site'
Forgot to add Extra MASER_SITES when upgrading by:	jseger
1998-12-14 02:48:02 +00:00
Justin M. Seger
8b5e5a31a3 Upgrade to freetype 1.2
Submitted by:	taguchi@tohoku.iij.ad.jp
1998-12-12 20:58:06 +00:00
Satoshi Asami
f22feb535b A few more USE_XLIBs. 1998-11-28 09:07:24 +00:00
Scott Mace
75ed0599cc convert to ELF 1998-09-19 17:16:04 +00:00
Justin M. Seger
c220f32388 Upgrade to freetype 1.1 1998-06-21 02:42:39 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Satoshi Asami
4e4d9dbeb3 Fix several build problems.
Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Reviewed by:	various members of ports-jp@jp.freebsd.org
1998-02-18 11:46:56 +00:00
Justin M. Seger
c7c8b63a2c Upgrade to version 1.0 1998-02-08 02:32:03 +00:00
Justin M. Seger
2d3a57dac5 Upgrade to the JAN-21-1998 snapshot. 1998-01-26 15:34:59 +00:00
Justin M. Seger
5dc54a9a05 Install header files. 1998-01-24 21:51:57 +00:00
Justin M. Seger
35be995972 Import of Freetype beta release 971006.
The FreeType engine is a free and portable TrueType font rendering
engine.  It  has been developed to  provide TT support  to a great
variety of platforms and environments.
1998-01-24 16:50:42 +00:00