aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/xbae
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 4.50.97pav2007-03-173-40/+4
| | | | | PR: ports/109429 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-231-5/+2
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* o) Drop maintainership cause I didn't use these ports since months anymore.lkoeller2005-11-141-1/+1
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add missing filekris2004-11-131-0/+1
|
* o) Update to version 4.50.91lkoeller2004-05-305-454/+153
| | | | | | | | | o) Change package name from xbae to Xbae o) Add CONFIGURE_TARGET (new autoconf) o) Fix compile error of ner version on FreeBSD 4 PR: ports/67359 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Add missing symlinkkris2003-04-051-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Upgrade to version 4.50.0lkoeller2003-01-127-58/+525
| | | | | | | | o Now uses libtool o Lib-version changes from libXbae.so.8 to libXbae.so.4 -> implies modification of grace port o PR: ports/45655 Originator: James E. Flemer <jflemer@alum.rpi.edu>
* o Update to 4.9.1lkoeller2001-06-062-2/+2
| | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Update to xbae 4.9.0kris2001-05-062-2/+2
| | | | Approved by: maintainer
* Batch of style fixes for x11-toolkits.olgeni2001-02-061-1/+1
|
* Added accidently lost manually install of patchlevel.h which is neededlkoeller2001-01-101-0/+1
| | | | by e.g. grace to compile.
* Update to version 4.8.4. Affected ports: xmgr, grace, oleo.lkoeller2000-12-304-42/+52
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-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 theasami2000-06-171-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 Isobomax2000-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.sobomax2000-06-162-5/+4
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Create include/Xbae -> include/Xbae-${VERSION} symlink. I don't know whyasami1999-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").asami1999-09-111-1/+1
|
* $Id$ -> $FreeBSD$ (spammed by dirk)peter1999-09-111-1/+1
|
* Upgrade to 4.7.dirk1999-09-114-48/+56
| | | | | PR: ports/13624 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-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.steve1999-05-311-14/+6
|
* Correct a few problems when using Motif version 2.x with a minor tweaksteve1999-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/==/=/.steve1999-05-301-1/+1
|
* support MOTIFLIBmharo1999-04-281-26/+28
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-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.steve1998-09-222-6/+9
|
* Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140asami1998-08-081-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.tg1998-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 implementsasami1998-04-141-2/+2
| | | | spreadsheets.
* Execute ldconfig -m after installation.tg1998-04-092-1/+5
|
* Import xbae port. Xbae is a Motif-based widget which displays a gridtg1998-04-086-0/+74
of cells as a spreadsheet. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>