summaryrefslogtreecommitdiff
path: root/x11/libhelp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=34892
* ComplexProgramTarget() -> ComplexProgramTargetNoMan().Satoshi Asami2000-09-191-0/+6
| | | | | | | Submitted by: onigiri Notes: svn path=/head/; revision=32880
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27497
* $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