Commit graph

29 commits

Author SHA1 Message Date
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
Dirk Meyer
33825b2fcd Apply patch for:
XmHTML does not build: debug.c:113: initializer element is not constant
When trying to build XmHTML-1.1.7_1 on -current as of 7-JAN-2002, I got
the following error during build:
rm -f .libs/debug.lo
cc -O -pipe -DVERSION=1107 -DHAVE_REGEX_H -DHAVE_LIBJPEG -DHAVE_LIBPNG -DMotif -I. -I../include -I../include/common -I../../include -I../../include/common -I../../include/XmHTML -I/usr/X11R6/include -I/usr/local/include -c debug.c  -fPIC -DPIC -o .libs/debug.lo
debug.c:113: initializer element is not constant
gmake[2]: *** [debug.o] Fehler 1

Strangely enough, the build continued without rebuilding the remaining
files of this directory.  The make install aborted, of course, because
parts of the product had not been built.
 (gmake problem)

PR:		34636
Submitted by:	gwk@mscsoftware.com
Approved by:	Lars.Koeller@Uni-Bielefeld.DE
2002-04-02 15:56:16 +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
b9122e9ba8 Complete new patch files for update to version 1.1.7. 2000-12-25 07:22:54 +00:00
Lars Koeller
9775928ec9 Complete new patch files for update to version 1.1.7. 2000-12-24 12:59:19 +00:00
Lars Koeller
9b36675494 Update to 1.1.7 with new packing list. 2000-12-24 12:57:23 +00:00
Lars Koeller
ca4e189d19 Fix one line longer than 80 chars. 2000-12-24 12:56:50 +00:00
Lars Koeller
0b9b35545c Update to 1.1.7 with new checksum. 2000-12-24 12:56:13 +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
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Satoshi Asami
3edbc8ae9a Correctly use MOTIFLIB. 1999-05-12 09:12:40 +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
d23daab33a Don't put PKGNAME or similar in front. 1999-02-22 07:35:45 +00:00
Satoshi Asami
048b543593 Portlint. 1999-02-22 07:35:20 +00:00
Peter Hawkins
d934bfcab8 Minor fix (put include files in <include/XmHTML> ) 1999-02-21 03:59:37 +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