aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt32
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Apply objprelink patch and use it only if MACHINE_ARCH=i386 *and*will2002-01-053-12/+36
| | | | | | | NO_QT_OBJPRELINK isn't defined. This was a little trickier than fixing the KDE stuff, but I think this will work ok. Requested by: several
* Enable to build this ports when you set MAKE_ENV on your shell environment.sada2002-01-021-1/+1
|
* Preemptive note to keep people from asking me questions about AA support.will2001-12-061-0/+2
|
* Upgrade KDE to 2.2.2:will2001-12-045-24/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Bump png majorache2001-09-111-1/+1
|
* Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2
|
* Make MAINTAINER overridable for japanese/qt23. (I forgot to commitknu2001-09-011-1/+1
| | | | this along with other kde* ports)
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-251-1/+1
| | | | | | | | maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but...
* Add missing manpage.will2001-08-181-0/+1
| | | | | PR: 29356 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Remove -xft since it doesn't work with older X11. Now will people stopwill2001-07-061-2/+2
| | | | | | | | bothering me about putting that in, 'cause I'm not doing it again! Even if you do a patch that checks XFREE86_VERSION! PR: 28728 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Add one more MASTER_SITE.demon2001-07-041-1/+2
|
* Update to 2.3.1.will2001-07-035-24/+11
| | | | Submitted by: mi
* Support building QT with debugging turned, keyed off the QT_DEBUG variable.nik2001-06-221-0/+5
| | | | Approved by: MAINTAINER
* Replicate the fixes in the other two patches when building qt23 withnik2001-06-222-0/+91
| | | | | | debugging turned on. Approved by: MAINTAINER
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Fix last-minute change to avoid broken packaging for qt2-static.will2001-03-271-2/+2
| | | | Submitted by: steve
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-03-252-19/+30
| | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static)
* Ladies and gentlemen, I give you QT 2.3.0!des2001-03-1411-153/+42
|
* Fix build for alpha.will2001-03-111-1/+7
| | | | | Found/Confirmed by: steve Fix submitted by: gallatin
* Bump libmng shlib version.will2001-03-101-1/+1
| | | | Submitted by: nrahlstr
* Fix PLIST.will2001-03-051-1/+2
| | | | Submitted by: bento
* Fix "yes" infinite loop.will2001-03-051-2/+1
| | | | Submitted by: Rolf Edwards <redwards@meccamediagroup.com>
* Use a relative include for the files/manpages file.alex2001-02-221-1/+1
|
* Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, removewill2001-02-048-348/+128
| | | | | | | | | | | | | | | | | | 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
* Add missed manpage.sobomax2001-01-291-0/+1
| | | | Submitted by: bento
* Fix bogons related to WANT_STATIC.will2001-01-241-2/+3
| | | | Submitted by: jkh
* Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCwill2001-01-221-1/+5
| | | | | | | | | | | | 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)
* Install threaded qt2 library. Nuke GL dependency (should have listenedwill2001-01-082-5/+6
| | | | | | | | 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>
* kio8-* encoding improvementkevlo2001-01-056-1/+212
| | | | | Submitted by: mi@aldan.algebra.com Approved by: will
* Fix build for XFree86 4.0.2 users: use threads by default in QT even thoughwill2000-12-262-9/+18
| | | | | | | | | | 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.
* Add in antialiasing support (PORTREVISION conditional on whether AAwill2000-12-222-11/+27
| | | | | | | | | | | | | | | | support is compiled in), untested because I don't have X4.0.2, but the port works fine for the non-X4.0.2 case. Also substitute multiple perl regexes on the same file for one sed regex. Add MAKE_ARGS=-j2 by default since it makes QT compile faster even on uniprocessor systems. I wanted to avoid putting the AA patch in CVS since it will be short-lived, as the patch is in TrollTech's CVS and will most likely be released as part of QT 2.2.4. Nevertheless, I thought I'd bring it in for the folks who like bleeding edge.. since antialiasing most likely improves KDE2's look and feel very much. Submitted by: kevlo (AA patch) Mikhail Teterin <mi@aldan.algebra.com> (-j2)
* Update to QT 2.2.3. This upgrade includes the addition of MNG supportwill2000-12-194-7/+8
| | | | | | in the port.. although that support has been in QT 2.x for awhile. The upgrade is also required for KDE 2.1 beta 1. Apologies to Kevin for not getting it done sooner.
* Update to QT 2.2.2; mostly minor bugfixes. Required for KDE 2.0.1.will2000-12-063-17/+10
| | | | | | Remove a patch in configure by replacing it with "yes yes" to automate accepting the GPL license (*sigh*) and avoiding interactive configure. *THIS TIME* I checked to make sure *.so wasn't removed accidentally. ;-)
* Numerous fixes and improvements:sobomax2000-11-204-16/+62
| | | | | | | | | | | | | | | 1.In Designer, don't rely on QTDIR environment being set when searching for documentation and templates. Also correct search paths relatively to QTDIR (/doc/html/... --> /share/doc/qt2/... etc.). 2.Install *all* documentation (previously index files and some pixmaps were left behind, which was rendering help system mostly non-functional and useless). 3.Install Designer's templates. 4.Don't use ${INSTALL_DATA} to install symbolic link to shared library - it leads to the file this link points to being installed and as a result two fully indentical versions of lib{qt2,util} are installed, wasting user's HDD space (approx 8MB) and bloating package file (+3MB). Also use ${INSTALL_PROGRAM} for shared libs to strip unneeded symbols.
* Add GIF support by default.will2000-11-041-6/+1
| | | | Approved by: jkh
* Remove NO_LATEST_LINK=yes to facilitate QT2/KDE2.will2000-10-301-1/+0
| | | | Submitted by: imura
* Sigh.. fix another bogon.. and take a logic class.will2000-10-291-1/+1
| | | | Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Add a blurb that tells users that GIF support is disabled by defaultwill2000-10-291-0/+11
| | | | and why, and how to enable it.
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-5/+6
| | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
* @dirrm share/doc/qt2/html/designer/stylesheet-imagesasami2000-10-171-0/+1
| | | | Submitted by: bento
* Mental note: be sure to double-check the PLIST. This stylesheet-imageswill2000-10-161-1/+0
| | | | | | | directory's files were deleted as part of the upgrade to QT 2.2.0. Submitted by: trevor Found by: bento
* Add WANT_STATIC option, basically it adds support for compiling a staticwill2000-09-172-2/+41
| | | | | | library, useful for things like libh. Bump PORTREVISION accordingly. Submitted by: nra
* Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, whichwill2000-09-125-82/+101
| | | | | | | should happen sometime later this week. Yes, this is *THE* QT that will be used with KDE2. :-) Submitted by: nra (thanks for making my job easier)
* Typo (qanvasview -> qcanvasview).asami2000-09-101-1/+1
| | | | Submitted by: obento
* Update the manpage listing.will2000-09-081-0/+64
| | | | Submitted by: new-bento (by way of asami)
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being sowill2000-08-304-66/+327
| | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc.
* Add one manpage and one shlib link.asami2000-08-132-0/+2
| | | | Submitted by: bento
* Re-add GL; it was my mistake in removing it - I'd assumed that GL was stillwill2000-08-111-0/+1
| | | | | | merely an "extension" as it was in Qt 1.45 and hence not needed. Submitted by: asami, rwatson, and many others
* Fix my not-tested-enough KDE2-related ports. :-(will2000-07-301-7/+12
| | | | | | | | | | | | | | | | After short discussion with Imura-san, back out GIF-by-default until I can confirm whether or not there are license issues with Unisys. I will deal with this later. I should note that I'd committed to qt2[12] previously without conferring with him on the GIF issue first. One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22 properly.. but oh well. Nobody's perfect. :-) Things should be un-broken now.. please test these ports! I'll be trying to update them to a new snap after a week or so. Pointy hat: will Patches graciously submitted by: nra
* Update to 20000724A (custom-rolled snapshot). Rejoice, because nowwill2000-07-294-40/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* 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
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-3/+1
|
* Allow HAVE_UNISYS_LICENSE to work too.will2000-06-091-1/+1
| | | | | PR: 19058 Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Update to version 2.1.1.imura2000-05-303-4/+15
|
* Update to version Qt-2.1.0 !imura2000-04-153-9/+4
|
* Update to version Qt-2.1.0 beta4.imura2000-04-155-9/+19
| | | | | - Added support of X Session Management. - MASTER_SITES and WWW changed. ( troll.no -> trolltech.com )
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to version 2.1.0 beta3.imura2000-03-243-6/+10
| | | | Added libqxt.a which is from extensions.
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-211-1/+1
|
* Update to Qt Free Edition version 2.1.0 Beta 2.imura2000-03-075-117/+245
| | | | | | | | | | | | | | | | | | 1) Bump lib's version, since qt-2.1.0 loses lower compatibility with qt-2.0.2 but has only upper compatibility. (new qt binary does not work with old qt library) 2) Install libqgl.a (it works with its examples) in addition to libqt, so added LIB_DEPENDS to MesaGL. 3) JPEG support from extension had been included to the main library. 4) 'examples' and 'tutorials' are no longer built with port building, since they are never installed. If you want them, set QTDIR=/usr/ports/x11-toolkits/qt21/work and just type 'gmake' in each directories. Some ideas obtained from qt145. :)
* Mark this port FORBIDDEN after a repo-copy while Imura-san works on anasami2000-03-041-0/+2
| | | | upgrade.
* Decrease a patch.imura1999-11-271-1/+2
|
* Add 'cd ${WRKSRC}' when make install.imura1999-10-311-21/+21
| | | | | | This will fix the problem when WRKDIRPREFIX is too long. Submitted by: okazaki@be.to, kodama@ayame.mfd.cs.fujitsu.co.jp
* Update to Qt-2.0.2imura1999-10-025-15/+31
|
* The place to install header files is changed.imura1999-09-202-246/+246
| | | | | | include/X11/qt2 -> include/qt2 Suggested by: Andrey Zakhvatov <andy@cgu.chel.su>
* RESTRICTED if QT_GIF_AVAILABLE is set.cpiazza1999-09-011-0/+1
| | | | Submitted by: maintainer
* Minor nit in comment section: qt2->qt201cpiazza1999-08-301-1/+1
|
* New port of qt2.01. (From a repo-copy by asami).cpiazza1999-08-306-371/+1499
| | | | | | PR: 13199 Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp> Tested and modified by: Will Andrews <andrews@technologist.com>
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).hoek1999-07-181-9/+10
|
* #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
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:mharo1999-05-031-0/+1
|
* Will keep on maintinaing this port by special request.andreas1999-02-271-2/+2
|
* quit maintainership of this port.andreas1999-02-271-2/+2
| | | | No time and fun to satisfy a special user.
* partly adopt changes from PRandreas1999-02-252-10/+52
| | | | | | | | | | | | | - use CXX and CXXFLAGS if set additionally - use X11BASE still unsure if I should remove the dependancy from MESA... have to think over it when having time I think there was a problem, when building KDE with Mesa support and using a qt lib without ... Does somebody else have time to check ? PR: closes 8904 Submitted partly by: Alex Zepeda <garbanzo@hooked.net>
* Upgrade qt141 to qt142 after repository copy. qt141 will be deleted afterasami1999-01-074-53/+47
| | | | | | | | | | | | a short test period to make sure qt142 is an adequate replacement. Note #1: I changed it to install libqt.so.2.0. qt141 or newer are required for some software (most notably kde). We missed the chance to change the shlib number in qt141 so I'm doing it now. Note #2: After talking with Peter Wemm, I decided not to add extra -rpath directives. The fix for kdesupport and other build problems are forthcoming in ld.
* remove manpages from PLIST as requested by Satoshiandreas1998-11-261-355/+0
|
* Patch up some typos.asami1998-11-241-9/+9
| | | | | Note, the manpages should really be in Makefile (or files/manpages), but I don't have time to go fix this now.
* The long awaited port of qt141andreas1998-11-244-59/+411
| | | | Thanks Satoshi for your patience ! ;-)
* Mark it broken, Andreas doesn't seem to have the time to get to itasami1998-11-221-1/+3
| | | | after the repository copy.
* Mark this broken, it is for testing only (also is still a copy of qt140).asami1998-11-121-1/+5
|
* Update MASTER_SITE.jkoshy1998-11-031-2/+2
| | | | | PR: 8548 Submitted by: ripley@beng.org
* Upgrade to Mesa 3.0jseger1998-10-011-2/+2
|
* Convert to ELF and pickup a bunch of missing header files in pkg/PLIST.steve1998-09-283-10/+101
|
* Remove regexp support for Mesa2 libs.steve1998-09-281-2/+2
|
* Delete manpages specfied in MAN?.asami1998-08-151-255/+0
|
* use PREFIX instead of a mix of X11BASE and PREFIXandreas1998-08-111-4/+4
| | | | | PR: closes 7572 Submitted by: Martin Cracauer <cracauer@cons.org>
* 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.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-3/+3
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Damn. Now I can't even do it right.markm1998-08-051-92/+0
|
* Fixed broken PLIST.markm1998-08-051-5/+93
|
* Yet another "Mesa -> Mesa2" that crept in since the last INDEX build.asami1998-07-211-2/+2
|
* - Upgrade libqt to newest version 1.40 after repository copy.andreas1998-07-213-58/+125
| | | | | | - The Makefile templates for all bsd's were broken, I fixed this for one installation target and already sent the patch to the qt folks.
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1
| | | | from octave and iv.
* upgrade to latest libqt version 1.33 (after repository copy)andreas1998-04-293-275/+259
|
* Mark this port broken while it awaits an upgrade after a repository copy.asami1998-04-281-1/+3
|
* Install a symlink from libqt.so.x.yy to libqt.soandreas1998-04-122-1/+3
| | | | | | | | Reason: the qt library very often changes the release number. So every time you need to fix the configure script of KDE ports. Since every KDE port checks libqt.so, it's much easier for Stefan to maintain KDE and for us all to use the package instead of hacking configure scripts again and again.
* mkdir -> ${MKDIR}jkh1997-10-301-3/+3
| | | | Found by: portlint
* Update to version 1.31jkh1997-10-283-36/+84
| | | | | PR: 4868 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Add some missing manpages to MAN3 and update PLIST.tg1997-05-142-133/+167
|
* Update to version 1.2. I sent these changes to the MAINTAINER too, butjkh1997-04-113-26/+27
| | | | he seems to be AWOL so I guess I'll just do it myself.
* There's nothing (yet) which depends on Qt,tg1996-12-173-14/+13
| | | | so it's a safe upgrade to version 1.1.
* Update to take advantage of new features in bsd.port.mk rev. 1.237.asami1996-12-111-5/+64
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-4/+4
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Update md5chuckr1996-10-121-1/+1
| | | | Pointed out by Satoshi.
* Add a couple new docs.chuckr1996-10-121-0/+3
| | | | Pointed out by: Satoshi.
* Update Makefile to use install macros, delete extra superfluous lines,chuckr1996-10-121-8/+10
| | | | | add some docs. Pointed out by Satoshi.
* nitpick nitpick nitpick! :-)jkh1996-10-091-2/+2
|
* Update to version 1.0.jkh1996-10-022-14/+14
|
* Different fetch directory ...chuckr1996-07-311-2/+2
|
* New port, the 'qt' gui library.chuckr1996-07-315-0/+364
Submitted by: Michael Searle