aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt145
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99421
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93884
* Drop maintainershipKris Kennaway2003-08-101-1/+1
| | | | Notes: svn path=/head/; revision=86703
* Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKENKris Kennaway2003-08-101-4/+1
| | | | | | | | | | on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor Notes: svn path=/head/; revision=86702
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81235
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Add a patch I forgot yesterday to rename libqt -> libqt1Kris Kennaway2002-05-051-4/+7
| | | | | | | | Noticed by: Tilman Linneweh <tilman@arved.de> Pointy hat to: kris Notes: svn path=/head/; revision=58599
* Add back the qt145 port and support for qt-1.x. This should notKris Kennaway2002-05-0510-0/+1192
| | | | | | | | | | have been removed because it was not broken and a lot of working ports depended on it. The qt145 port now installs files named *qt1* instead of *qt* so it does not conflict with the other qt versions. Notes: svn path=/head/; revision=58580
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-1910-1192/+0
| | | | | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree. Notes: svn path=/head/; revision=57872
* Explicitly set the LATEST_LINK to "qt1". The KDE maintainers canDavid E. O'Brien2001-10-061-0/+1
| | | | | | | decide if they want to change the port name back to just "qt" or not. Notes: svn path=/head/; revision=48505
* Set DIST_SUBDIR=KDEDmitry Sivachenko2001-09-102-2/+3
| | | | Notes: svn path=/head/; revision=47615
* Make it so you can ``pkg_add -r qt1'' and get Qt 1.45. This is lame, butWill Andrews2001-09-091-2/+2
| | | | | | | | | | I think we'll be removing this port within the next three months anyway. Well, maybe not -- TBD, I guess. Requested by: obrien Notes: svn path=/head/; revision=47560
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically toWill Andrews2001-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... Notes: svn path=/head/; revision=46840
* Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCWill Andrews2001-01-211-2/+8
| | | | | | | | | | | | | | | 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
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-4/+4
| | | | Notes: svn path=/head/; revision=36897
* Add NO_LATEST_LINK=yes to facilitate QT2/KDE2.Will Andrews2000-10-301-0/+1
| | | | | | | Submitted by: imura Notes: svn path=/head/; revision=34456
* Get rid of redundant `${WRKSRC}/' prefixes after `cd ${WRKSRC}' toAkinori MUSHA2000-10-231-6/+6
| | | | | | | prevent `argument list too long' error when WRKDIRPREFIX is very long. Notes: svn path=/head/; revision=34146
* Merge kde11-i18n into kde11, and remove my *-i18n ports.R. Imura2000-10-234-17/+46
| | | | | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer) Notes: svn path=/head/; revision=34140
* sortR. Imura2000-10-091-24/+24
| | | | Notes: svn path=/head/; revision=33614
* Add WANT_STATIC for those of you (in particular, libh) that need a staticWill Andrews2000-07-021-6/+22
| | | | | | | | | version of the Qt 1.45 library. Submitted by: alex Notes: svn path=/head/; revision=30053
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29615
* Put ${.CURDIR} instead of include file name, instead of using a relativeSatoshi Asami2000-06-031-1/+1
| | | | | | | path. Notes: svn path=/head/; revision=29130
* Oops, forgot to include this file with the previous commit. Just toWill Andrews2000-05-301-0/+89
| | | | | | | | | | clarify, this file is here to help keep the Qt port Makefile clean. PR: 18902 Submitted by: jss@subatomix.com, imura, Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=28988
* Kill GL LIB_DEPENDS - it's completely unneeded. I tried this port out withWill Andrews2000-05-302-101/+5
| | | | | | | | | | the kdelibs11 and kdebase11 ports, which work just fine with no GL depend in Qt 1.x. Also nuke a.out support. Requested by: Alex Zepeda <jazepeda@pacbell.net> and probably others. Notes: svn path=/head/; revision=28969
* Make Qt 1.45 compile without those useless examples/tutorials, which onlyWill Andrews2000-05-291-0/+20
| | | | | | | serve to waste CPU time. Notes: svn path=/head/; revision=28905
* - MASTER_SITES and WWW changed ( troll.no -> trolltech.com )R. Imura2000-04-142-8/+4
| | | | | | | - Fix mis-writing of DESCR ( /usr/local -> /usr/X11R6 in qt-i18n and qt145 ) Notes: svn path=/head/; revision=27527
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27434
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradeJustin M. Seger2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26874
* Upgrade qt142 to qt145 after repository copy.Satoshi Asami2000-02-215-91/+770
| | | | | | | | PR: 16844 Submitted by: andrews@technologist.com (new maintainer) Notes: svn path=/head/; revision=26078
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-201-1/+1
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).Tim Vanderhoek1999-07-171-9/+10
| | | | Notes: svn path=/head/; revision=20250
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19804
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:Michael Haro1999-05-031-0/+1
| | | | Notes: svn path=/head/; revision=18424
* Will keep on maintinaing this port by special request.Andreas Klemm1999-02-271-2/+2
| | | | Notes: svn path=/head/; revision=16911
* quit maintainership of this port.Andreas Klemm1999-02-261-2/+2
| | | | | | | No time and fun to satisfy a special user. Notes: svn path=/head/; revision=16910
* partly adopt changes from PRAndreas Klemm1999-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> Notes: svn path=/head/; revision=16894
* Upgrade qt141 to qt142 after repository copy. qt141 will be deleted afterSatoshi Asami1999-01-075-53/+60
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=15910
* remove manpages from PLIST as requested by SatoshiAndreas Klemm1998-11-251-355/+0
| | | | Notes: svn path=/head/; revision=14906
* Patch up some typos.Satoshi Asami1998-11-231-9/+9
| | | | | | | | Note, the manpages should really be in Makefile (or files/manpages), but I don't have time to go fix this now. Notes: svn path=/head/; revision=14844
* The long awaited port of qt141Andreas Klemm1998-11-234-59/+411
| | | | | | | Thanks Satoshi for your patience ! ;-) Notes: svn path=/head/; revision=14827
* Mark it broken, Andreas doesn't seem to have the time to get to itSatoshi Asami1998-11-221-1/+3
| | | | | | | after the repository copy. Notes: svn path=/head/; revision=14758