summaryrefslogtreecommitdiff
path: root/devel/qtez (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start QT2 deorbit by removing expired ports.Tilman Keskinoz2004-07-236-179/+0
| | | | Notes: svn path=/head/; revision=114495
* Missed one file.Tilman Keskinoz2004-07-231-10/+0
| | | | Notes: svn path=/head/; revision=114494
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Start the QT2 deorbit by marking all ports that depend non-optionalTilman Keskinoz2004-05-171-1/+4
| | | | | | | | | on qt23 DEPRECATED Suggested by: eik Notes: svn path=/head/; revision=109327
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Apply studly caps to "FreeBSD".Trevor Johnson2004-02-061-1/+1
| | | | Notes: svn path=/head/; revision=100160
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* No member of the kde@ team has touched anything related to Qt2 in ages, soWill Andrews2004-01-231-1/+1
| | | | | | | stop pretending to maintain these ports. Notes: svn path=/head/; revision=98915
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81201
* 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
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-231-1/+1
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* Add USE_PERL5Patrick Li2002-06-261-0/+1
| | | | | | | | PR: 39835 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62034
* Remove automake/conf dependencyDavid W. Chapman Jr.2002-01-276-91/+13
| | | | | | | | PR: 33336 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=53872
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasDavid E. O'Brien2001-10-301-1/+1
| | | | | | | abusing AUTOMAKE... Notes: svn path=/head/; revision=49364
* Overhaul QT/KDE support:Will Andrews2001-04-031-3/+2
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Update to 0.93.5.Jun Kuriyama2001-03-266-52/+43
| | | | | | | | Submitted by: tkato@prontomail.ne.jp PR: ports/25869 Notes: svn path=/head/; revision=40390
* Use '-O0' when compiling on the Alpha to avoid internal compiler errors.Steve Price2001-03-111-1/+7
| | | | Notes: svn path=/head/; revision=39541
* Unbreak for Qt-2.2.0, fix plistAde Lovett2000-10-133-81/+102
| | | | | | | | PR: 21574 Submitted by: Ports Fury Notes: svn path=/head/; revision=33781
* Update to 0.93.2Ade Lovett2000-09-1610-180/+215
| | | | | | | | PR: 21279 Submitted by: Ports Fury Notes: svn path=/head/; revision=32706
* Respect CFLAGS, add -pedantic.Alexander Langer2000-07-141-0/+1
| | | | | | | | However, port is still broken due to odd C++ compiler error, though this is a different error as before. Notes: svn path=/head/; revision=30625
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Mark BROKEN: compiler error (different on 3.x and [45].x)Kris Kennaway2000-04-291-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=28100
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27505
* Whoops, botched commit. This was actually something I was working on aWill Andrews2000-03-291-8/+19
| | | | | | | | | | | | | few weeks ago. Unfortunately, I can't update the port completely since there are some complications (such as requiring kdelibs2, which I haven't upgraded yet), so I'm reverting this to andy's old Makefile. This should teach me to commit in unclean checkouts. ;-) Quickly noticed by: will, kkenn Notes: svn path=/head/; revision=27119
* Take over some ports.Will Andrews2000-03-291-22/+10
| | | | Notes: svn path=/head/; revision=27118
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-1/+1
| | | | | | | | | with, my dear." [That's lupus for "Add WWW:"] Notes: svn path=/head/; revision=18345
* Update to version 0.77a.Steve Price1998-12-235-47/+47
| | | | | | | | PR: 8932 Submitted by: maintainer Notes: svn path=/head/; revision=15499
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-121-4/+2
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Oops. Forgot to remove BROKEN tag.Thomas Gellekum1998-07-021-3/+1
| | | | Notes: svn path=/head/; revision=11657
* Add directory for older tarballs on the master site.Thomas Gellekum1998-07-021-2/+3
| | | | Notes: svn path=/head/; revision=11656
* Unfetchable (again).Satoshi Asami1998-07-021-1/+3
| | | | Notes: svn path=/head/; revision=11647
* Upgrade to 0.62a.Thomas Gellekum1998-06-304-11/+29
| | | | | | | | PR: 7125 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=11625
* Mark this port BROKEN:Justin M. Seger1998-06-071-1/+3
| | | | | | | | | | | | | | | | | | # make fetch >> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//. fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/. fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. Notes: svn path=/head/; revision=11331
* New port qtez, a development environment for Qt.Thomas Gellekum1998-05-195-0/+185
PR: 6644 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=11059