summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/lesstif
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.94.4dinoex2005-04-034-32/+3
| | | | http://www.lesstif.org/ReleaseNotes.html
* - Update to 0.94.2dinoex2005-04-025-3/+36
| | | | http://www.lesstif.org/ReleaseNotes.html
* - catch up autoconf changesdinoex2005-02-181-1/+1
|
* - update to 0.94.0dinoex2004-12-062-3/+3
| | | | xpdf works with this version again
* - update libtooldinoex2004-11-251-1/+1
|
* - fix the automake update from adedinoex2004-10-181-1/+1
|
* Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-151-1/+1
|
* - update to 0.93.97dinoex2004-10-143-8/+12
|
* - update to 0.93.96dinoex2004-10-143-6/+3
|
* - mark FORBIDDENdinoex2004-10-141-0/+2
|
* - drop maintainershipdinoex2004-10-131-1/+1
|
* - It was not forgotten, as no port package could be build!dinoex2004-10-131-1/+1
|
* - bump PORTEPOCHeik2004-10-131-0/+1
| | | | Forgotten by: dinoex
* - backout incomplete updatedinoex2004-10-132-4/+3
|
* - update to 0.93.95bdinoex2004-10-122-3/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-011-2/+4
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Sync with new bsd.autotools.mkade2004-06-041-2/+1
|
* - unbreak autoconfdinoex2004-03-141-2/+2
|
* 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.
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* - add SIZEdinoex2004-02-261-0/+1
|
* - Update to 0.93.94dinoex2003-12-046-52/+10
| | | | - Fix MASTER_SITES
* - update MASTER_SITESdinoex2003-11-121-2/+1
|
* - add CONFLICTSdinoex2003-10-121-0/+1
| | | | Submitted by: eikemeier@fillmore-labs.com
* - change ECHO -> ECHO_CMDdinoex2003-09-241-7/+7
|
* - save lib/X11/config/host.def (which is created empty by imake)dinoex2003-02-222-0/+8
| | | | Thanks to kris for notice.
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-201-0/+1
|
* - make portlint happierdinoex2003-01-222-4/+3
|
* - Add documentationdinoex2003-01-182-7/+148
| | | | | - install motif 2.1 libs - remove lib*.la files
* - Update to 0.93.36dinoex2003-01-0210-435/+251
| | | | supports Motif1.2 and Motif2.1
* Take maintainership, Update pending:dinoex2002-12-091-1/+1
| | | | http://people.freebsd.org/~dinoex/ports/lesstif/
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* new MASTER_SITESdinoex2002-09-091-4/+5
| | | | | PR: 41940 Submitted by: shammer@satanii.enemy.org
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Unbroke.sobomax2001-06-051-1/+2
| | | | | | | | | | Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento
* Replace explicit build dependency on automake with USE_AUTOMAKE knobade2001-05-311-2/+1
|
* Batch of style fixes for x11-toolkits.olgeni2001-02-051-1/+1
|
* Revert maintainer to ports@freebsd.org.dannyboy2000-12-141-1/+1
| | | | | PR: 23557 Submitted by: ex-MAINTAINER
* Update to 0.91.8. Other improvements:sobomax2000-09-014-41/+47
| | | | | | - make it USE_LIBTOOL; - sort PLIST; - fix configure's sprintf test segfault.
* Update to version 0.91.4kevlo2000-07-264-6/+7
| | | | | PR: 20182 Submitted by: MAINTAINER
* Do not remove lib/X11/config/Imake.tmpl on deinstall. Additional work shouldsobomax2000-06-231-1/+2
| | | | be done to save/restore original lib/X11/config/Imake.tmpl.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-3/+1
|
* Fix lesstif 0.90.0 to use automake and autoconf, as required per its build.will2000-04-221-1/+3
| | | | | PR: 18145 Submitted by: maintainer
* Upgrade to 0.90.0.tg2000-04-184-3/+15
| | | | | PR: 18062 Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Don't install xbae.1 and xlt.1.tg2000-02-241-4/+8
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
OpenPOWER on IntegriCloud