Commit graph

405 commits

Author SHA1 Message Date
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
Jim Mock
26be6649fe Update to version 0.7.91. 2000-06-14 22:12:38 +00:00
Matthew Hunt
8fc36b393c In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
Jim Mock
2fddf56a32 Update to version 0.7.90. The author has removed all GTK/GNOME bits for
the time being, but says ``they might come back later'', but for now this
is a text-only client.

Submitted by:	ade
2000-06-12 19:16:51 +00:00
Jim Mock
0847a8164e Fix up the GNOME dependencies and use devel/gettext instead of xchat's own
local libintl.

Submitted by:	ade
2000-06-12 19:12:37 +00:00
Jim Mock
4905d468b2 If we have gnomecore, we have gdk-pixbuf too.
Submitted by:	ade
2000-06-05 19:34:48 +00:00
Jim Mock
101b19c3a2 Update to version 1.5.3, and add a WITH_GDK_PIXBUF knob. 2000-06-05 19:04:22 +00:00
Chris Piazza
abe150c11b Remove config file if it hasn't changed from the default 2000-06-05 06:05:49 +00:00
Tim Vanderhoek
11217fda9f PORTVERSION=0.7.28-3 -> PORTVERSION=0.7.28.3 (per porters-handbook) 2000-06-04 04:21:11 +00:00
Tim Vanderhoek
572120aebf WWW moved. 2000-06-04 04:09:00 +00:00
Satoshi Asami
a0885ea271 Don't forget nhirc.1.
Submitted by:	bento
2000-06-03 08:42:28 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Chris D. Faulhaber
373f9b0dc3 Conditionally remove directories during package removal
Found by:	bento
2000-06-01 12:51:33 +00:00
Justin M. Seger
e3f1756ddc Fix MASTER_SITE
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-05-26 20:41:06 +00:00
Jim Mock
255da4f9b3 Enable NLS support. It works now!
Submitted by:	cpiazza
2000-05-25 22:48:30 +00:00
Jim Mock
4bb3d314eb Fix the DESCR file to actually be a DESCR and not half of one with an MD5
checksum.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-05-25 22:11:20 +00:00
Jim Mock
276c39a3ad Update to version 1.5.2. 2000-05-25 19:02:05 +00:00
Will Andrews
7001c025d0 Update to 0.7.28-3. As usual, this is a "I'm grateful to you, Jim!"
commit.  (Of course I have to fix all his stuff anyway. ;-)

First diff submitted by:	jim (MAINATAINER)
Gmake-related crap fixed by:	will (the added patch)
2000-05-23 21:55:21 +00:00