summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to ELF.Steve Price1998-10-039-420/+132
| | | | Notes: svn path=/head/; revision=13614
* Remove regexp support tcl81 libraries.Steve Price1998-10-033-6/+6
| | | | Notes: svn path=/head/; revision=13612
* Change depend with gtk11, and ready depend with imlib, gnome.Vanilla I. Shu1998-10-021-2/+4
| | | | Notes: svn path=/head/; revision=13590
* Upgrade to Mesa 3.0Justin M. Seger1998-10-017-14/+14
| | | | Notes: svn path=/head/; revision=13567
* Convert to ELF and pickup a bunch of missing header files in pkg/PLIST.Steve Price1998-09-2721-70/+707
| | | | Notes: svn path=/head/; revision=13458
* Remove regexp support for Mesa2 libs.Steve Price1998-09-277-14/+14
| | | | Notes: svn path=/head/; revision=13457
* Mark broken for ELF since the pre-built library is a.out only.Steve Price1998-09-261-1/+3
| | | | Notes: svn path=/head/; revision=13405
* Remove regexp support for tk42.Steve Price1998-09-262-4/+4
| | | | Notes: svn path=/head/; revision=13404
* tk80 has been ELFized.Satoshi Asami1998-09-253-6/+6
| | | | Notes: svn path=/head/; revision=13387
* graphics/imlib is now ELFized.Satoshi Asami1998-09-254-8/+8
| | | | Notes: svn path=/head/; revision=13385
* Upgrade to 0.86.5.Thomas Gellekum1998-09-243-6/+6
| | | | Notes: svn path=/head/; revision=13378
* Upgrade to 0.5.2.Thomas Gellekum1998-09-2312-24/+84
| | | | Notes: svn path=/head/; revision=13359
* Upgrade to 1.1.2, and convert gtk11 to elf.Vanilla I. Shu1998-09-2314-120/+127
| | | | Notes: svn path=/head/; revision=13343
* glib is now ELFized.Satoshi Asami1998-09-224-8/+8
| | | | Notes: svn path=/head/; revision=13339
* gtk and gtk11 are now ELFized.Satoshi Asami1998-09-227-14/+14
| | | | Notes: svn path=/head/; revision=13337
* update: BLT2.4c --> BLT2.4f (BLT2.4c is no longer available)Kenjiro Cho1998-09-225-11/+15
| | | | Notes: svn path=/head/; revision=13303
* Convert to ELF.Steve Price1998-09-212-4/+8
| | | | Notes: svn path=/head/; revision=13295
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13294
* Convert to ELF and use MAN3.Steve Price1998-09-212-6/+9
| | | | Notes: svn path=/head/; revision=13292
* Be sure to install the libXaw3d.so link in an a.out world.Steve Price1998-09-211-1/+4
| | | | Notes: svn path=/head/; revision=13290
* Convert to ELF.Steve Price1998-09-212-4/+5
| | | | Notes: svn path=/head/; revision=13272
* gktgl has moved from gtkql to gtkgl.Steve Price1998-09-201-2/+2
| | | | Notes: svn path=/head/; revision=13263
* Convert to ELFScott Mace1998-09-191-0/+2
| | | | Notes: svn path=/head/; revision=13252
* Convert to ELFScott Mace1998-09-191-4/+3
| | | | | | | do not strip shared libs Notes: svn path=/head/; revision=13251
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-3/+3
| | | | Notes: svn path=/head/; revision=13241
* Make this build in an ELF world.Steve Price1998-09-172-5/+14
| | | | Notes: svn path=/head/; revision=13209
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-172-4/+4
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-154-8/+8
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Install info page now, and I move gtk(11) back to X11R6 now.Vanilla I. Shu1998-09-159-29/+150
| | | | Notes: svn path=/head/; revision=13145
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-152-4/+4
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* No need to use += for variable defined only once. (I know it's justSatoshi Asami1998-09-156-12/+12
| | | | | | | a comment, but a bad one nonetheless. :) Notes: svn path=/head/; revision=13141
* Activate gtk--.Jun Kuriyama1998-08-311-1/+2
| | | | Notes: svn path=/head/; revision=12974
* C++ wrapper for gtk, a x11 graphics libraryJun Kuriyama1998-08-3130-0/+768
| | | | | | | | PR: ports/6704 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=12973
* Um, fixing MANPREFIX in Makefile is only part of the story.Satoshi Asami1998-08-301-614/+614
| | | | | | | Forgotten by: wosch :) Notes: svn path=/head/; revision=12954
* Update to beta 2 version and fix for new perl.Steve Price1998-08-308-44/+38
| | | | Notes: svn path=/head/; revision=12933
* 5.00501 -> ${PERL_VERSION}Wolfram Schneider1998-08-281-2/+2
| | | | Notes: svn path=/head/; revision=12898
* I eat manpages for lunch.Tim Vanderhoek1998-08-206-324/+0
| | | | Notes: svn path=/head/; revision=12671
* Upgrade to 0.3, and change for perl5 scheme.Vanilla I. Shu1998-08-193-20/+19
| | | | Notes: svn path=/head/; revision=12648
* Activate gtkql.Vanilla I. Shu1998-08-191-1/+2
| | | | | | | | PR: ports/7594 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=12635
* Don't package manpages twice.Steve Price1998-08-171-3/+0
| | | | Notes: svn path=/head/; revision=12544
* Delete manpages specfied in MAN?.Satoshi Asami1998-08-157-1785/+0
| | | | Notes: svn path=/head/; revision=12529
* Move pythonqt to x11-toolkits.Satoshi Asami1998-08-141-1/+2
| | | | | | | Reminded by: vanilla Notes: svn path=/head/; revision=12522
* Upgrade to 0.86.0.Thomas Gellekum1998-08-143-75/+23
| | | | Notes: svn path=/head/; revision=12521
* Change library name to libgtk11.Vanilla I. Shu1998-08-1410-49/+182
| | | | | | | Reminded by: asami Notes: svn path=/head/; revision=12517
* Add gtk11, now that it's a "real" port.Satoshi Asami1998-08-121-1/+2
| | | | Notes: svn path=/head/; revision=12480
* Upgrade to 1.1.1.Vanilla I. Shu1998-08-1214-670/+688
| | | | Notes: svn path=/head/; revision=12473
* use PREFIX instead of a mix of X11BASE and PREFIXAndreas Klemm1998-08-117-28/+28
| | | | | | | | PR: closes 7572 Submitted by: Martin Cracauer <cracauer@cons.org> Notes: svn path=/head/; revision=12447
* Some fixes: depend on libImlib, get the correct linker pathThomas Gellekum1998-08-114-16/+8
| | | | | | | to libraries in ${LOCALBASE}. Notes: svn path=/head/; revision=12440
* Oops, forgot to import a COMMENT file for x11-toolkits.Satoshi Asami1998-08-091-0/+1
| | | | Notes: svn path=/head/; revision=12382