summaryrefslogtreecommitdiff
path: root/irc/xchat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update this to the latest and greatest "stable" version, which is 1.8.0.Jim Mock2001-06-283-31/+5
| | | | | | | | | As with the 1.7 development series, NLS is disabled because it needs gettext 0.10.38 to work, which we don't have yet. For more info on the current state of gettext, see the -ports archives. Notes: svn path=/head/; revision=44529
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* PLIST fixes I forgot in my last commit.Jim Mock2001-02-171-0/+3
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=38418
* Update to version 1.6.4.Jim Mock2001-02-162-2/+2
| | | | Notes: svn path=/head/; revision=38413
* Update to 1.6.3.Jim Mock2001-01-112-2/+2
| | | | Notes: svn path=/head/; revision=37097
* Update to version 1.6.2.Jim Mock2000-12-113-2/+11
| | | | Notes: svn path=/head/; revision=35902
* Update to version 1.6.1. This is a bug-fix release, and if you're usingJim Mock2000-11-272-3/+2
| | | | | | | 1.6.0, I suggest you upgrade. Notes: svn path=/head/; revision=35473
* Bring in the SSL support from the xchat-devel port.Jim Mock2000-11-261-0/+5
| | | | | | | | PR: 23092 Submitted by: Ron Rosson <insane@lunatic.oneinsane.net> Notes: svn path=/head/; revision=35430
* Bump PORTREVISION.Jim Mock2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35354
* Update to version 1.6.0, the latest and greatest "stable" version. WhileJim Mock2000-11-162-20/+20
| | | | | | | I'm here, clean up some whitespace. Notes: svn path=/head/; revision=35179
* Fix japanese/xchat which had been broken by the last two commits onAkinori MUSHA2000-11-061-2/+7
| | | | | | | | | | | | | | | irc/xchat. As japanese/xchat "built" without a problem, I didn't notice it was "broken"... In reality, the configure script failed to detect the iconv library because of the removal of CPPFLAGS and LIBS in CONFIGURE_ENV, therefore the built binary lacked Japanese support. (i.e. the ja-xchat package included in 4.2-RELEASE will be broken) To avoid this kind of sad accidents in future, add a note to irc/xchat that it has a slave port and one should be careful not to overwrite variables or targets. Notes: svn path=/head/; revision=34853
* Implement WANT_GNOME.Jeremy Lea2000-10-051-35/+19
| | | | Notes: svn path=/head/; revision=33430
* Whitespace changes, and sort PLISTs.Jeremy Lea2000-10-032-40/+40
| | | | Notes: svn path=/head/; revision=33353
* Prepare for slave (satellite) ports.Akinori MUSHA2000-10-011-4/+3
| | | | | | | Approved by: jim (MAINTAINER) Notes: svn path=/head/; revision=33288
* Clean up the PLIST handling. There is now only one PLIST to maintain.Jim Mock2000-09-072-4/+4
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=32408
* Update to version 1.4.3. According to the author, this release fixes someJim Mock2000-08-272-2/+2
| | | | | | | bugs, including the security issue mentioned on SecurityFocus. Notes: svn path=/head/; revision=32033
* Knock the version back to 1.4.2 due to popular demand. There is now anJim Mock2000-08-263-19/+4
| | | | | | | xchat-devel port for those who want the latest version. Notes: svn path=/head/; revision=31988
* Update to version 1.5.6Jim Mock2000-07-273-3/+3
| | | | Notes: svn path=/head/; revision=31069
* Correct pkg/PLIST*Vanilla I. Shu2000-07-161-0/+3
| | | | Notes: svn path=/head/; revision=30678
* Update to version 1.5.5Jim Mock2000-06-272-2/+2
| | | | Notes: svn path=/head/; revision=29921
* Update to version 1.5.4.Jim Mock2000-06-202-2/+2
| | | | Notes: svn path=/head/; revision=29704
* Fix up the GNOME dependencies and use devel/gettext instead of xchat's ownJim Mock2000-06-121-6/+10
| | | | | | | | | local libintl. Submitted by: ade Notes: svn path=/head/; revision=29550
* If we have gnomecore, we have gdk-pixbuf too.Jim Mock2000-06-051-0/+4
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=29237
* Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob.Jim Mock2000-06-052-3/+15
| | | | Notes: svn path=/head/; revision=29236
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-011-2/+2
| | | | Notes: svn path=/head/; revision=29057
* Enable NLS support. It works now!Jim Mock2000-05-252-1/+16
| | | | | | | Submitted by: cpiazza Notes: svn path=/head/; revision=28762
* Fix the DESCR file to actually be a DESCR and not half of one with an MD5Jim Mock2000-05-251-3/+5
| | | | | | | | | checksum. Submitted by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=28761
* Update to version 1.5.2.Jim Mock2000-05-252-2/+2
| | | | Notes: svn path=/head/; revision=28756
* Whoops, 1.4 in the MASTER_SITES should be 1.5. I guess that's what I getJim Mock2000-04-251-2/+2
| | | | | | | | | for fetching the tarball manually first. Submitted by: Clive Lin <clive@CirX.ORG> Notes: svn path=/head/; revision=28000
* Update to version 1.5.0.Jim Mock2000-04-242-2/+2
| | | | Notes: svn path=/head/; revision=27980
* whitespace nitsMichael Haro2000-04-221-26/+26
| | | | Notes: svn path=/head/; revision=27870
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-6/+6
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Add SOCKS support.Jim Mock2000-04-141-0/+7
| | | | | | | Submitted by: dburr Notes: svn path=/head/; revision=27538
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27459
* Update to version 1.4.2.Jim Mock2000-04-072-3/+3
| | | | Notes: svn path=/head/; revision=27395
* Update to version 1.4.1Jim Mock2000-03-092-3/+3
| | | | Notes: svn path=/head/; revision=26700
* Say hello to xchat-1.4.0. This is the first 'stable' release in aboutJim Mock2000-02-112-5/+5
| | | | | | | 6 months (according to the xchat.org site). Notes: svn path=/head/; revision=25667
* Update to version 1.3.14.Jim Mock2000-02-082-3/+3
| | | | Notes: svn path=/head/; revision=25597
* Update to 1.3.13.Jim Mock2000-01-312-3/+3
| | | | | | | Prodded by: green Notes: svn path=/head/; revision=25352
* Update to version 1.3.12Jim Mock2000-01-252-3/+3
| | | | Notes: svn path=/head/; revision=25046
* Update to version 1.3.11.Jim Mock2000-01-203-4/+11
| | | | | | | Reviewed by: unfurl Notes: svn path=/head/; revision=24852
* Update to version 1.3.10Jim Mock2000-01-072-3/+3
| | | | Notes: svn path=/head/; revision=24493
* Fix MASTER_SITES so this distfile is actually fetchable now.Jim Mock1999-12-221-2/+2
| | | | Notes: svn path=/head/; revision=23836
* Update to version 1.3.8Jim Mock1999-11-222-3/+3
| | | | Notes: svn path=/head/; revision=23261
* Updated to version 1.3.7Jim Mock1999-11-092-6/+3
| | | | Notes: svn path=/head/; revision=22994
* Update to version 1.3.6. This version is the first with pythonJim Mock1999-11-032-4/+7
| | | | | | | | scripting support, however, it's temporarily disabled until it becomes less buggy (read: usable). Notes: svn path=/head/; revision=22868
* Depend on gnomelibs if USE_GNOME is definedJim Mock1999-10-251-0/+3
| | | | Notes: svn path=/head/; revision=22634
* Updated to version 1.3.5Jim Mock1999-10-242-4/+4
| | | | Notes: svn path=/head/; revision=22600
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* Updated to version 1.3.4Jim Mock1999-10-052-3/+3
| | | | Notes: svn path=/head/; revision=22172