1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

= Update 0.93 -> 0.94.1

= Add WITH_DANTE knob to compile with Dante socks client support.
This commit is contained in:
Jacques Vidrine 2000-10-29 19:49:46 +00:00
parent 9faa24a215
commit 5bdce63360
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34412
20 changed files with 185 additions and 110 deletions

View File

@ -6,12 +6,10 @@
#
PORTNAME= gnomeicu
PORTVERSION= 0.93
PORTVERSION= 0.94.1
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
@ -21,8 +19,23 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
-Dgetpeername=Rgetpeername -Daccept=Raccept \
-Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
-Dgethostbyname=Rgethostbyname \
-Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
-Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
-Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
-Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
SOCKSLIBS= -lsocks
.endif
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \

View File

@ -1 +1 @@
MD5 (gnomeicu-0.93.tar.bz2) = e09cc7b08018c5e5fe4506c9a364494c
MD5 (gnomeicu-0.94.1.tar.bz2) = 3c8035d682df22a1a9418216343544ec

View File

@ -0,0 +1,11 @@
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
+++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
@@ -117,7 +117,7 @@
return strdup(str);
}
gchar *
-kanji_conv(gchar *str, gint from_code, gint to_code)
+kanji_conv(gchar **str, gint from_code, gint to_code)
{
#ifdef TRACE_FUNCTION
printf("kanji_conv, did nothing.\n");

View File

@ -3,19 +3,7 @@ bin/gnomeicu-client
etc/CORBA/servers/GnomeICU.gnorba
etc/sound/events/GnomeICU.soundlist
share/gnome/applets/Network/GnomeICU.desktop
share/gnome/help/gnomeicu/C/authors.html
share/gnome/help/gnomeicu/C/basicfuncs.html
share/gnome/help/gnomeicu/C/bugs.html
share/gnome/help/gnomeicu/C/chat.html
share/gnome/help/gnomeicu/C/contact.html
share/gnome/help/gnomeicu/C/docbook.css
share/gnome/help/gnomeicu/C/index.html
share/gnome/help/gnomeicu/C/license.html
share/gnome/help/gnomeicu/C/ln7.html
share/gnome/help/gnomeicu/C/options.html
share/gnome/help/gnomeicu/C/topic.dat
share/gnome/help/gnomeicu/C/usage.html
share/gnome/help/gnomeicu/C/userprefs.html
share/gnome/pixmaps/gnome-gnomeicu.xpm
share/gnome/pixmaps/gnomeicu/animeyes.png
share/gnome/pixmaps/gnomeicu/cancel.xpm
@ -47,6 +35,7 @@ share/locale/de/LC_MESSAGES/gnomeicu.mo
share/locale/el/LC_MESSAGES/gnomeicu.mo
share/locale/es/LC_MESSAGES/gnomeicu.mo
share/locale/fr/LC_MESSAGES/gnomeicu.mo
share/locale/ga/LC_MESSAGES/gnomeicu.mo
share/locale/gl/LC_MESSAGES/gnomeicu.mo
share/locale/hu/LC_MESSAGES/gnomeicu.mo
share/locale/it/LC_MESSAGES/gnomeicu.mo
@ -56,12 +45,14 @@ share/locale/lt/LC_MESSAGES/gnomeicu.mo
share/locale/nl/LC_MESSAGES/gnomeicu.mo
share/locale/no/LC_MESSAGES/gnomeicu.mo
share/locale/pl/LC_MESSAGES/gnomeicu.mo
share/locale/pt/LC_MESSAGES/gnomeicu.mo
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
share/locale/ru/LC_MESSAGES/gnomeicu.mo
share/locale/sv/LC_MESSAGES/gnomeicu.mo
share/locale/tr/LC_MESSAGES/gnomeicu.mo
share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C/images
@dirrm share/gnome/help/gnomeicu/C
@dirrm share/gnome/help/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/sounds/gnomeicu

View File

@ -6,12 +6,10 @@
#
PORTNAME= gnomeicu
PORTVERSION= 0.93
PORTVERSION= 0.94.1
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
@ -21,8 +19,23 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
-Dgetpeername=Rgetpeername -Daccept=Raccept \
-Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
-Dgethostbyname=Rgethostbyname \
-Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
-Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
-Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
-Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
SOCKSLIBS= -lsocks
.endif
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \

View File

@ -1 +1 @@
MD5 (gnomeicu-0.93.tar.bz2) = e09cc7b08018c5e5fe4506c9a364494c
MD5 (gnomeicu-0.94.1.tar.bz2) = 3c8035d682df22a1a9418216343544ec

View File

@ -0,0 +1,11 @@
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
+++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
@@ -117,7 +117,7 @@
return strdup(str);
}
gchar *
-kanji_conv(gchar *str, gint from_code, gint to_code)
+kanji_conv(gchar **str, gint from_code, gint to_code)
{
#ifdef TRACE_FUNCTION
printf("kanji_conv, did nothing.\n");

View File

@ -3,19 +3,7 @@ bin/gnomeicu-client
etc/CORBA/servers/GnomeICU.gnorba
etc/sound/events/GnomeICU.soundlist
share/gnome/applets/Network/GnomeICU.desktop
share/gnome/help/gnomeicu/C/authors.html
share/gnome/help/gnomeicu/C/basicfuncs.html
share/gnome/help/gnomeicu/C/bugs.html
share/gnome/help/gnomeicu/C/chat.html
share/gnome/help/gnomeicu/C/contact.html
share/gnome/help/gnomeicu/C/docbook.css
share/gnome/help/gnomeicu/C/index.html
share/gnome/help/gnomeicu/C/license.html
share/gnome/help/gnomeicu/C/ln7.html
share/gnome/help/gnomeicu/C/options.html
share/gnome/help/gnomeicu/C/topic.dat
share/gnome/help/gnomeicu/C/usage.html
share/gnome/help/gnomeicu/C/userprefs.html
share/gnome/pixmaps/gnome-gnomeicu.xpm
share/gnome/pixmaps/gnomeicu/animeyes.png
share/gnome/pixmaps/gnomeicu/cancel.xpm
@ -47,6 +35,7 @@ share/locale/de/LC_MESSAGES/gnomeicu.mo
share/locale/el/LC_MESSAGES/gnomeicu.mo
share/locale/es/LC_MESSAGES/gnomeicu.mo
share/locale/fr/LC_MESSAGES/gnomeicu.mo
share/locale/ga/LC_MESSAGES/gnomeicu.mo
share/locale/gl/LC_MESSAGES/gnomeicu.mo
share/locale/hu/LC_MESSAGES/gnomeicu.mo
share/locale/it/LC_MESSAGES/gnomeicu.mo
@ -56,12 +45,14 @@ share/locale/lt/LC_MESSAGES/gnomeicu.mo
share/locale/nl/LC_MESSAGES/gnomeicu.mo
share/locale/no/LC_MESSAGES/gnomeicu.mo
share/locale/pl/LC_MESSAGES/gnomeicu.mo
share/locale/pt/LC_MESSAGES/gnomeicu.mo
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
share/locale/ru/LC_MESSAGES/gnomeicu.mo
share/locale/sv/LC_MESSAGES/gnomeicu.mo
share/locale/tr/LC_MESSAGES/gnomeicu.mo
share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C/images
@dirrm share/gnome/help/gnomeicu/C
@dirrm share/gnome/help/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/sounds/gnomeicu

View File

@ -6,12 +6,10 @@
#
PORTNAME= gnomeicu
PORTVERSION= 0.93
PORTVERSION= 0.94.1
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
@ -21,8 +19,23 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
-Dgetpeername=Rgetpeername -Daccept=Raccept \
-Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
-Dgethostbyname=Rgethostbyname \
-Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
-Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
-Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
-Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
SOCKSLIBS= -lsocks
.endif
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \

View File

@ -1 +1 @@
MD5 (gnomeicu-0.93.tar.bz2) = e09cc7b08018c5e5fe4506c9a364494c
MD5 (gnomeicu-0.94.1.tar.bz2) = 3c8035d682df22a1a9418216343544ec

View File

@ -0,0 +1,11 @@
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
+++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
@@ -117,7 +117,7 @@
return strdup(str);
}
gchar *
-kanji_conv(gchar *str, gint from_code, gint to_code)
+kanji_conv(gchar **str, gint from_code, gint to_code)
{
#ifdef TRACE_FUNCTION
printf("kanji_conv, did nothing.\n");

View File

@ -6,12 +6,10 @@
#
PORTNAME= gnomeicu
PORTVERSION= 0.93
PORTVERSION= 0.94.1
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
@ -21,8 +19,23 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
-Dgetpeername=Rgetpeername -Daccept=Raccept \
-Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
-Dgethostbyname=Rgethostbyname \
-Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
-Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
-Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
-Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
SOCKSLIBS= -lsocks
.endif
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \

View File

@ -1 +1 @@
MD5 (gnomeicu-0.93.tar.bz2) = e09cc7b08018c5e5fe4506c9a364494c
MD5 (gnomeicu-0.94.1.tar.bz2) = 3c8035d682df22a1a9418216343544ec

View File

@ -0,0 +1,11 @@
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
+++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
@@ -117,7 +117,7 @@
return strdup(str);
}
gchar *
-kanji_conv(gchar *str, gint from_code, gint to_code)
+kanji_conv(gchar **str, gint from_code, gint to_code)
{
#ifdef TRACE_FUNCTION
printf("kanji_conv, did nothing.\n");

View File

@ -3,19 +3,7 @@ bin/gnomeicu-client
etc/CORBA/servers/GnomeICU.gnorba
etc/sound/events/GnomeICU.soundlist
share/gnome/applets/Network/GnomeICU.desktop
share/gnome/help/gnomeicu/C/authors.html
share/gnome/help/gnomeicu/C/basicfuncs.html
share/gnome/help/gnomeicu/C/bugs.html
share/gnome/help/gnomeicu/C/chat.html
share/gnome/help/gnomeicu/C/contact.html
share/gnome/help/gnomeicu/C/docbook.css
share/gnome/help/gnomeicu/C/index.html
share/gnome/help/gnomeicu/C/license.html
share/gnome/help/gnomeicu/C/ln7.html
share/gnome/help/gnomeicu/C/options.html
share/gnome/help/gnomeicu/C/topic.dat
share/gnome/help/gnomeicu/C/usage.html
share/gnome/help/gnomeicu/C/userprefs.html
share/gnome/pixmaps/gnome-gnomeicu.xpm
share/gnome/pixmaps/gnomeicu/animeyes.png
share/gnome/pixmaps/gnomeicu/cancel.xpm
@ -47,6 +35,7 @@ share/locale/de/LC_MESSAGES/gnomeicu.mo
share/locale/el/LC_MESSAGES/gnomeicu.mo
share/locale/es/LC_MESSAGES/gnomeicu.mo
share/locale/fr/LC_MESSAGES/gnomeicu.mo
share/locale/ga/LC_MESSAGES/gnomeicu.mo
share/locale/gl/LC_MESSAGES/gnomeicu.mo
share/locale/hu/LC_MESSAGES/gnomeicu.mo
share/locale/it/LC_MESSAGES/gnomeicu.mo
@ -56,12 +45,14 @@ share/locale/lt/LC_MESSAGES/gnomeicu.mo
share/locale/nl/LC_MESSAGES/gnomeicu.mo
share/locale/no/LC_MESSAGES/gnomeicu.mo
share/locale/pl/LC_MESSAGES/gnomeicu.mo
share/locale/pt/LC_MESSAGES/gnomeicu.mo
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
share/locale/ru/LC_MESSAGES/gnomeicu.mo
share/locale/sv/LC_MESSAGES/gnomeicu.mo
share/locale/tr/LC_MESSAGES/gnomeicu.mo
share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C/images
@dirrm share/gnome/help/gnomeicu/C
@dirrm share/gnome/help/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/sounds/gnomeicu

View File

@ -3,19 +3,7 @@ bin/gnomeicu-client
etc/CORBA/servers/GnomeICU.gnorba
etc/sound/events/GnomeICU.soundlist
share/gnome/applets/Network/GnomeICU.desktop
share/gnome/help/gnomeicu/C/authors.html
share/gnome/help/gnomeicu/C/basicfuncs.html
share/gnome/help/gnomeicu/C/bugs.html
share/gnome/help/gnomeicu/C/chat.html
share/gnome/help/gnomeicu/C/contact.html
share/gnome/help/gnomeicu/C/docbook.css
share/gnome/help/gnomeicu/C/index.html
share/gnome/help/gnomeicu/C/license.html
share/gnome/help/gnomeicu/C/ln7.html
share/gnome/help/gnomeicu/C/options.html
share/gnome/help/gnomeicu/C/topic.dat
share/gnome/help/gnomeicu/C/usage.html
share/gnome/help/gnomeicu/C/userprefs.html
share/gnome/pixmaps/gnome-gnomeicu.xpm
share/gnome/pixmaps/gnomeicu/animeyes.png
share/gnome/pixmaps/gnomeicu/cancel.xpm
@ -47,6 +35,7 @@ share/locale/de/LC_MESSAGES/gnomeicu.mo
share/locale/el/LC_MESSAGES/gnomeicu.mo
share/locale/es/LC_MESSAGES/gnomeicu.mo
share/locale/fr/LC_MESSAGES/gnomeicu.mo
share/locale/ga/LC_MESSAGES/gnomeicu.mo
share/locale/gl/LC_MESSAGES/gnomeicu.mo
share/locale/hu/LC_MESSAGES/gnomeicu.mo
share/locale/it/LC_MESSAGES/gnomeicu.mo
@ -56,12 +45,14 @@ share/locale/lt/LC_MESSAGES/gnomeicu.mo
share/locale/nl/LC_MESSAGES/gnomeicu.mo
share/locale/no/LC_MESSAGES/gnomeicu.mo
share/locale/pl/LC_MESSAGES/gnomeicu.mo
share/locale/pt/LC_MESSAGES/gnomeicu.mo
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
share/locale/ru/LC_MESSAGES/gnomeicu.mo
share/locale/sv/LC_MESSAGES/gnomeicu.mo
share/locale/tr/LC_MESSAGES/gnomeicu.mo
share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C/images
@dirrm share/gnome/help/gnomeicu/C
@dirrm share/gnome/help/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/sounds/gnomeicu

View File

@ -6,12 +6,10 @@
#
PORTNAME= gnomeicu
PORTVERSION= 0.93
PORTVERSION= 0.94.1
CATEGORIES= net gnome
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
MAINTAINER= nectar@FreeBSD.org
@ -21,8 +19,23 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.if defined(WITH_DANTE)
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
-Dgetpeername=Rgetpeername -Daccept=Raccept \
-Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
-Dgethostbyname=Rgethostbyname \
-Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
-Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
-Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
-Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
SOCKSLIBS= -lsocks
.endif
CONFIGURE_ARGS= --with-statusmenu
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="${SOCKSLIBS}" \
CFLAGS="${CFLAGS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \

View File

@ -1 +1 @@
MD5 (gnomeicu-0.93.tar.bz2) = e09cc7b08018c5e5fe4506c9a364494c
MD5 (gnomeicu-0.94.1.tar.bz2) = 3c8035d682df22a1a9418216343544ec

View File

@ -0,0 +1,11 @@
--- src/kanji_conv.c.orig Sun Oct 29 12:42:04 2000
+++ src/kanji_conv.c Sun Oct 29 12:42:15 2000
@@ -117,7 +117,7 @@
return strdup(str);
}
gchar *
-kanji_conv(gchar *str, gint from_code, gint to_code)
+kanji_conv(gchar **str, gint from_code, gint to_code)
{
#ifdef TRACE_FUNCTION
printf("kanji_conv, did nothing.\n");

View File

@ -3,19 +3,7 @@ bin/gnomeicu-client
etc/CORBA/servers/GnomeICU.gnorba
etc/sound/events/GnomeICU.soundlist
share/gnome/applets/Network/GnomeICU.desktop
share/gnome/help/gnomeicu/C/authors.html
share/gnome/help/gnomeicu/C/basicfuncs.html
share/gnome/help/gnomeicu/C/bugs.html
share/gnome/help/gnomeicu/C/chat.html
share/gnome/help/gnomeicu/C/contact.html
share/gnome/help/gnomeicu/C/docbook.css
share/gnome/help/gnomeicu/C/index.html
share/gnome/help/gnomeicu/C/license.html
share/gnome/help/gnomeicu/C/ln7.html
share/gnome/help/gnomeicu/C/options.html
share/gnome/help/gnomeicu/C/topic.dat
share/gnome/help/gnomeicu/C/usage.html
share/gnome/help/gnomeicu/C/userprefs.html
share/gnome/pixmaps/gnome-gnomeicu.xpm
share/gnome/pixmaps/gnomeicu/animeyes.png
share/gnome/pixmaps/gnomeicu/cancel.xpm
@ -47,6 +35,7 @@ share/locale/de/LC_MESSAGES/gnomeicu.mo
share/locale/el/LC_MESSAGES/gnomeicu.mo
share/locale/es/LC_MESSAGES/gnomeicu.mo
share/locale/fr/LC_MESSAGES/gnomeicu.mo
share/locale/ga/LC_MESSAGES/gnomeicu.mo
share/locale/gl/LC_MESSAGES/gnomeicu.mo
share/locale/hu/LC_MESSAGES/gnomeicu.mo
share/locale/it/LC_MESSAGES/gnomeicu.mo
@ -56,12 +45,14 @@ share/locale/lt/LC_MESSAGES/gnomeicu.mo
share/locale/nl/LC_MESSAGES/gnomeicu.mo
share/locale/no/LC_MESSAGES/gnomeicu.mo
share/locale/pl/LC_MESSAGES/gnomeicu.mo
share/locale/pt/LC_MESSAGES/gnomeicu.mo
share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
share/locale/ru/LC_MESSAGES/gnomeicu.mo
share/locale/sv/LC_MESSAGES/gnomeicu.mo
share/locale/tr/LC_MESSAGES/gnomeicu.mo
share/locale/uk/LC_MESSAGES/gnomeicu.mo
@dirrm share/gnome/sounds/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/help/gnomeicu/C/images
@dirrm share/gnome/help/gnomeicu/C
@dirrm share/gnome/help/gnomeicu
@dirrm share/gnome/pixmaps/gnomeicu
@dirrm share/gnome/sounds/gnomeicu