Commit Graph

422 Commits

Author SHA1 Message Date
Will Andrews
cfa3447d9a Update to KVIRC 2.0.0. These were forgotten in the original update.
PR:		21530
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-26 22:29:10 +00:00
Will Andrews
04b96465b6 Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,
which works flawlessly, much to my amazement.  He is now MAINTAINER.

PR:		21530
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-26 22:26:13 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Satoshi Asami
9c21047709 You don't want to depend on qt21 -- it's dead. Change them to USE_QT2.
(Of course, they shouldn't have been writing "qt21" explicitly in the
 first place....)
2000-09-23 08:05:59 +00:00
Satoshi Asami
d60cf6bd3d Add xchat-devel. 2000-09-21 07:51:46 +00:00
Ade Lovett
23cbcfcbcd Add a new WITH_TCL hook, courtesy of Stijn Hoop <stijn@win.tue.nl>
PR:		21309
Submitted by:	maintainer
2000-09-16 17:27:39 +00:00
Kris Kennaway
a11fb28e14 Fix format string vulnerabilities.
Submitted by:	Maxime Henrion <mux@QUALYS.COM>
2000-09-10 04:38:52 +00:00
Kevin Lo
cbd3fd8f50 - Fix Makefile.
- Add MESSAGE

PR: 20978
Submitted by: MAINTAINER
2000-09-09 13:14:50 +00:00
Jim Mock
6d44394778 Clean up the PLIST handling. There is now only one PLIST to maintain.
Submitted by:	ade
2000-09-07 20:45:53 +00:00
Kevin Lo
ab510e8212 Update to 1.0c17.
PR: 20953
Submitted by: MAINTAINER
2000-09-01 02:51:06 +00:00
Brian Feldman
316e2305fc Update to tkirc 2.42. 2000-08-29 22:27:31 +00:00
Jim Mock
92085fede4 Update to version 1.5.7.
See http://xchat.org/files/source/1.5/changelog.txt for changes in this
release.
2000-08-27 15:32:38 +00:00
Jim Mock
641da9fb0e Update to version 1.4.3. According to the author, this release fixes some
bugs, including the security issue mentioned on SecurityFocus.
2000-08-27 15:25:44 +00:00
Steve Price
0733f00956 Provide the correct value for WRKSRC. 2000-08-26 20:18:42 +00:00
Steve Price
69157d745d Finish upgrading to version 4.4x. 2000-08-26 20:16:18 +00:00
Jim Mock
108db94137 Knock the version back to 1.4.2 due to popular demand. There is now an
xchat-devel port for those who want the latest version.
2000-08-26 06:54:13 +00:00
Jim Mock
96ee7cf941 Update to version 0.7.95-3. 2000-08-26 06:49:59 +00:00
Kevin Lo
f2f4a63af1 Update to version 0.9.80
PR: 20745
Submitted by: Ports Fury
2000-08-23 08:01:20 +00:00
Jim Mock
73c683ce3e Update to version 0.7.95-2. 2000-08-23 00:55:49 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Kris Kennaway
56965baa03 Upgrade to ircd-hybrid 5.3p8 2000-08-20 02:44:19 +00:00
Jim Mock
76f1e25bbf Update to version 0.7.95. 2000-08-14 03:21:50 +00:00
Alexander Langer
ba412a2f32 Update to 4.4X. Should fix bento's build problems. 2000-08-13 16:44:01 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Neil Blakey-Milner
3638ee2d00 Add ircatlite, a GTK+ IRC client.
PR:		ports/18570
Submitted by:	Yoshikazu GOTO <goto@snowy.to>
2000-07-31 15:31:16 +00:00
Kevin Lo
bc1c3dd709 The startup script provided with the irc/ircd-hybrid port is missing
a ";;" to close a 'case' statement entry.

PR: 20302
Submitted by: Peter Pentchev <roam@orbitel.bg>
2000-07-31 08:47:35 +00:00
Jeroen Ruigrok van der Werven
44e8f1a6f3 Update to 0.9.2:
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-31 06:10:57 +00:00
Jim Mock
35c2fd379b Update to version 0.7.94. 2000-07-27 19:07:40 +00:00
Jim Mock
94fe9f7bed Update to version 1.5.6 2000-07-27 18:31:32 +00:00
Vanilla I. Shu
ae6f836a9a Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Jeroen Ruigrok van der Werven
986e808d4c Update to 0.9.1.
ChangeLog:
* Fix bug where joining an !id channel could crash epic.
* Only call channel_going_away if the channel belongs to a window.
* Throw /on channel_sync in the context of the channel's window.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-20 10:10:12 +00:00
Jeroen Ruigrok van der Werven
b6bd4a138f Update to 0.9.0.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-17 10:07:52 +00:00
Vanilla I. Shu
55b5dbcf6a Correct pkg/PLIST* 2000-07-16 08:13:12 +00:00
Jeroen Ruigrok van der Werven
b4199efa18 Update to version pre2.700.
This should fix a few bugs.

Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-11 08:24:51 +00:00
Jim Mock
bc4f407d22 Update to version 0.7.93. 2000-07-10 06:11:17 +00:00
Jim Mock
aa6891d65e Update to version 0.7.92-3 2000-07-07 21:21:15 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Steve Price
792eba5df0 Make building the plugins optional.
PR:		19708
Submitted by:	maintainer
2000-07-07 18:24:43 +00:00
Jeroen Ruigrok van der Werven
fe019116f1 Update port to new version, pre2.600.
Submitted by:	MAINTAINER <anders@codefactory.se>
2000-07-06 10:33:28 +00:00
Jeroen Ruigrok van der Werven
92b70d2003 Update MAINTAINER's e-mail address. 2000-07-06 10:32:14 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Bill Fumerola
0e4d21bdb8 panasync must have been absent in CSE101 when they taught you not to
pass userdefined variables straight into functions that look for varargs..
2000-07-04 01:30:56 +00:00
Will Andrews
b838a7b709 Update to 0.99.7. 2000-07-03 23:19:58 +00:00
Jim Mock
769882882b Update to version 0.7.92-2. 2000-07-01 19:25:36 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Jim Mock
79aff9e30d Update to version 1.5.5 2000-06-27 21:21:05 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Jim Mock
a2e7274f21 Update to version 1.5.4. 2000-06-20 07:15:18 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00