remove this port as it is obsolete since the update of net/xchat to xchat 2.4.x branch.
This commit is contained in:
parent
0754d71eac
commit
9dda41b01f
@ -1,45 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/10/17 17:45:51 wilfried Exp $
|
||||
|
||||
COMMENT= "GTK+2 IRC client"
|
||||
|
||||
MAJOR= 2.0
|
||||
VERSION= ${MAJOR}.10
|
||||
DISTNAME= xchat-${VERSION}
|
||||
PKGNAME= xchat2-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
|
||||
HOMEPAGE= http://www.xchat.org/
|
||||
|
||||
MAINTAINER= Damien Couderc <couderc@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}files/source/2.0/
|
||||
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
||||
MASTER_SITES1= ${HOMEPAGE}files/source/2.0/patches/
|
||||
PATCHFILES= xc2010-fixfocus.diff:1 xc2010-fixtabcomp3.diff:1
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= gtk-x11-2.0.0.0,gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0::x11/gtk+2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --disable-python --enable-textfe \
|
||||
--disable-perl --disable-mmx \
|
||||
--enable-ipv6 --enable-openssl="/usr"
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@mv ${WRKSRC}/xchat.png ${WRKSRC}/xchat2.png
|
||||
@mv ${WRKSRC}/xchat.desktop ${WRKSRC}/xchat2.desktop
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,9 +0,0 @@
|
||||
MD5 (xc2010-fixfocus.diff) = ce08cfd7b93fbb37e1d9b510747a58d5
|
||||
MD5 (xc2010-fixtabcomp3.diff) = bef9c7a09196ed8da457ee9fb36e8fe9
|
||||
MD5 (xchat-2.0.10.tar.bz2) = 968bc5f074fd7c202a8d63758bd5b62d
|
||||
RMD160 (xc2010-fixfocus.diff) = 562f0bc3e3341a027b77428617872dbb4e9db9f6
|
||||
RMD160 (xc2010-fixtabcomp3.diff) = 0dcbc741b3e5a290b8698236622fd8b2a782bd22
|
||||
RMD160 (xchat-2.0.10.tar.bz2) = 2513c260f8fa0fd34cd88e55f623877b0c5b65dc
|
||||
SHA1 (xc2010-fixfocus.diff) = 6ad6897cbe96d3441f8a85726ee89a2a128a4c1b
|
||||
SHA1 (xc2010-fixtabcomp3.diff) = 09e326c89aa3bf92696dfb89c34fa206c402f4d8
|
||||
SHA1 (xchat-2.0.10.tar.bz2) = bc5d45589a1c9a4b59edcb12699fd33344243c22
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2004/06/20 17:54:58 couderc Exp $
|
||||
--- Makefile.in.orig 2004-06-20 17:35:22.000000000 +0200
|
||||
+++ Makefile.in 2004-06-20 17:32:11.000000000 +0200
|
||||
@@ -249,9 +249,9 @@ SUBDIRS = po intl src plugins
|
||||
EXTRA_DIST = autogen.sh HACKING INSTALL.w32 faq.html xchat.png \
|
||||
xchat.desktop xchat.spec config.h.w32 xchat.ico
|
||||
|
||||
-icon_DATA = xchat.png
|
||||
+icon_DATA = xchat2.png
|
||||
icondir = $(datadir)/pixmaps
|
||||
-util_DATA = xchat.desktop
|
||||
+util_DATA = xchat2.desktop
|
||||
utildir = $(datadir)/applications
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.7 2004/10/17 17:45:51 wilfried Exp $
|
||||
--- configure.orig 2004-05-31 16:47:07.000000000 +0200
|
||||
+++ configure 2004-06-20 17:07:09.000000000 +0200
|
||||
@@ -1831,7 +1831,7 @@ fi
|
||||
|
||||
|
||||
# Define the identity of the package.
|
||||
- PACKAGE=xchat
|
||||
+ PACKAGE=xchat2
|
||||
VERSION=2.0.10
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_common_outbound_c,v 1.2 2004/04/10 18:48:30 couderc Exp $
|
||||
--- src/common/outbound.c.orig 2004-03-16 06:17:42.000000000 +0100
|
||||
+++ src/common/outbound.c 2004-04-09 18:18:47.000000000 +0200
|
||||
@@ -1396,7 +1396,7 @@ cmd_exec (struct session *sess, char *tb
|
||||
/* Now we call /bin/sh to run our cmd ; made it more friendly -DC1 */
|
||||
if (shell)
|
||||
{
|
||||
- execl ("/bin/sh", "sh", "-c", cmd, 0);
|
||||
+ execl ("/bin/sh", "sh", "-c", cmd, (void *)NULL);
|
||||
} else
|
||||
{
|
||||
char **argv;
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-src_fe-gtk_Makefile_in,v 1.3 2004/06/20 17:54:58 couderc Exp $
|
||||
--- src/fe-gtk/Makefile.in.orig 2004-05-31 16:47:05.000000000 +0200
|
||||
+++ src/fe-gtk/Makefile.in 2004-06-20 17:13:46.000000000 +0200
|
||||
@@ -37,7 +37,7 @@ NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = @host@
|
||||
-bin_PROGRAMS = xchat$(EXEEXT)
|
||||
+bin_PROGRAMS = $(PACKAGE)$(EXEEXT)
|
||||
subdir = src/fe-gtk
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
@@ -348,8 +348,8 @@ clean-binPROGRAMS:
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
-xchat$(EXEEXT): $(xchat_OBJECTS) $(xchat_DEPENDENCIES)
|
||||
- @rm -f xchat$(EXEEXT)
|
||||
+$(PACKAGE)$(EXEEXT): $(xchat_OBJECTS) $(xchat_DEPENDENCIES)
|
||||
+ @rm -f $(PACKAGE)$(EXEEXT)
|
||||
$(LINK) $(xchat_LDFLAGS) $(xchat_OBJECTS) $(xchat_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-src_fe-text_Makefile_in,v 1.3 2004/06/20 17:54:58 couderc Exp $
|
||||
--- src/fe-text/Makefile.in.orig 2004-05-31 16:47:05.000000000 +0200
|
||||
+++ src/fe-text/Makefile.in 2004-06-20 17:11:59.000000000 +0200
|
||||
@@ -37,7 +37,7 @@ NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = @host@
|
||||
-bin_PROGRAMS = xchat-text$(EXEEXT)
|
||||
+bin_PROGRAMS = $(PACKAGE)-text$(EXEEXT)
|
||||
subdir = src/fe-text
|
||||
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
@@ -306,8 +306,8 @@ clean-binPROGRAMS:
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
-xchat-text$(EXEEXT): $(xchat_text_OBJECTS) $(xchat_text_DEPENDENCIES)
|
||||
- @rm -f xchat-text$(EXEEXT)
|
||||
+$(PACKAGE)-text$(EXEEXT): $(xchat_text_OBJECTS) $(xchat_text_DEPENDENCIES)
|
||||
+ @rm -f $(PACKAGE)-text$(EXEEXT)
|
||||
$(LINK) $(xchat_text_LDFLAGS) $(xchat_text_OBJECTS) $(xchat_text_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_pixmaps_Makefile_in,v 1.1 2004/06/20 17:54:58 couderc Exp $
|
||||
--- src/pixmaps/Makefile.in.orig 2004-06-20 17:42:21.000000000 +0200
|
||||
+++ src/pixmaps/Makefile.in 2004-06-20 17:43:47.000000000 +0200
|
||||
@@ -227,7 +227,7 @@ LIST = aboutpng $(srcdir)/about.png \
|
||||
purplepng $(srcdir)/purple.png \
|
||||
redpng $(srcdir)/red.png \
|
||||
voicepng $(srcdir)/voice.png \
|
||||
- xchatpng $(srcdir)/../../xchat.png
|
||||
+ xchatpng $(srcdir)/../../xchat2.png
|
||||
|
||||
PNGS = about.png book.png hop.png op.png purple.png red.png voice.png
|
||||
noinst_HEADERS = inline_pngs.h
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-xchat_desktop,v 1.1 2003/08/08 05:47:38 marcm Exp $
|
||||
--- xchat.desktop.orig 2003-07-27 20:07:12.000000000 -0700
|
||||
+++ xchat.desktop 2003-08-07 22:36:14.000000000 -0700
|
||||
@@ -12,7 +12,7 @@ Comment[sl]=Odjemalec IRC
|
||||
Comment[sv]=IRC-klient
|
||||
Comment[ro]=Client de IRC
|
||||
Comment=IRC Client
|
||||
-Exec=xchat
|
||||
+Exec=xchat2
|
||||
Icon=xchat.png
|
||||
Terminal=false
|
||||
Type=Application
|
@ -1 +0,0 @@
|
||||
Xchat2 is a Gtk+2 IRC client for UNIX operating systems.
|
@ -1,56 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2004/09/15 18:17:47 espie Exp $
|
||||
bin/xchat2
|
||||
bin/xchat2-text
|
||||
share/applications/
|
||||
share/applications/xchat2.desktop
|
||||
share/locale/am/
|
||||
share/locale/am/LC_MESSAGES/
|
||||
share/locale/am/LC_MESSAGES/xchat2.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/xchat2.mo
|
||||
share/locale/bg/LC_MESSAGES/xchat2.mo
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/xchat2.mo
|
||||
share/locale/cs/LC_MESSAGES/xchat2.mo
|
||||
share/locale/de/LC_MESSAGES/xchat2.mo
|
||||
share/locale/el/LC_MESSAGES/xchat2.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/xchat2.mo
|
||||
share/locale/es/LC_MESSAGES/xchat2.mo
|
||||
share/locale/et/LC_MESSAGES/xchat2.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/xchat2.mo
|
||||
share/locale/fi/LC_MESSAGES/xchat2.mo
|
||||
share/locale/fr/LC_MESSAGES/xchat2.mo
|
||||
share/locale/ja/LC_MESSAGES/xchat2.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/xchat2.mo
|
||||
share/locale/lv/LC_MESSAGES/xchat2.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/xchat2.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/xchat2.mo
|
||||
share/locale/nl/LC_MESSAGES/xchat2.mo
|
||||
share/locale/no/LC_MESSAGES/xchat2.mo
|
||||
share/locale/pt/LC_MESSAGES/xchat2.mo
|
||||
share/locale/ru/LC_MESSAGES/xchat2.mo
|
||||
share/locale/sk/LC_MESSAGES/xchat2.mo
|
||||
share/locale/sl/LC_MESSAGES/xchat2.mo
|
||||
share/locale/sr/
|
||||
share/locale/sr/LC_MESSAGES/
|
||||
share/locale/sr/LC_MESSAGES/xchat2.mo
|
||||
share/locale/sv/LC_MESSAGES/xchat2.mo
|
||||
share/locale/uk/LC_MESSAGES/xchat2.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
share/locale/wa/LC_MESSAGES/xchat2.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xchat2.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/xchat2.png
|
Loading…
Reference in New Issue
Block a user