aboutsummaryrefslogtreecommitdiffstats
path: root/irc/kvirc
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN with gcc 4.2 on all archs.erwin2007-12-281-2/+0
|
* Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-021-1/+7
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+0
| | | | | Submitted by: rafan Tested on: pointyhat
* - Respect X11BASErafan2006-12-081-0/+1
| | | | Approved by: portmgr (linimon)
* remove USE_REINPLACE for all categories starting with Iedwin2006-05-081-1/+0
|
* Fix conflict between kvirc and kdenetwork.anray2006-05-014-5/+27
| | | | | | PR: ports/93402 Submitted by: "chris@i13i.com" <kse@admin.i13i.com> Approved by: maintainer
* Conversion to a single libtool environment.ade2006-02-232-4/+60
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to KDE 3.5.0lofi2006-01-091-0/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 3.2.0sem2005-04-176-97/+342
| | | | | PR: ports/79144 Submitted by: maintainer
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* [MAINTAINER] irc/kvirc: [New MASTER_SITES, Fix arts support]edwin2004-12-193-1085/+1145
| | | | | | | | | | - Remove duplicate and inactive mirror from MASTER_SITES - Add new official mirrors to MASTER_SITES - Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS - Use DATADIR in pkg-plist PR: ports/75082 Submitted by: Michael Ranner <mranner@inode.at>
* Nitpick: Don't quote COMMENTvs2004-08-111-1/+1
| | | | Approved by: maintainer
* Update to 3.0.1arved2004-08-106-1161/+1350
| | | | | PR: 70089 Submitted by: Michael Ranner <mranner@inode.at>
* Remove inclusion of Makefile.kde from all remaining ports not maintainedlofi2004-06-231-4/+5
| | | | | | by kde@ Approved by: maintainer timeout
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* - SIZEifymarkus2004-03-281-0/+1
| | | | | | PR: ports/64593 Submitted by: Michael Ranner <mranner@inode.at> (maintainer) Approved by: arved (mentor)
* - Fix build on 5.xkrion2004-02-282-1/+22
| | | | | PR: ports/63461 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Remove duplicated buggy --prefixclement2004-01-181-1/+1
| | | | | | PR: 61450 Submitted by: Michael Ranner <mranner@inode.at> (maintainer) Approved by: erwin (mentor) (implicitly)
* Readd kvirc 3.0.0 beta2arved2004-01-147-0/+1192
| | | | Submitted by: mranner@inode.at
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-067-268/+0
| | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* Retire comment file.trevor2003-03-012-1/+1
|
* BROKEN: Incorrect pkg-plistkris2002-10-061-0/+2
|
* Actually remove redundant autoconf/automake dependencies commented out in asobomax2002-09-251-2/+0
| | | | previous delta.
* - Drop gettext-old dependency;sobomax2002-09-254-6/+83
| | | | - make it respecting CFLAGS while I'm here.
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+4
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Pleasing bentodwcjr2001-06-081-0/+1
| | | | | | PR: 27355 Reviewed by: will No response: trevor
* Update to 2.1.1.trevor2001-05-012-2/+3
| | | | goaded by: trini0@optonline.net
* Apparently I broke this package with the bsd.kde.mk introduction. Fix thatwill2001-04-091-1/+3
| | | | | | by using QT_NONSTANDARD and adding --disable-static. Discussed with: trevor
* Overhaul QT/KDE support:will2001-04-031-2/+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)
* -with-qt-name=qt2 -> --with-qt-name=qt2trevor2001-02-061-1/+1
| | | | Submitted by: Cristiano Deana <deana@bmm.it>
* Update the distinfo file to 2.1.0.trevor2001-02-041-1/+1
| | | | reported by: trini0 <trini0@optonline.net>
* Update to 2.1.0.trevor2001-02-0214-152/+53
|
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-4/+3
|
* Add some "extra" files logged by o bento.trevor2000-10-151-0/+2
|
* Add ftp.kvirc.net FTP site to MASTER_SITES.trevor2000-10-152-3/+5
| | | | | Add WWW line for www.kvirc.net. Replace 2.0.0 with ${PORTVERSION} in MASTER_SITES.
* Change MAINTAINER for my ports.trevor2000-10-021-1/+1
| | | | Approved by: will
* Update to KVIRC 2.0.0. These were forgotten in the original update.will2000-09-272-0/+22
| | | | | PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,will2000-09-277-356/+107
| | | | | | | which works flawlessly, much to my amazement. He is now MAINTAINER. PR: 21530 Submitted by: Trevor Johnson <trevor@jpj.net>
* You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.asami2000-09-231-2/+2
| | | | | (Of course, they shouldn't have been writing "qt21" explicitly in the first place....)
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Minor changes:will2000-04-152-4/+17
| | | | | | | | 1) Move kvirc to use Qt 2.1. Patch added assists with this. 2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4. Submitted by: imura (#2) Reported by: Vladimir B. Grebenschikov <vova@express.ru>
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Finally fix irc/kvirc pakaging. Sorry this didn't make it in 4.0! :-(will2000-03-231-0/+2
| | | | Submitted by: imura (on mailing list)
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Fix PLIST for -stable. I don't get the same PLIST error that bentotg2000-03-102-4/+1
| | | | | | | shows; it.mo is installed correctly on my system. PR: 16996 Submitted by: Will Andrews <andrews@technologist.com>
* Fix kvirc port for -currentjedgar2000-02-131-2/+0
| | | | | PR: 16688 Submitted by: Will Andrews <andrews@technologist.com>
* Upgrade to version 1.0.0jim2000-02-0512-334/+476
| | | | | PR: 16485 Submitted by: maintainer
* Remove maintainer as MAINTAINER at maintainer's request.jedgar1999-12-231-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-281-2/+2
|
* 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
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Allow configure to find moc and update the PLISTmharo1999-04-142-52/+182
| | | | | PR: 11091 Submitted by: me
* Import of net/kvirc 0.9.0jseger1999-04-116-0/+228
A powerful Internet Relay Chat client designed for UNIX PR: ports/10097 Submitted by: Anders Nordby <anders@fix.no>