summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-179-35/+35
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Move the USE_X_PREFIX up a few lines so it actually gets used.Chris Piazza1999-08-156-12/+18
| | | | | | | | PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp> Notes: svn path=/head/; revision=20733
* Activate gtkglareaChris Piazza1999-08-041-1/+2
| | | | Notes: svn path=/head/; revision=20521
* GtkGLArea, an openGL widget for the GTK+ GUI toolkitChris Piazza1999-08-0410-0/+90
| | | | | | | | PR: 12931 Submitted by: Michael Sardo <jaeger16@yahoo.com> Notes: svn path=/head/; revision=20520
* Don't ask questions if we are doing the parallel build, as it won'tSatoshi Asami1999-07-201-2/+2
| | | | | | | interfere with the real Motif. Notes: svn path=/head/; revision=20287
* BROKEN= "Hardcoded FreeBSD release numbers in PLIST"Chris Piazza1999-07-182-2/+6
| | | | | | | I'll fix this in a little while. Notes: svn path=/head/; revision=20260
* Give this port a USE_XLIB so it'll link. Also move the CC=egccChris Piazza1999-07-182-4/+8
| | | | | | | | into the ${OSVERSION} check so it'll actually compile on -current with egcs. Notes: svn path=/head/; revision=20259
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).Tim Vanderhoek1999-07-1710-70/+73
| | | | Notes: svn path=/head/; revision=20250
* Update to gtkstep 1.6Chris Piazza1999-07-173-4/+7
| | | | Notes: svn path=/head/; revision=20232
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tSatoshi Asami1999-07-151-2/+2
| | | | | | | build but at least it will have a better chance. Notes: svn path=/head/; revision=20221
* Make Steven G. Kargl <kargl@troutmask.apl.washington.edu> theChris Piazza1999-07-141-2/+2
| | | | | | | maintainer of this port. Notes: svn path=/head/; revision=20186
* Update to lesstif 0.88.9.Chris Piazza1999-07-147-173/+188
| | | | | | | | | | | | | Note that this change to the Makefile is a format change and the real commit was rev 1.33. All of the others are the actual update. The message got lost in an accidental ctrl-c during the commit. Thanks to jdp for fixing all the locks. PR: 12630 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=20185
* Update to 0.88.9.Chris Piazza1999-07-141-42/+54
| | | | | | | | PR: 12630 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=20184
* Fixups for RELENG_3. (this was an error on my part, oops!)Chris Piazza1999-07-081-2/+2
| | | | | | | | PR: 12553 Submitted by: maintainer Notes: svn path=/head/; revision=20117
* Turn off optimization in order to workaround a bug in egcs on FreeBSD/Alpha.Steve Price1999-07-041-1/+8
| | | | Notes: svn path=/head/; revision=20005
* This port doesn't build (yet) on the Alpha.Steve Price1999-07-041-1/+5
| | | | Notes: svn path=/head/; revision=20003
* Activate plib.Chris Piazza1999-07-031-1/+2
| | | | Notes: svn path=/head/; revision=19964
* Plib: a portable library for joystick/sound/OpenGL GUI/3d math.Chris Piazza1999-07-035-0/+86
| | | | | | | | PR: 12483 Submitted by: Brian Buchanan <brian@CSUA.Berkeley.EDU> Notes: svn path=/head/; revision=19962
* Use the proper links so dynamic linking will work.Chris Piazza1999-06-291-3/+9
| | | | | | | | PR: 12439 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=19893
* Upgrade lesstif to 0.88.1.Chris Piazza1999-06-287-227/+392
| | | | | | | | | PR: 11250,12415 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Jeroen Ruigrok van der Werven <asmodai@wxs.nl> Notes: svn path=/head/; revision=19847
* Activate wxgtk.Chris Piazza1999-06-261-1/+2
| | | | Notes: svn path=/head/; revision=19806
* wxWindows (wxGTK). A cross-platform C++ GUI toolkit.Chris Piazza1999-06-2618-0/+1011
| | | | | | | | PR: 12298 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=19805
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2645-45/+45
| | | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=19804
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-262-2/+2
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Build fails on the Alpha with a compiler error in functionSteve Price1999-06-221-1/+5
| | | | | | | fixup_memory_subreg. Notes: svn path=/head/; revision=19666
* On the Alpha this port's build dies with a compiler error in functionSteve Price1999-06-221-1/+5
| | | | | | | fixup_memory_subreg. Notes: svn path=/head/; revision=19657
* Upgrade to tcl and tk 8.1.Justin M. Seger1999-06-2016-133/+179
| | | | | | | | | Move NO_LATEST_LINK from tcl81 and tk81 to tcl80 and tk80. Submitted by: YAZAKI Hiroyuki <yazaki@nn.iij4u.or.jp> Notes: svn path=/head/; revision=19591
* Remove current maintainer and replace with ports@FreeBSD.orgChris Piazza1999-06-191-2/+2
| | | | | | | | | | | Maintainer writes: Sorry, but as Ive posted before, I can no longer maintain any of my ports, serving in the army is eating up all of my free time. Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=19554
* Upgrade to 0.8.1.Thomas Gellekum1999-06-166-12/+18
| | | | Notes: svn path=/head/; revision=19495
* Inform people they should set HAVE_MOTIF to 'yes' if they expect lesstifMichael Haro1999-06-122-1/+5
| | | | | | | to be seen by other ports. Notes: svn path=/head/; revision=19435
* bsd.port.mk already takes care of passing CC and CXX in the environmentSteve Price1999-06-096-12/+12
| | | | | | | | | for configure. Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19380
* Make sure we pass CC and CXX in configure's environment so thatSteve Price1999-06-0812-18/+96
| | | | | | | | | | | boxes that require egcs from the ports collection will use it instaed of the system compiler. PR: 1176 Submitted by: Yukihiro Nakai <nacai@iname.com> Notes: svn path=/head/; revision=19343
* Revert last commit and use ${MOTIFLIB} instead as the handbook suggests.Steve Price1999-05-311-14/+6
| | | | Notes: svn path=/head/; revision=19131
* Use new gnome ports.Steve Price1999-05-304-12/+20
| | | | | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19106
* 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 Notes: svn path=/head/; revision=19097
* Fix a nit in PLIST, s/==/=/.Steve Price1999-05-301-1/+1
| | | | Notes: svn path=/head/; revision=19096
* We now have a port of xforms for FreeBSD/Alpha. With the permission ofSteve Price1999-05-302-20/+10
| | | | | | | | | the author I've stuck these on my homepage until they appear on the real MASTER_SITE. While I was at it I also fixed up the ELF port so that we didn't need to mung the soname in the library. Notes: svn path=/head/; revision=19095
* Fix build for -current with egcs compiler.Steve Price1999-05-309-7/+101
| | | | Notes: svn path=/head/; revision=19094
* Update to version 0.5121.Steve Price1999-05-293-26/+11
| | | | | | | | PR: 11851 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19074
* Update to version 1.5.Steve Price1999-05-293-12/+9
| | | | | | | | PR: 11850 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19068
* Fixup after imlib version bump.Steve Price1999-05-294-42/+24
| | | | | | | | PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19059
* Update to use gtk version 1.2.3.Steve Price1999-05-2912-30/+84
| | | | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19055
* Update to version 1.2.3.Steve Price1999-05-2922-251/+297
| | | | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19053
* Update 1.0.1 -> 1.0.3Jacques Vidrine1999-05-2712-284/+312
| | | | Notes: svn path=/head/; revision=19015
* Don't unintentionally overwrite an existing tclsh/wish.Tim Vanderhoek1999-05-264-12/+12
| | | | | | | Reported-By: Mikhail Teterin <mi@kot.ne.mediaone.net> Notes: svn path=/head/; revision=19000
* Fix rev 1.7: ports use ${PORTOBJFORMAT}.Bill Fenner1999-05-141-2/+2
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=18825
* Make this compile.Satoshi Asami1999-05-1212-0/+72
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18813
* Make this compile.Satoshi Asami1999-05-126-66/+42
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18812
* Add ${WRKDIRPREFIX} in front of ${WRKSRC}.Satoshi Asami1999-05-121-2/+2
| | | | Notes: svn path=/head/; revision=18807