aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, removeWill Andrews2001-02-0454-2260/+768
| | | | | | | | | | | | | | | | | | | | | default -j2 (but keep MAKE_JOBS var), restore old perl REs as soon as I'd learned how to do multiple ones, remove QPL license file from packaging, sync with newest KOI8-U/R stuff (not tested). The biggest bonus: split QT Designer into its own port, and make the qt22/qt-designer pair a member of the master-slave ports legion, hopefully to reduce redundancy as much as possible. This should also save roughly 20 minutes of compile time on a dual PIII-600 for those that don't need or want QT Designer. UIC is, however, still installed/compiled by the default Qt 2.2.4 (as it _is_ required for other things e.g. KDE2). USE_MESA may break KDE2. Hopefully, now that the port does install both the threaded and non-threaded versions of QT, it won't. But until the next release of KDE2, I'm not gonna bother testing to see. USE_MESA repeatedly requested by: sobomax Notes: svn path=/head/; revision=37942
* Remove a bunch of obsoleted (now non-existent) files from plist.Akinori MUSHA2001-02-011-36/+0
| | | | | | | | | | Some of them were moved to ruby-qt2{canvas,table} ports, some were removed just because they were redundant. Forgotten by: knu ;) Notes: svn path=/head/; revision=37888
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-311-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Update to 1.35.Maxim Sobolev2001-01-304-7/+18
| | | | Notes: svn path=/head/; revision=37783
* Chase checksum ... the distfile was re-rolled without changingJacques Vidrine2001-01-293-0/+3
| | | | | | | | | | | | | | | | | the version number. The alarmingly extensive changes were: = use old-style HTML help by default = 8-bit HTML entities specified differently in source (e.g. "\344" instead of "รค") = change in the way dynamic modules are loaded (RTLD_NOW -> RTLD_LAZY) = bugfixes (?) for image scaling = updated mimetypes support: new flags `needsterminal' and `copiusoutput' = comment changes/additions Checksum change was Reported by: vanilla Notes: svn path=/head/; revision=37755
* Tell configure script proper place where libqt installed in.FUJISHIMA Satsuki2001-01-291-1/+2
| | | | | | | | | | | This patch prevent the script not to confuse libqthreads as libqt. libqthreads is part of lang/guile, not QT. PR: 23186 Submitted by: Donald J . Maddox <dmaddox@sc.rr.com> Notes: svn path=/head/; revision=37747
* Add missed manpage.Maxim Sobolev2001-01-296-0/+6
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=37732
* Forgotten to bump PORTREVISION due to addition of patch-lp, which fixedLars Koeller2001-01-281-0/+1
| | | | | | | the problems of finding .text_extras_menu. Notes: svn path=/head/; revision=37678
* Remove inactive MAINTAINER <cwt>, who hasn't committed in 20 months.Will Andrews2001-01-271-1/+1
| | | | Notes: svn path=/head/; revision=37622
* Fix bogons related to WANT_STATIC.Will Andrews2001-01-246-12/+18
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=37518
* Add ruby-qt2table, Qt2 table extension for Ruby.Akinori MUSHA2001-01-235-0/+58
| | | | Notes: svn path=/head/; revision=37473
* Add ruby-qt2canvas, Qt2 canvas extension for Ruby.Akinori MUSHA2001-01-235-0/+64
| | | | Notes: svn path=/head/; revision=37471
* Minor wording fixes.Akinori MUSHA2001-01-235-7/+7
| | | | Notes: svn path=/head/; revision=37466
* Release a few ports back into the wild that I don't haveAde Lovett2001-01-221-3/+2
| | | | | | | time to maintain any more. Notes: svn path=/head/; revision=37456
* move MASTER_SITES to MASTER_SITE_LOCAL.FUJISHIMA Satsuki2001-01-221-1/+4
| | | | | | | | | PR: 23185 Noticed by: Donald J . Maddox <dmaddox@sc.rr.com> Approved by: maintainer Notes: svn path=/head/; revision=37450
* Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCWill Andrews2001-01-217-8/+38
| | | | | | | | | | | | | | | 2.95.3. It's backwards compatible, so no need for OSVERSION or other checks like that. Also add new var - MAKE_JOBS, which allows you to adjust the -jN argument (I wanted this 'cause with more CPUs I can compile with MAKE_JOBS=4 or greater). Methinks this kind of thing belongs in bsd.port.mk, but anyway. I can now compile (with MAKE_JOBS=4) qt 1.45 in less than 4 minutes on my dual PIII-600E. :) Submitted by: sf (workaround) Requested by: alex (workaround) Notes: svn path=/head/; revision=37416
* During compile of xview on my 4.2-Release System with XFree-3.3.6 theLars Koeller2001-01-211-0/+22
| | | | | | | | | | | | | | | | | | | | location of .text_extras_menu is set via imake to -DEXTRASMENU="\"/usr/X11R6/lib/.text_extras_menu\"" This absolute path is not handeld by the code in .../lib/libxview/textsw/txt_e_menu.c This patch fixes this case. The warning message when starting xview progams it's unable to find /usr/lib/./usr/X11R6/lib/.text_extras_menu didn't appear anymore. Notes: svn path=/head/; revision=37413
* ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.orgYing-Chieh Liao2001-01-211-1/+1
| | | | Notes: svn path=/head/; revision=37392
* Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mkWill Andrews2001-01-206-116/+116
| | | | | | | | | | | defined PORTDOCS PLIST_SUB. Submitted by: lioux Closes PR: 24468 PR Submitter: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=37356
* Update to 0.11 and unbreak. Now it works fine. :)Akinori MUSHA2001-01-183-30/+2
| | | | | | | | | | The culprit was x11-toolkits/qt22's lack of qgl support, and the author has kindly separated the qgl module. At the same time, canvas, table, and xml modules have been separated too. I'll make them ports sometime in the not too distant future. Notes: svn path=/head/; revision=37298
* Update to 2.2.4.Maxim Sobolev2001-01-189-33/+48
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=37291
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-166-36/+0
| | | | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. Notes: svn path=/head/; revision=37257
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-1610-28/+28
| | | | Notes: svn path=/head/; revision=37252
* Update to 0.1.1.Maxim Sobolev2001-01-163-9/+13
| | | | Notes: svn path=/head/; revision=37244
* Update to 0.0.10112.Maxim Sobolev2001-01-123-84/+94
| | | | Notes: svn path=/head/; revision=37126
* Update to 1.34.Maxim Sobolev2001-01-104-7/+10
| | | | Notes: svn path=/head/; revision=37061
* Temporarily mark as broken. There seems to be something wrong withAkinori MUSHA2001-01-091-0/+2
| | | | | | | | | | | | | | | | | the generated qt2.so on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1: /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1:in `require': /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so: Undefined symbol "__ti9QGLWidget" - /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so (LoadError) from /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1 from hello.rb:17:in `require' from hello.rb:17 where "__ti9QGLWidget" is apparently an internal symbol... I'll have to take the time to investigate and fix the problem. :( Any input is welcome. Notes: svn path=/head/; revision=37047
* Add ruby-qt2, Qt2 extension for Ruby.Akinori MUSHA2001-01-096-153/+247
| | | | | | | Repocopied from: x11-toolkits/ruby-qt Notes: svn path=/head/; revision=37045
* Added accidently lost manually install of patchlevel.h which is neededLars Koeller2001-01-091-0/+1
| | | | | | | by e.g. grace to compile. Notes: svn path=/head/; revision=37043
* Update to 0.14b.Akinori MUSHA2001-01-094-18/+14
| | | | Notes: svn path=/head/; revision=36992
* Update to 0.14a.Akinori MUSHA2001-01-086-46/+54
| | | | Notes: svn path=/head/; revision=36962
* Update to 200012301145.Maxim Sobolev2001-01-085-27/+53
| | | | Notes: svn path=/head/; revision=36915
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-4/+4
| | | | Notes: svn path=/head/; revision=36897
* Install threaded qt2 library. Nuke GL dependency (should have listenedWill Andrews2001-01-0712-30/+36
| | | | | | | | | | | to garbanzo long ago), to reduce complications involved when building on X4.0.2 with thread support. We don't need GL anyway. Bump PORTREVISION (unconditionally this time) to 3. Submitted by: Jeremy Shaffner <jeremy@external.org> Notes: svn path=/head/; revision=36895
* - Cleanup of MakefileLars Koeller2001-01-073-263/+239
| | | | | | | | | | | | | - Properly support of CC/CFLAGS/PREFIX added - Remove version number from dirnames (share/doc/XmHTML, share/examples/XmHTML) - Exclude (archtecture dependent) binary program from share/examples/XmHTML - Respect NOPORTDOCS - Increase PORTREVISON to 1 PR: 23832 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=36881
* kio8-* encoding improvementKevin Lo2001-01-0538-6/+1370
| | | | | | | | Submitted by: mi@aldan.algebra.com Approved by: will Notes: svn path=/head/; revision=36808
* Don't build test program. This should solve error when building the port onMaxim Sobolev2001-01-042-0/+24
| | | | | | | system without libglade installed. Notes: svn path=/head/; revision=36795
* Update to 0.0.10103.Maxim Sobolev2001-01-033-25/+8
| | | | Notes: svn path=/head/; revision=36659
* Add easygtk. EasyGTK is a wrapper library for GTK+ for people who want to learnMaxim Sobolev2001-01-037-0/+91
| | | | | | | GTK programming in 2 hours instead of 2 weeks Notes: svn path=/head/; revision=36650
* Upgrade to 800.022.Vanilla I. Shu2001-01-033-7/+2
| | | | | | | | PR: ports/20196 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=36617
* add missing files.FUJISHIMA Satsuki2001-01-024-6/+16
| | | | | | | | | | PR: 23738 Submitted by: David W. Chapman Jr. LIB_DEPENDS GLU.14 -> USE_MESA. Notes: svn path=/head/; revision=36605
* Update to 0.0.10101.Maxim Sobolev2001-01-013-9/+96
| | | | Notes: svn path=/head/; revision=36586
* Update to 200012290259.Maxim Sobolev2000-12-302-3/+3
| | | | Notes: svn path=/head/; revision=36455
* Remove file committed by error.Maxim Sobolev2000-12-301-1/+0
| | | | Notes: svn path=/head/; revision=36450
* Update to version 4.8.4. Affected ports: xmgr, grace, oleo.Lars Koeller2000-12-294-42/+52
| | | | Notes: svn path=/head/; revision=36440
* Force a link so that "make reinstall" works.Mark Murray2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=36414
* Fix build for XFree86 4.0.2 users: use threads by default in QT even thoughWill Andrews2000-12-2612-54/+108
| | | | | | | | | | | | | it doesn't really work (or so I've been told). This does not affect the build for non-XFree86-4.0.2 users. Apologies for not getting this in sooner. Thanks to: Andrew <elitetek@flashcom.net> for loaning me access to a fast machine with XFree86 4.0.2 to do my testing on, as well as being the first one to contact me about this. Notes: svn path=/head/; revision=36357
* Update to 0.8.0.Maxim Sobolev2000-12-253-3/+27
| | | | Notes: svn path=/head/; revision=36336
* Complete new patch files for update to version 1.1.7.Lars Koeller2000-12-253-0/+107
| | | | Notes: svn path=/head/; revision=36327
* Complete new patch files for update to version 1.1.7.Lars Koeller2000-12-245-101/+218
| | | | Notes: svn path=/head/; revision=36306