diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | d928200809b11974205cc2ebc7e01aa53e9095f4 (patch) | |
tree | d7b35ef4cd6b2c75fd97640d26ec1ce4666d6041 /net-im/gnomeicu2 | |
parent | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (diff) | |
download | FreeBSD-ports-d928200809b11974205cc2ebc7e01aa53e9095f4.zip FreeBSD-ports-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.gz |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Diffstat (limited to 'net-im/gnomeicu2')
-rw-r--r-- | net-im/gnomeicu2/Makefile | 6 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-configure | 16 | ||||
-rw-r--r-- | net-im/gnomeicu2/files/patch-src::kanji_conv.c | 7 |
3 files changed, 26 insertions, 3 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index f295586..a1c29d9 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/gnomeicu2/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnomeicu PORTVERSION= 0.96.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnomeicu MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - iconv.2:${PORTSDIR}/converters/iconv +LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes USE_BZIP2= yes @@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks CONFIGURE_ARGS= --with-statusmenu CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \ + LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \ CFLAGS="${CFLAGS}" pre-patch: diff --git a/net-im/gnomeicu2/files/patch-configure b/net-im/gnomeicu2/files/patch-configure new file mode 100644 index 0000000..fcb467e --- /dev/null +++ b/net-im/gnomeicu2/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig Tue Feb 27 13:35:06 2001 ++++ configure Thu Apr 19 15:50:55 2001 +@@ -5039,5 +5039,5 @@ + +-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` +-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 +-echo "configure:5043: checking for iconv.h" >&5 ++ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'` ++echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 ++echo "configure:5043: checking for giconv.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then +@@ -5048,3 +5048,3 @@ + #include "confdefs.h" +-#include <iconv.h> ++#include <giconv.h> + EOF diff --git a/net-im/gnomeicu2/files/patch-src::kanji_conv.c b/net-im/gnomeicu2/files/patch-src::kanji_conv.c new file mode 100644 index 0000000..497b91d --- /dev/null +++ b/net-im/gnomeicu2/files/patch-src::kanji_conv.c @@ -0,0 +1,7 @@ +--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001 ++++ src/kanji_conv.c Thu Apr 19 15:51:21 2001 +@@ -32,3 +32,3 @@ + #ifdef HAVE_ICONV +-#include <iconv.h> ++#include <giconv.h> + #endif |