mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
make configure detects libintl
enable uk po Submitted by: sobomax
This commit is contained in:
parent
0bd908ebb2
commit
2417f54546
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46254
6 changed files with 48 additions and 10 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= centericq
|
||||
PORTVERSION= 3.34.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://konst.org.ua/download/
|
||||
|
||||
|
@ -15,16 +16,19 @@ MAINTAINER= ijliao@FreeBSD.org
|
|||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
MAN1= centericq.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400010
|
||||
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
|
||||
-I${LOCALBASE}/include -I/usr/include
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= centericq.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
14
net-im/centericq/files/patch-configure
Normal file
14
net-im/centericq/files/patch-configure
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Sat Jun 30 14:59:19 2001
|
||||
+++ configure Tue Aug 14 19:19:21 2001
|
||||
@@ -1180,7 +1180,7 @@
|
||||
fi
|
||||
|
||||
|
||||
-ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs"
|
||||
+ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs uk"
|
||||
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
||||
echo "configure:1186: checking how to run the C preprocessor" >&5
|
||||
# On Suns, sometimes $CPP names a directory.
|
|
@ -12,5 +12,6 @@ share/locale/pl/LC_MESSAGES/centericq.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/centericq.mo
|
||||
share/locale/ro/LC_MESSAGES/centericq.mo
|
||||
share/locale/ru/LC_MESSAGES/centericq.mo
|
||||
share/locale/uk/LC_MESSAGES/centericq.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo
|
||||
@dirrm share/centericq
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= centericq
|
||||
PORTVERSION= 3.34.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://konst.org.ua/download/
|
||||
|
||||
|
@ -15,16 +16,19 @@ MAINTAINER= ijliao@FreeBSD.org
|
|||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
MAN1= centericq.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 400010
|
||||
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
|
||||
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
|
||||
-I${LOCALBASE}/include -I/usr/include
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= centericq.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
14
net/centericq/files/patch-configure
Normal file
14
net/centericq/files/patch-configure
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Sat Jun 30 14:59:19 2001
|
||||
+++ configure Tue Aug 14 19:19:21 2001
|
||||
@@ -1180,7 +1180,7 @@
|
||||
fi
|
||||
|
||||
|
||||
-ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs"
|
||||
+ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl hu de cs uk"
|
||||
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
|
||||
echo "configure:1186: checking how to run the C preprocessor" >&5
|
||||
# On Suns, sometimes $CPP names a directory.
|
|
@ -12,5 +12,6 @@ share/locale/pl/LC_MESSAGES/centericq.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/centericq.mo
|
||||
share/locale/ro/LC_MESSAGES/centericq.mo
|
||||
share/locale/ru/LC_MESSAGES/centericq.mo
|
||||
share/locale/uk/LC_MESSAGES/centericq.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo
|
||||
@dirrm share/centericq
|
||||
|
|
Loading…
Add table
Reference in a new issue