summaryrefslogtreecommitdiff
path: root/x11-toolkits/xbae (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
|
* Added accidently lost manually install of patchlevel.h which is neededLars Koeller2001-01-091-0/+1
| | | | by e.g. grace to compile.
* Update to version 4.8.4. Affected ports: xmgr, grace, oleo.Lars Koeller2000-12-294-42/+52
|
* 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.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-5/+4
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
|
* Create include/Xbae -> include/Xbae-${VERSION} symlink. I don't know whySatoshi Asami1999-09-112-0/+3
| | | | it went away in 4.7 but it breaks at least one port (math/xmgr).
* Run ldconfig -m on %D/lib, not %D (which is "/usr/X11R6").Satoshi Asami1999-09-111-1/+1
|
* $Id$ -> $FreeBSD$ (spammed by dirk)Peter Wemm1999-09-101-1/+1
|
* Upgrade to 4.7.Dirk Froemberg1999-09-104-48/+56
| | | | | PR: ports/13624 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | [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
* Revert last commit and use ${MOTIFLIB} instead as the handbook suggests.Steve Price1999-05-311-14/+6
|
* Correct a few problems when using Motif version 2.x with a minor tweakSteve Price1999-05-301-7/+15
| | | | | | | | from what the maintainer submitted to include Motif.tmpl from withing Xbae.tmpl. PR: 11888 Submitted by: maintainer
* Fix a nit in PLIST, s/==/=/.Steve Price1999-05-301-1/+1
|
* support MOTIFLIBMichael Haro1999-04-271-26/+28
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Convert to ELF and use MAN3.Steve Price1998-09-212-6/+9
|
* Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140Satoshi Asami1998-08-071-2/+2
| | | | | slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients xview-config xview-lib" from x11 to x11-toolkits.
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Add "math" to list of categories, as this widget set implementsSatoshi Asami1998-04-141-2/+2
| | | | spreadsheets.
* Execute ldconfig -m after installation.Thomas Gellekum1998-04-092-1/+5
|
* Import xbae port. Xbae is a Motif-based widget which displays a gridThomas Gellekum1998-04-086-0/+74
of cells as a spreadsheet. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>