upgrade to xchat 1.2.1
This commit is contained in:
parent
45b16b4c29
commit
8753ee0720
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 1999/09/01 15:04:21 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 1999/09/21 13:05:38 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
DISTNAME= xchat-1.2.0
|
||||
DISTNAME= xchat-1.2.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xchat.org/files/ \
|
||||
http://xchat.linuxpower.org/files/
|
||||
|
||||
NEED_VERSION= 1.92
|
||||
NEED_VERSION= 1.114
|
||||
|
||||
MAINTAINER= chris@dqc.org
|
||||
|
||||
@ -16,7 +16,6 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
|
||||
|
||||
USE_X11= yes
|
||||
USE_GMAKE= yes
|
||||
#SEPARATE_BUILD= concurrent
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-gnome --disable-imlib --disable-panel
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -24,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
@${STRIP} ${PREFIX}/bin/xchat
|
||||
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xchat-1.2.0.tar.gz) = cae68bd6ff3a82131eb395a4253c413f
|
||||
RMD160 (xchat-1.2.0.tar.gz) = 907a615f243d09071cb728f8cf1ea893f43bb7d9
|
||||
SHA1 (xchat-1.2.0.tar.gz) = a881d02ca632b8830b3c5741595cbe41c2b9eb8c
|
||||
MD5 (xchat-1.2.1.tar.gz) = 6e3862baf6d73e98d98e6b3fbd3f3325
|
||||
RMD160 (xchat-1.2.1.tar.gz) = c6e7c1259406f55063f3ca257977025dedda2e1c
|
||||
SHA1 (xchat-1.2.1.tar.gz) = 05a67df77035d90d2e4e78d03bdb56b82ac9b9ad
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/plugin.c.orig Wed Aug 4 02:22:45 1999
|
||||
+++ src/plugin.c Tue Aug 10 20:59:34 1999
|
||||
@@ -198,7 +198,7 @@
|
||||
int (*module_init) (int version, struct module * mod,
|
||||
struct session * sess);
|
||||
|
||||
- handle = dlopen (name, RTLD_NOW);
|
||||
+ handle = dlopen (name, RTLD_LAZY);
|
||||
|
||||
if (handle == NULL)
|
||||
#ifdef HAVE_DLERROR
|
Loading…
Reference in New Issue
Block a user