aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq
Commit message (Collapse)AuthorAgeFilesLines
* I think I'm setting a world's record for number of files added after thegreen2001-04-121-0/+3
| | | | | | fact to get a port working again. For some reason, I didn't get the pkg-message cvs added for Licq, causing the package registration to fail (of course, it still installs fine...)
* Remove the OTHER patch. I hate CVS.green2001-04-112-41/+48
|
* I needed to add this, too.green2001-04-111-0/+28
| | | | Reminded by: Jeremy Norris <ishmael27@home.com>
* Convert the monolithic Licq port into an licq-base port and satellitegreen2001-04-118-408/+74
| | | | | | | | | | ports for different plugins. Commit the first of the plugins, qt-gui, as that has in the past been part of the normal licq port. The rest are coming after I've tried them out. I'd like to thank Jeremy Norris greatly for doing this work :) Submitted by: Jeremy Norris <ishmael27@home.com>
* Overhaul QT/KDE support:will2001-04-031-3/+1
| | | | | | | | | | | | | | | | | | - 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)
* Update to Licq 1.0.3 including some security-like issue fixes.green2001-03-137-174/+191
|
* Fix pkg-plist.olgeni2001-02-022-195/+157
| | | | | | | Remove unused directory ${PREFIX}/share/licq/qt-gui/locale: it contains broken links only. PR: 23820 (with some changes)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
|
* Heh, if USE_QT2, LIB_DEPENDS doesn't need qt22 ;)green2001-01-061-1/+0
| | | | Submitted by: alex
* I have no clue why USE_QT2 got commented out.green2001-01-021-1/+1
| | | | Submitted by: alex
* Woops, commit Makefile, too.green2000-12-211-23/+8
|
* Update Licq to 1.0.2. This should be _much_ more stable than 1.0 was.green2000-12-206-10/+26
|
* Revert to 0.85 as several people report instability with the new version,green2000-10-207-119/+164
| | | | and I notice it sometimes, too.
* Update to Licq 1.0.green2000-10-167-164/+119
|
* Small patch to aclocal.m4 to change qt version to look for, so thisasami2000-09-251-3/+3
| | | | | | port will still find qt2 post the USE_QT2 change. Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.asami2000-09-231-1/+1
| | | | | (Of course, they shouldn't have been writing "qt21" explicitly in the first place....)
* Since it makes very... promiscuous modes in the installation, creategreen2000-08-161-0/+6
| | | | | | | | | the ${PREFIX}/share/licq directory with no external permissions at all while doing the installation, then whack the permissions into shape later before handing it off to the world. There is no race condition, but this is under the assumption that the installation routine doesn't chmod ${PREFIX}/share/licq itself! God only knows, with this autoconfed, libtooled...
* Add missing installed files to the PLIST.green2000-08-121-0/+44
| | | | Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Point the qt-gui explicitly at ${X11BASE}/include/qt2. This should fixgreen2000-08-111-0/+1
| | | | the case where people still have qt 1 installed.
* Get rid of the patch to qt-gui's "configure" and replace it withgreen2000-08-103-56/+54
| | | | | | patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
* Update to licq 0.85. Grr.green2000-08-047-97/+118
|
* Don't dictate policy: let the "UIN spoofing" option exist. Thisgreen2000-07-041-1/+2
| | | | | | | | functionality has existed and been available by default for many versions before the present version, as well. PR: ports/19446 Submitted by: Alex Keahan <ak@freenet.co.uk>
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update to version 0.81. QT 2.1 (beta) is now needed. Thanks a bundle togreen2000-04-017-130/+202
| | | | | | the submitter!! Submitted by: Matt Heckaman <matt@arpa.mail.net>
* Get all of the good parts of MAKE_ENV et al to the _second_ configuregreen2000-02-231-1/+13
| | | | | | | in this port, which seems to unbreak it the rest of the way for 3.X -STABLE installations. Submitted by: Alexander N. Kabaev <ak03@gte.com>
* Try to fix socklen_t/int breakage for older 4.0s and for -STABLEs.green2000-02-211-0/+34
|
* Add at the top of MASTER_SITES the "new original" mirror.green2000-02-161-1/+2
|
* Update to Licq version 0.75.3a, done by Alexander N. Kabaev :)green2000-02-156-58/+324
| | | | | | | | | This version is basically a completely new program (modules, etc), and it fixes every issue I'd ever had with Licq (for instance). You'll find tons of new features here. Submitted by: Alexander N. Kabaev <kabaev@mail.ru>
* Really remove the redundant WRKSRC this time. Ugh.billf1999-11-161-1/+0
|
* Use the MAINTAINER's real e-mail address.billf1999-11-161-1/+1
| | | | Remove redundant WRKSRC= line.
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Change version required comment too.steve1999-05-031-2/+2
|
* Update licq to version 0.61mharo1999-05-038-138/+65
| | | | | PR: 11453 Submitted by: maintainer
* Update to version 0.44.steve1998-11-028-95/+128
| | | | | PR: 8514 Submitted by: maintainer
* Replace qt dependencies with USE_QT.asami1998-08-121-4/+2
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Update to version 0.34steve1998-08-098-126/+110
| | | | | PR: 7502 Submitted by: maintainer
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Port of licq 0.32-a, an ICQ program using QT.eivind1998-07-106-0/+149
Submitted by: Brian Feldman <brianfeldman@hotmail.com> Setup dialog: eivind