mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Prepare for slave (satellite) ports.
Approved by: jim (MAINTAINER)
This commit is contained in:
parent
c78be61c3c
commit
c06bee8627
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33288
4 changed files with 12 additions and 16 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xchat
|
PORTNAME= xchat
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.3
|
||||||
CATEGORIES= irc gnome
|
CATEGORIES+= irc gnome
|
||||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||||
http://xchat.linuxpower.org/files/source/1.4/
|
http://xchat.linuxpower.org/files/source/1.4/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||||
.endif
|
.endif
|
||||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
Imlib.5:${PORTSDIR}/graphics/imlib
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
||||||
.if defined(WITH_GNOME)
|
.if defined(WITH_GNOME)
|
||||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||||
|
@ -28,7 +28,6 @@ WITH_PANEL= YES
|
||||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
||||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-python
|
CONFIGURE_ARGS+= --disable-python
|
||||||
|
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
CONFIGURE_ARGS+= --enable-socks
|
CONFIGURE_ARGS+= --enable-socks
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xchat
|
PORTNAME= xchat
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.3
|
||||||
CATEGORIES= irc gnome
|
CATEGORIES+= irc gnome
|
||||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||||
http://xchat.linuxpower.org/files/source/1.4/
|
http://xchat.linuxpower.org/files/source/1.4/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||||
.endif
|
.endif
|
||||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
Imlib.5:${PORTSDIR}/graphics/imlib
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
||||||
.if defined(WITH_GNOME)
|
.if defined(WITH_GNOME)
|
||||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||||
|
@ -28,7 +28,6 @@ WITH_PANEL= YES
|
||||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
||||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-python
|
CONFIGURE_ARGS+= --disable-python
|
||||||
|
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
CONFIGURE_ARGS+= --enable-socks
|
CONFIGURE_ARGS+= --enable-socks
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xchat
|
PORTNAME= xchat
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.3
|
||||||
CATEGORIES= irc gnome
|
CATEGORIES+= irc gnome
|
||||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||||
http://xchat.linuxpower.org/files/source/1.4/
|
http://xchat.linuxpower.org/files/source/1.4/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||||
.endif
|
.endif
|
||||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
Imlib.5:${PORTSDIR}/graphics/imlib
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
||||||
.if defined(WITH_GNOME)
|
.if defined(WITH_GNOME)
|
||||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||||
|
@ -28,7 +28,6 @@ WITH_PANEL= YES
|
||||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
||||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-python
|
CONFIGURE_ARGS+= --disable-python
|
||||||
|
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
CONFIGURE_ARGS+= --enable-socks
|
CONFIGURE_ARGS+= --enable-socks
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xchat
|
PORTNAME= xchat
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.3
|
||||||
CATEGORIES= irc gnome
|
CATEGORIES+= irc gnome
|
||||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||||
http://xchat.linuxpower.org/files/source/1.4/
|
http://xchat.linuxpower.org/files/source/1.4/
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||||
.endif
|
.endif
|
||||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
Imlib.5:${PORTSDIR}/graphics/imlib
|
Imlib.5:${PORTSDIR}/graphics/imlib
|
||||||
.if defined(WITH_GNOME)
|
.if defined(WITH_GNOME)
|
||||||
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||||
|
@ -28,7 +28,6 @@ WITH_PANEL= YES
|
||||||
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
||||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-python
|
CONFIGURE_ARGS+= --disable-python
|
||||||
|
|
||||||
.if defined(WITH_SOCKS)
|
.if defined(WITH_SOCKS)
|
||||||
CONFIGURE_ARGS+= --enable-socks
|
CONFIGURE_ARGS+= --enable-socks
|
||||||
|
|
Loading…
Add table
Reference in a new issue