Commit graph

22 commits

Author SHA1 Message Date
Yen-Ming Lee
6760c0cc15 - addINSTALLS_SHLIB=yes
- add USE_GCC=3.3 when default gcc is 3.4
2004-11-02 01:13:31 +00:00
Kris Kennaway
7a6f05bb7a BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 18:47:46 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
4182e08926 - Fix build
Noticed by:	bento via kris
2004-03-22 05:55:52 +00:00
Kirill Ponomarev
fde4086842 - Add WWW:
PR:		ports/64484
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-03-20 06:21:46 +00:00
Kirill Ponomarev
f50de67ab5 - Update to version 2.1
PR:		ports/64473
Submitted by:	Ports Fury
2004-03-19 19:50:52 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
Kris Kennaway
98e446c349 BROKEN on 5.x: configure fails 2004-02-23 04:33:38 +00:00
Mark Linimon
f70e0e3c10 Unbreak by preventing install from putting latte.el into root directory;
run strip; fix plist.

Also, reset maintainer.  This port has been broken for quite some time,
and I've never gotten any response to multiple emails about it.

PR:		ports/62781
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-22 10:10:44 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Kris Kennaway
3d6bae73aa BROKEN: Installs latte.el in / 2003-02-22 03:11:21 +00:00
Akinori MUSHA
36d62f1f46 De-pkg-comment. 2003-02-21 13:42:50 +00:00
Bill Fenner
bcc333b8db Update Dominik Rothert's (MAINTAINER) email address.
Submitted by:	Dr. Jurgen K. Lang <jkl@astorit.de>
2002-10-22 17:55:52 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Chris Piazza
37c0ef8e3b Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
Jeremy Lea
e531baf8c1 PLIST related fixes. 2000-02-27 08:56:20 +00:00
Steve Price
59e5b8bb72 For some reason with the latest libtool this port no longer builds its
shared libraries, so explicitly tell configure to '--enable-shared'.
1999-09-20 00:52:09 +00:00
Tim Vanderhoek
9dbc794cb4 Enforce random pkg/COMMENT rules, including the one that states Emacs
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Chris Piazza
f8a5a4fd14 Fix categories after repo-copy (I could have sworn I had done this...) 1999-09-17 17:36:20 +00:00
Chris Piazza
8caa288127 Import of latte.
Latte is a simple language for marking up text in a very expressive
way. Includes the Latte library, which allows you
to build translators from Latte to any other text format you choose,
and a demonstration application that converts Latte text into HTML.

PR:		13151
Submitted by:	Dominik Rothert <dr@domix.de>
1999-09-10 06:34:30 +00:00