Update to 1.6.4; from maintainer.
This commit is contained in:
parent
8444dd5b08
commit
baeba5179c
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2001/01/22 00:26:48 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2001/02/19 00:11:43 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
DISTNAME= xchat-1.6.3
|
||||
DISTNAME= xchat-1.6.4
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.336
|
||||
HOMEPAGE= http://www.xchat.org/
|
||||
@ -27,6 +27,9 @@ CONFIGURE_ARGS= --disable-gnome --disable-imlib --disable-python
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xchat-1.6.3.tar.bz2) = 2d14a6c9fee1b2729807eb546c6dceff
|
||||
RMD160 (xchat-1.6.3.tar.bz2) = 32f700558e1d8608168cd8c1c3b51923df079a22
|
||||
SHA1 (xchat-1.6.3.tar.bz2) = ca0a6a42ab74ab2e44c9fcf23c5cd030876a29f6
|
||||
MD5 (xchat-1.6.4.tar.bz2) = 995c02b43454ba76bb641792503c669a
|
||||
RMD160 (xchat-1.6.4.tar.bz2) = 374b0bdfe32cea95fc850472d1bc713fa51191f3
|
||||
SHA1 (xchat-1.6.4.tar.bz2) = 6b8bd496fddc4b6ee75f78137b5d92b0c0b11506
|
||||
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2001/01/22 00:26:49 naddy Exp $
|
||||
--- configure.orig Sun Jan 21 22:14:28 2001
|
||||
+++ configure Sun Jan 21 22:15:28 2001
|
||||
@@ -4945,28 +4945,6 @@ EOF
|
||||
fi
|
||||
|
||||
|
||||
-if test "x$GCC" = "xyes"; then
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -Wall"
|
||||
- fi
|
||||
- if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -pipe"
|
||||
- fi
|
||||
- fi
|
||||
- if test "$socks" = yes; then
|
||||
- CFLAGS="$CFLAGS -w"
|
||||
- fi
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -g"
|
||||
- fi
|
||||
-fi
|
||||
-
|
||||
-if test "$system" = "OpenBSD"; then
|
||||
- CFLAGS="$CFLAGS -pthread"
|
||||
-fi
|
||||
-
|
||||
-
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 4972 "configure"
|
||||
#include "confdefs.h"
|
@ -1,50 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2001/01/22 00:26:49 naddy Exp $
|
||||
--- configure.in.orig Sun Jan 21 22:15:40 2001
|
||||
+++ configure.in Sun Jan 21 22:18:47 2001
|
||||
@@ -420,27 +420,27 @@ dnl ** GCC FLAGS ***********************
|
||||
dnl *********************************************************************
|
||||
|
||||
dnl Only use -Wall and -pipe if we have gcc
|
||||
-if test "x$GCC" = "xyes"; then
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -Wall"
|
||||
- fi
|
||||
- if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -pipe"
|
||||
- fi
|
||||
- fi
|
||||
- if test "$socks" = yes; then
|
||||
- CFLAGS="$CFLAGS -w"
|
||||
- fi
|
||||
- if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
|
||||
- CFLAGS="$CFLAGS -g"
|
||||
- fi
|
||||
-fi
|
||||
+dnl if test "x$GCC" = "xyes"; then
|
||||
+dnl if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
|
||||
+dnl CFLAGS="$CFLAGS -Wall"
|
||||
+dnl fi
|
||||
+dnl if test "$system" = "Linux" -o "$system" = "FreeBSD"; then
|
||||
+dnl if test -z "`echo "$CFLAGS" | grep "\-pipe" 2> /dev/null`" ; then
|
||||
+dnl CFLAGS="$CFLAGS -pipe"
|
||||
+dnl fi
|
||||
+dnl fi
|
||||
+dnl if test "$socks" = yes; then
|
||||
+dnl CFLAGS="$CFLAGS -w"
|
||||
+dnl fi
|
||||
+dnl if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
|
||||
+dnl CFLAGS="$CFLAGS -g"
|
||||
+dnl fi
|
||||
+dnl fi
|
||||
|
||||
dnl this is strange, but apparently necessary
|
||||
-if test "$system" = "OpenBSD"; then
|
||||
- CFLAGS="$CFLAGS -pthread"
|
||||
-fi
|
||||
+dnl if test "$system" = "OpenBSD"; then
|
||||
+dnl CFLAGS="$CFLAGS -pthread"
|
||||
+dnl fi
|
||||
|
||||
dnl *********************************************************************
|
||||
dnl ** FUNCTIONS/LIBS/CFLAGS ********************************************
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2001/01/22 00:26:49 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/02/19 00:11:44 naddy Exp $
|
||||
bin/xchat
|
||||
bin/xchat-text
|
||||
share/doc/xchat/README
|
||||
@ -20,6 +20,7 @@ share/locale/da/LC_MESSAGES/xchat.mo
|
||||
share/locale/de/LC_MESSAGES/xchat.mo
|
||||
share/locale/el/LC_MESSAGES/xchat.mo
|
||||
share/locale/es/LC_MESSAGES/xchat.mo
|
||||
share/locale/fi/LC_MESSAGES/xchat.mo
|
||||
share/locale/fr/LC_MESSAGES/xchat.mo
|
||||
share/locale/he/LC_MESSAGES/xchat.mo
|
||||
share/locale/hu/LC_MESSAGES/xchat.mo
|
||||
@ -37,4 +38,6 @@ share/locale/sl/LC_MESSAGES/xchat.mo
|
||||
share/locale/sr_YU/LC_MESSAGES/xchat.mo
|
||||
share/locale/sv/LC_MESSAGES/xchat.mo
|
||||
share/locale/uk/LC_MESSAGES/xchat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xchat.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo
|
||||
@dirrm share/doc/xchat
|
||||
|
Loading…
Reference in New Issue
Block a user