xchat2 can't coexist with xchat{-gnome} and viceversa.

Closes PR pkg/23039 by Stefan Krueger.

Bump PKGREVISION.
This commit is contained in:
xtraeme 2003-10-03 07:20:00 +00:00
parent 2d1a022b8a
commit 6e0bfab372
4 changed files with 10 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.7 2002/12/24 09:35:54 tron Exp $
# $NetBSD: Makefile,v 1.8 2003/10/03 07:20:00 xtraeme Exp $
.include "../xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gnome-/}
# Don't set "PKGREVISION" here, set it in "../xchat/Makefile.common".
CONFLICTS+= xchat-[0-9]*
CONFLICTS+= xchat-1.[0-9]* xchat-2.[0-9]*
COMMENT+= and GNOME libraries
CONFIGURE_ARGS+= --enable-panel

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2002/12/24 09:35:53 tron Exp $
# $NetBSD: Makefile,v 1.27 2003/10/03 07:20:00 xtraeme Exp $
.include "Makefile.common"
@ -7,7 +7,7 @@
CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ARGS+= --disable-zvt
CONFLICTS+= xchat-gnome-[0-9]*
CONFLICTS+= xchat-gnome-[0-9]* xchat-2.[0-9]*
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile.common,v 1.18 2003/07/17 21:26:28 grant Exp $
# $NetBSD: Makefile.common,v 1.19 2003/10/03 07:20:00 xtraeme Exp $
DISTNAME= xchat-1.8.11
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= chat x11
MASTER_SITES= ${HOMEPAGE}files/source/1.8/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.12 2003/09/23 22:00:51 xtraeme Exp $
# $NetBSD: Makefile,v 1.13 2003/10/03 07:20:00 xtraeme Exp $
#
DISTNAME= xchat-2.0.5
PKGREVISION= 1
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.0/
EXTRACT_SUFX= .tar.bz2
@ -13,6 +14,8 @@ COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
BUILD_USES_MSGFMT= YES
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
CONFLICTS= xchat-1.[0-9]* xchat-gnome-1.[0-9]*
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_LIBTOOL= YES