Commit Graph

8 Commits

Author SHA1 Message Date
Chris Piazza
fe5426321a Update to use PORTNAME/PORTVERSION 2000-04-13 19:19:05 +00:00
Peter Wemm
e17439d50d $Id$ -> $FreeBSD$ 1999-08-31 02:51:23 +00:00
Steve Price
a53d0ce8e7 Fix build for Alpha. 1999-05-31 04:57:17 +00:00
Satoshi Asami
5399cff94a Fix building by properly using MOTIFLIB (actually just changed
"MOTIFLIB=" to "MOTIFLIB?=").
1999-05-12 07:19:52 +00:00
Michael Haro
48fb7f9f4b add support for MOTIFLIB
I couldn't reproduce the error shown on bento but this should probably
be added anyway.
1999-05-02 20:06:39 +00:00
Thomas Gellekum
f13abc27de Un-break. 1998-04-14 09:52:55 +00:00
Satoshi Asami
ceaf5c03d8 Doesn't build....
ARROWPROTO  -O2 -DHELP_PATH=\"/usr/X11R6/lib/X11/xmhelp/help:/usr/X11R6/lib/X11/xmhelp/pixmaps\"  -DMOTIF -c HTML.c
HTML.c:226: `_XmGadgetArm' undeclared here (not in a function)
HTML.c:226: initializer element for `actionsList[6].proc' is not constant
HTML.c:227: `_XmGadgetActivate' undeclared here (not in a function)
HTML.c:227: initializer element for `actionsList[7].proc' is not constant
HTML.c:228: `_XmManagerEnter' undeclared here (not in a function)
HTML.c:228: initializer element for `actionsList[8].proc' is not constant
HTML.c:229: `_XmManagerFocusIn' undeclared here (not in a function)
HTML.c:229: initializer element for `actionsList[9].proc' is not constant
HTML.c:230: `_XmManagerHelp' undeclared here (not in a function)
HTML.c:230: initializer element for `actionsList[10].proc' is not constant
HTML.c: In function `Redisplay':
HTML.c:2029: warning: passing arg 1 of `XmeRedisplayGadgets' from incompatible pointer type
HTML.c:2029: warning: passing arg 2 of `XmeRedisplayGadgets' from incompatible pointer type
*** Error code 1

Stop.
1998-04-14 04:21:51 +00:00
Thomas Gellekum
7b804361b0 Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-09 08:13:33 +00:00