aboutsummaryrefslogtreecommitdiff
path: root/net/licq
Commit message (Collapse)AuthorAgeFilesLines
* - fix gcc34 problemDirk Meyer2004-08-033-18/+41
| | | | | | | | PR: 69823 Submitted by: Francois Tigeot Notes: svn path=/head/; revision=115358
* - mark BROKEN with new gccDirk Meyer2004-07-201-0/+5
| | | | Notes: svn path=/head/; revision=114267
* - The patch removes extra translation from process message.Dirk Meyer2004-05-122-1/+12
| | | | | | | | | | | If configuration parameter Translation isn't 'none' then when you receive some packets their content is translated twise (from some charset to another one) and gets unreadable. PR: 66352 Submitted by: Andrej N. Gritsenko Notes: svn path=/head/; revision=108967
* - Fix path to MD5_FILEDirk Meyer2004-04-191-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=107574
* Unbreak INDEX building by adding PORTSDIR variable to RUN_DEPENDS.Edwin Groothuis2004-03-271-1/+1
| | | | Notes: svn path=/head/; revision=105397
* - Fix breakage, set default hardcoded nowDirk Meyer2004-03-261-1/+1
| | | | Notes: svn path=/head/; revision=105383
* - make PKGNAMESUFFIX more flexibleDirk Meyer2004-03-261-5/+4
| | | | | | | - LICQ_PORT without PORTSDIR Notes: svn path=/head/; revision=105359
* - add CONFLICTSDirk Meyer2004-02-251-0/+3
| | | | Notes: svn path=/head/; revision=102077
* - use PTHREAD_CFLAGS and PTHREAD_LIBS everywhereDirk Meyer2004-02-171-6/+4
| | | | | | | - drop -lc Notes: svn path=/head/; revision=101184
* FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}Kris Kennaway2004-02-171-0/+5
| | | | Notes: svn path=/head/; revision=101109
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - patch libtool to ignore treads. fix build for CURRENTDirk Meyer2003-10-262-5/+12
| | | | | | | Submitted by: fjoe Notes: svn path=/head/; revision=92162
* - mark BROKEN for CURRENT (> 501109)Dirk Meyer2003-10-131-0/+5
| | | | Notes: svn path=/head/; revision=91053
* - force use of PTHREAD_LIBSDirk Meyer2003-10-021-2/+2
| | | | Notes: svn path=/head/; revision=90016
* - use -Wno-deprecated only in CXXFLAGSDirk Meyer2003-09-242-9/+9
| | | | | | | - force configure to use PTHREAD_CFLAGS Notes: svn path=/head/; revision=89260
* - don't clobber any given LDFLAGSDirk Meyer2003-08-311-1/+2
| | | | | | | conflitcs with bsd.openssl.mk Notes: svn path=/head/; revision=88157
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-4/+6
| | | | Notes: svn path=/head/; revision=87906
* - Fix incomatibility when libgnugetopt is installedDirk Meyer2003-07-251-0/+5
| | | | | | | PR: 54037 Notes: svn path=/head/; revision=85590
* - distfile was new created after first release without version bump.Dirk Meyer2003-06-261-0/+1
| | | | | | | Only object files and dependencies have been removed. Notes: svn path=/head/; revision=83693
* - Update to licq-base-1.2.7Dirk Meyer2003-06-262-4/+4
| | | | | | | | - Update to licq-console-1.2.7 - Update to licq-qt-gui-1.2.7 Notes: svn path=/head/; revision=83668
* - Drop broken USE_SSLDirk Meyer2003-04-281-1/+4
| | | | | | | | | - use bsd.openssl.mk - force link with desired path PR: 51500 Notes: svn path=/head/; revision=79797
* - update to licq-base-1.2.6, licq-qt-gui-1.2.6, licq-console-1.2.6Dirk Meyer2003-03-243-4/+6
| | | | Notes: svn path=/head/; revision=77403
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - convert INCDIR -> LICQ_PORTDirk Meyer2003-02-042-3/+2
| | | | | | | so one knob controls it all Notes: svn path=/head/; revision=74689
* - allows licq used as master-port. e.G. for socks.Dirk Meyer2003-01-313-7/+22
| | | | | | | | | | - remove WITH_DANTE - fix SOCKS support to work with net/socks5-port. PR: 47636 Submitted by: lofi@lofi.dyndns.org Notes: svn path=/head/; revision=74325
* - fix Probem of noexisted dependeny, noted by kris.Dirk Meyer2003-01-281-1/+1
| | | | | | | | my regression tests didn't pick this up, cause /usr/ports/current/licq does exits here. Notes: svn path=/head/; revision=74120
* - add option LICQ_PORT= to alter location of master portDirk Meyer2003-01-271-2/+3
| | | | Notes: svn path=/head/; revision=74091
* - Update to 1.2.4Dirk Meyer2003-01-272-5/+5
| | | | | | | licq-base,licq-console,licq-jons-gtk-gui,licq-qt-gui Notes: svn path=/head/; revision=74065
* licq:Dirk Meyer2003-01-085-29/+16
| | | | | | | | | | | | | | | | | | | - Update to 1.2.3 - default config now prefix aware - Update PKG_MESSAGE for gtk plugin licq-qt-gui: - Update to 1.2.3 licq-console: - Update to 1.2.3 - user newer autoconf/automake licq-jons-gtk-gui: - Update to 1.2.3 (0.20.1) Notes: svn path=/head/; revision=72773
* - make socks-patch portableDirk Meyer2003-01-021-9/+11
| | | | Notes: svn path=/head/; revision=72133
* workaround for installed autoconf/automake griefDirk Meyer2002-10-151-0/+4
| | | | | | | PR: 42585,42654 Notes: svn path=/head/; revision=68079
* Fix some GCC problems in CURRENTDirk Meyer2002-09-142-1/+7
| | | | Notes: svn path=/head/; revision=66304
* 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
* Update to 1.2.0aDirk Meyer2002-08-096-68/+50
| | | | | | | Submitted by: fjoe,brad@brad-x.com Notes: svn path=/head/; revision=64294
* Add an ability to build licq plugins using licq-devel port:Max Khon2002-02-081-0/+1
| | | | | | | | | | - licq-console, licq-qt-gui: conditionally include licq-devel/Makefile.inc instead of licq/Makefile.inc if -DWITH_LICQ_DEVEL is specified - dynamically generated plists (currently used in licq-qt-gui port only) Notes: svn path=/head/; revision=54368
* Apply patch adds -DWITH_DANTE (should be specified with -DWITH_SOCKS).Dirk Meyer2002-02-071-0/+8
| | | | | | | Submitted by: fjoe Notes: svn path=/head/; revision=54295
* Take Maintainership to see errors.Dirk Meyer2002-01-271-1/+1
| | | | | | | If someone works closer to the developers, he can have it. Notes: svn path=/head/; revision=53832
* - Change the Makefile.in so i386--freebsd4.4-licq is _not_ installed.Dirk Meyer2002-01-271-3/+2
| | | | | | | | - Stop installation of 2nd binaries. - don't bump PORTREVISION, as it has not been build fully Notes: svn path=/head/; revision=53831
* Have the licq binary installed regardless of system characteristicsMario Sergio Fujikawa Ferreira2002-01-261-0/+3
| | | | | | | | PR: 34293 Requested by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br> Notes: svn path=/head/; revision=53800
* - Update for 1.0.4Dirk Meyer2002-01-252-6/+7
| | | | | | | | | | | | | | | | | | | licq licq-console (no changes) licq-qt-gui Protocol changed on Server. licq-1.0.3 does not work corectlly, messages are lost. problems fixed: - program_transform_name installed the binaray as: /usr/local/bin/i386--freebsd4.4-licq - configure seeks now a qt-mt itself, but the options for "ac_qt_libraries" are not processed - use ob BZIP2 as compressor. Notes: svn path=/head/; revision=53728
* Stop maintaining these ports. I haven't been able to get them compile toBrian Feldman2002-01-251-1/+1
| | | | | | | | even try to use them for months. If anyone wants to fix/take them, there are PRs open to update them. Notes: svn path=/head/; revision=53721
* I think I'm setting a world's record for number of files added after theBrian Feldman2001-04-111-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...) Notes: svn path=/head/; revision=41299
* Remove the OTHER patch. I hate CVS.Brian Feldman2001-04-102-41/+48
| | | | Notes: svn path=/head/; revision=41236
* I needed to add this, too.Brian Feldman2001-04-101-0/+28
| | | | | | | Reminded by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=41232
* Convert the monolithic Licq port into an licq-base port and satelliteBrian Feldman2001-04-108-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> Notes: svn path=/head/; revision=41226
* Overhaul QT/KDE support:Will Andrews2001-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) Notes: svn path=/head/; revision=40792
* Update to Licq 1.0.3 including some security-like issue fixes.Brian Feldman2001-03-137-174/+191
| | | | Notes: svn path=/head/; revision=39712
* Fix pkg-plist.Jimmy Olgeni2001-02-012-195/+157
| | | | | | | | | | Remove unused directory ${PREFIX}/share/licq/qt-gui/locale: it contains broken links only. PR: 23820 (with some changes) Notes: svn path=/head/; revision=37895
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252