summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt145
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-291-0/+2
|
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* Drop maintainershipkris2003-08-101-1/+1
|
* Set USE_GCC=2.95 to fix build on 5.x. Mark musicbox and icqnix as BROKENkris2003-08-101-4/+1
| | | | | | | on 5.x machines (compile and configure failure, respectively). PR: 52731 Submitted by: trevor
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Add a patch I forgot yesterday to rename libqt -> libqt1kris2002-05-051-4/+7
| | | | | Noticed by: Tilman Linneweh <tilman@arved.de> Pointy hat to: kris
* Add back the qt145 port and support for qt-1.x. This should notkris2002-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.
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-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.
* Explicitly set the LATEST_LINK to "qt1". The KDE maintainers canobrien2001-10-061-0/+1
| | | | decide if they want to change the port name back to just "qt" or not.
* Set DIST_SUBDIR=KDEdemon2001-09-102-2/+3
|
* Make it so you can ``pkg_add -r qt1'' and get Qt 1.45. This is lame, butwill2001-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
* 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 workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCCwill2001-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)
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-071-4/+4
|
* Add NO_LATEST_LINK=yes to facilitate QT2/KDE2.will2000-10-301-0/+1
| | | | Submitted by: imura
* Get rid of redundant `${WRKSRC}/' prefixes after `cd ${WRKSRC}' toknu2000-10-231-6/+6
| | | | prevent `argument list too long' error when WRKDIRPREFIX is very long.
* Merge kde11-i18n into kde11, and remove my *-i18n ports.imura2000-10-234-17/+46
| | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer)
* sortimura2000-10-091-24/+24
|
* Add WANT_STATIC for those of you (in particular, libh) that need a staticwill2000-07-021-6/+22
| | | | | | version of the Qt 1.45 library. Submitted by: alex
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* 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-152-3/+1
|
* Put ${.CURDIR} instead of include file name, instead of using a relativeasami2000-06-031-1/+1
| | | | path.
* Oops, forgot to include this file with the previous commit. Just towill2000-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>
* Kill GL LIB_DEPENDS - it's completely unneeded. I tried this port out withwill2000-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.
* Make Qt 1.45 compile without those useless examples/tutorials, which onlywill2000-05-291-0/+20
| | | | serve to waste CPU time.
* - MASTER_SITES and WWW changed ( troll.no -> trolltech.com )imura2000-04-142-8/+4
| | | | - Fix mis-writing of DESCR ( /usr/local -> /usr/X11R6 in qt-i18n and qt145 )
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradejseger2000-03-201-1/+1
|
* Upgrade qt142 to qt145 after repository copy.asami2000-02-215-91/+770
| | | | | PR: 16844 Submitted by: andrews@technologist.com (new maintainer)
* Reducing Maintainership to an amount of portsandreas2000-02-201-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).hoek1999-07-171-9/+10
|
* #4/4 enforcing Caps, no periodhoek1999-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
* 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-261-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-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.
* remove manpages from PLIST as requested by Satoshiandreas1998-11-251-355/+0
|
* Patch up some typos.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.
* The long awaited port of qt141andreas1998-11-234-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.
OpenPOWER on IntegriCloud