Unbreak. Now that irc/xchat is upgraded to 1.6.0 when Japanese
support patch is still at 1.4.3, temporarily make this port standalone (non-slave) until Japanese support patch for xchat 1.6.0 is released.
This commit is contained in:
parent
be9bdf169f
commit
f63a28652c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35385
@ -5,10 +5,13 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../irc/xchat
|
||||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese
|
||||
CATEGORIES= japanese irc gnome
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
|
||||
PATCH_SITES= http://northeye.org/~takuo/xchat-ja/
|
||||
PATCHFILES= ${PORTNAME}-${PORTVERSION}.ja.3.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
@ -17,6 +20,7 @@ MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../irc/xchat
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -25,10 +29,60 @@ CONFIGURE_ARGS= --enable-japanese-conv # --enable-ipv6
|
||||
MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
||||
|
||||
# begin master part
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_IMLIB= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
# Assign with `+=' for slave ports
|
||||
CONFIGURE_ARGS+=--disable-python
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SOCKS)
|
||||
# Assign with `+=' for slave ports
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||
CONFIGURE_ARGS+=--enable-socks
|
||||
.endif
|
||||
|
||||
.if defined(HAVE_GNOME)
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ARGS+=--enable-gnome --enable-panel --enable-gdk-pixbuf
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
|
||||
.endif
|
||||
# end master part
|
||||
|
||||
pre-patch:
|
||||
${PERL} -i -pe 's/-b&h-lucidatypewriter-medium-r-normal-\*-\*-120-\*-\*-m-\*-\*-\*/$$&,-default-*ng-medium-r-normal--14-*,*/' ${WRKSRC}/src/common/cfgfiles.c
|
||||
|
||||
# begin master part
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
||||
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
|
||||
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
||||
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
|
||||
# end master part
|
||||
|
||||
pre-build:
|
||||
${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in ${WRKSRC}/configure ${WRKSRC}/config.status
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
# begin master part
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
|
||||
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
|
||||
.endif
|
||||
# end master part
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
#.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user