Commit graph

27 commits

Author SHA1 Message Date
Ion-Mihai Tetcu
ea291c6073 Change MASTER_SITES to MASTER_SITES_NETBSD [1]
Now we install .la libs [2]
Fix plist. [3]

PR:		ports/97141 [3]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [3]
		lawrance [1], itetcu [2]
Approved by:	lawrance (mentor)
2006-05-12 12:44:01 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
d53f2613a2 - Style: ports@freebsd.org -> ports@FreeBSD.org 2005-11-25 22:29:24 +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
Lars Koeller
106310e7ff o) Drop maintainership cause I didn't use these ports since months anymore. 2005-11-13 17:13:15 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +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
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Akinori MUSHA
5c65a56754 De-pkg-comment. 2003-02-21 14:19:11 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Lars Koeller
77cb89de33 o) Fix problem setting GNU_CONFIGURE when USE_LIBTOOL us used.
The build is aborted due to the missing configure script.

Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-07-02 07:19:02 +00:00
Lars Koeller
1d0d89dcf7 o Fix compiling problem due to implicit set of GNU_CONFIGURE when using
USE_LIBTOOL.

Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-06-29 05:19:06 +00:00
Ade Lovett
e460680d5e Replace explicit build dependency on libtool with USE_LIBTOOL knob 2001-05-31 22:44:45 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Lars Koeller
67256d7659 - Cleanup of Makefile
- Properly support of CC/CFLAGS/PREFIX added
- Remove version number from dirnames (share/doc/XmHTML, share/examples/XmHTML)
- Exclude (archtecture dependent) binary program from share/examples/XmHTML
- Respect NOPORTDOCS
- Increase PORTREVISON to 1
PR: 23832
Submitted by: tkato@prontomail.ne.jp
2001-01-07 13:10:07 +00:00
Lars Koeller
930f61671c Update to version 1.1.7, needed be grace-5.1.2. Alas the imake build of the
source tree is toally broken: It's necessary to use the Makefiles and do the
install by "hand" with manually callinmg libtool, etc.
PR: ports/20464, ports/20577, ports/21836
2000-12-24 12:55:37 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Jun Kuriyama
e4542eab25 Unbreak for ELF. (setenv PORTOBJFORMAT at xmkmf)
I think this hack solves mharo's problem...

Found by:	bento and mharo
1999-05-10 14:56:04 +00:00
Michael Haro
7ece6a7b68 Mark as BROKEN (doesn't support MOTIFLIB) That is the error bento shows, but
I'm getting a different error, which I'm unable to solve right now.
Also update DESCR with WWW:
1999-05-02 08:33:04 +00:00
Michael Haro
5072ade7ec Add LIB_DEPENDS section 1999-04-20 18:51:26 +00:00
Satoshi Asami
2f018f8a59 Move xmhtml from x11 to x11-toolkits.
Ignored (despite repeated prodding from me) by:	thepish
1999-04-12 08:17:27 +00:00
Satoshi Asami
048b543593 Portlint. 1999-02-22 07:35:20 +00:00
Peter Hawkins
12796c0815 A pretty awesome widget - the best HTML browser widget I have seen 1999-02-21 03:22:20 +00:00