upgrade to xchat 1.1.2
This commit is contained in:
parent
de9f02fdef
commit
27b2dcd63a
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/06/14 03:10:49 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1999/07/11 16:32:45 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
DISTNAME= xchat-0.9.6
|
||||
DISTNAME= xchat-1.1.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xchat.linuxpower.org/files/ \
|
||||
http://www.ozemail.com.au/~peterzelezny/xchat/ \
|
||||
http://www.spyda.co.za/pub/linux/x11/irc/xchat/
|
||||
MASTER_SITES= http://xchat.org/files/beta/ \
|
||||
http://xchat.linuxpower.org/files/beta/
|
||||
|
||||
NEED_VERSION= 1.92
|
||||
|
||||
MAINTAINER= chris@dqc.org
|
||||
|
||||
@ -13,17 +14,20 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
|
||||
glib.1.2:${PORTSDIR}/devel/glib \
|
||||
gtk.1.2:${PORTSDIR}/x11/gtk+
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X11= yes
|
||||
USE_GMAKE= yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-gnome --disable-imlib --disable-panel
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
@${MKDIR} ${PREFIX}/share/doc/xchat
|
||||
@chmod a+rx ${PREFIX}/share/doc/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
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
MD5 (xchat-0.9.6.tar.gz) = e4f7b79060746dbd0f3ad4bb7e36d86d
|
||||
MD5 (xchat-0.9.7.tar.gz) = be11a76c5ba6aa6b3ecc262b00309284
|
||||
RMD160 (xchat-0.9.6.tar.gz) = 4a97a323738507e8b2cb659b99656c4ce5de731b
|
||||
RMD160 (xchat-0.9.7.tar.gz) = d31764a0856a9767b4600deb149cd3c70b0b840c
|
||||
SHA1 (xchat-0.9.6.tar.gz) = bc344dbd484a1b60770f4eb6cf571e8f686356d9
|
||||
SHA1 (xchat-0.9.7.tar.gz) = 76fff7c77b52872a24efd01ead7c69c5e11d7131
|
||||
MD5 (xchat-1.1.2.tar.bz2) = d109fc9fba516564b2e146426bc5874a
|
||||
RMD160 (xchat-1.1.2.tar.bz2) = a22f2759b4fe9e2351fa8bc91bfa4e2dbf9eff5a
|
||||
SHA1 (xchat-1.1.2.tar.bz2) = 5390f63f08711db6749c6359ec1840c25fb18ee4
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/plugin.c.orig Sun Jun 13 23:07:53 1999
|
||||
+++ src/plugin.c Sun Jun 13 23:08:27 1999
|
||||
@@ -90,7 +90,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
|
@ -10,4 +10,19 @@ share/doc/xchat/xchat-6.html
|
||||
share/doc/xchat/xchat-7.html
|
||||
share/doc/xchat/xchat-8.html
|
||||
share/doc/xchat/xchat-9.html
|
||||
share/doc/xchat/xchat-10.html
|
||||
share/doc/xchat/README
|
||||
share/locale/fr/LC_MESSAGES/xchat.mo
|
||||
share/locale/sv/LC_MESSAGES/xchat.mo
|
||||
share/locale/it/LC_MESSAGES/xchat.mo
|
||||
share/locale/de/LC_MESSAGES/xchat.mo
|
||||
share/locale/nl/LC_MESSAGES/xchat.mo
|
||||
share/locale/pl/LC_MESSAGES/xchat.mo
|
||||
share/locale/ru/LC_MESSAGES/xchat.mo
|
||||
share/locale/cs/LC_MESSAGES/xchat.mo
|
||||
share/locale/es/LC_MESSAGES/xchat.mo
|
||||
share/locale/fr_CA/LC_MESSAGES/xchat.mo
|
||||
share/locale/no/LC_MESSAGES/xchat.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xchat.mo
|
||||
share/locale/sr_YU/LC_MESSAGES/xchat.mo
|
||||
@dirrm share/doc/xchat
|
||||
|
Loading…
Reference in New Issue
Block a user