aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-19 17:56:05 +0000
commit3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch)
treed573ea09b2bf6be67cb497df199932da9e2707c4 /irc
parent40049f4af2200d0dcf33596508688623fc75f764 (diff)
downloadports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz
ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=211584
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile2
-rw-r--r--irc/kvirc-devel/Makefile2
-rw-r--r--irc/lostirc/Makefile6
-rw-r--r--irc/quirc/Makefile5
-rw-r--r--irc/xchat1/Makefile3
5 files changed, 7 insertions, 11 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 4c090de7e0e8..a1a0f8e8a004 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--with-ssl
.if defined(WITH_GNOME)
USE_GNOME= gnomelibs
CONFIGURE_ARGS+=--with-gtk
-CFLAGS+= -I${X11BASE}/include/gnome-1.0/
+CFLAGS+= -I${LOCALBASE}/include/gnome-1.0/
PLIST_SUB+= NOGNOME="@comment " GNOME=""
.else
CONFIGURE_ARGS+=--without-gtk
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index a4a79defe805..f058012edc49 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
CONFIGURE_TARGET=
-CONFIGURE_ENV= QTDIR="${X11BASE}"
+CONFIGURE_ENV= QTDIR="${LOCALBASE}"
PLIST_SUB= VER=${PORTVERSION}
CONFLICTS= kvirc-3.2.0*
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index bfde407c8386..cac4a06cc245 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -7,9 +7,9 @@
PORTNAME= lostirc
PORTVERSION= 0.4.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES= SF \
http://demian.dyndns.org/src/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,9 +18,7 @@ COMMENT= A simple and minimal IRC client for X
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget
-USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile
index be41ad23949f..17b7e009bf4f 100644
--- a/irc/quirc/Makefile
+++ b/irc/quirc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quirc
PORTVERSION= 0.9.84
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc tk
MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/}
@@ -16,8 +16,7 @@ COMMENT= An irc client for the X Window System that uses TCL/TK
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
-USE_X_PREFIX= yes
-USE_XLIB= yes
+USE_XORG= xt
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-wish=${LOCALBASE}/bin/wish8.4 \
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 05597b5cc929..3c20e290f084 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.11
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -19,7 +19,6 @@ COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
# the variables or the targets defined in it. When you need to, please
# contact its maintainer.
-USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_ICONV= yes