summaryrefslogtreecommitdiff
path: root/x11/libhelp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* Fix build for Alpha.Steve Price1999-05-311-7/+15
| | | | Notes: svn path=/head/; revision=19135
* Fix building by properly using MOTIFLIB (actually just changedSatoshi Asami1999-05-122-1/+12
| | | | | | | "MOTIFLIB=" to "MOTIFLIB?="). Notes: svn path=/head/; revision=18796
* add support for MOTIFLIBMichael Haro1999-05-021-15/+24
| | | | | | | | I couldn't reproduce the error shown on bento but this should probably be added anyway. Notes: svn path=/head/; revision=18322
* Un-break.Thomas Gellekum1998-04-142-22/+19
| | | | Notes: svn path=/head/; revision=10515
* Doesn't build....Satoshi Asami1998-04-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=10512
* Import libhelp port. libhelp is a hypertext help system for MotifThomas Gellekum1998-04-0918-0/+418
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> Notes: svn path=/head/; revision=10451