aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-20 11:40:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-20 11:40:05 +0000
commitf43c29657a28ce864ae8fc76d8b8a7cefaa487e8 (patch)
tree9d35461a65640465080daa6e482471a1b0d09fa3 /mail
parent904be9c0bca53b2f52a4eed624cc0869954b02d6 (diff)
downloadports-f43c29657a28ce864ae8fc76d8b8a7cefaa487e8.tar.gz
ports-f43c29657a28ce864ae8fc76d8b8a7cefaa487e8.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/stuphead/Makefile4
-rw-r--r--mail/stuphead/files/patch-src::conv_iconv.h14
-rw-r--r--mail/stuphead/files/patch-src::cpconfigparse.h14
3 files changed, 29 insertions, 3 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile
index 0d8e623403bd..d1cb011a73e1 100644
--- a/mail/stuphead/Makefile
+++ b/mail/stuphead/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stuphead
PORTVERSION= 0.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail gnome
MASTER_SITES= http://stuphead.antex.ru/
@@ -16,8 +16,6 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-1.patch
MAINTAINER= ozz@FreeBSD.org.ru
-BROKEN= "Does not package correctly"
-
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_BZIP2= yes
diff --git a/mail/stuphead/files/patch-src::conv_iconv.h b/mail/stuphead/files/patch-src::conv_iconv.h
new file mode 100644
index 000000000000..37cea9017fa4
--- /dev/null
+++ b/mail/stuphead/files/patch-src::conv_iconv.h
@@ -0,0 +1,14 @@
+--- src/conv_iconv.h.orig Mon May 20 13:08:26 2002
++++ src/conv_iconv.h Mon May 20 13:09:01 2002
+@@ -9,11 +9,7 @@
+ #endif
+
+ #include <glib.h>
+-#ifdef LIBICONV_PLUG
+-#include <giconv.h>
+-#else
+ #include <iconv.h>
+-#endif
+ #include <gtk/gtk.h>
+
+ #define MAX_CHAR_LEN 4
diff --git a/mail/stuphead/files/patch-src::cpconfigparse.h b/mail/stuphead/files/patch-src::cpconfigparse.h
new file mode 100644
index 000000000000..792259bc34f0
--- /dev/null
+++ b/mail/stuphead/files/patch-src::cpconfigparse.h
@@ -0,0 +1,14 @@
+--- src/cpconfigparse.h.orig Mon May 20 13:11:39 2002
++++ src/cpconfigparse.h Mon May 20 13:12:00 2002
+@@ -9,11 +9,7 @@
+ #endif
+
+ #include <glib.h>
+-#ifdef LIBICONV_PLUG
+-#include <giconv.h>
+-#else
+ #include <iconv.h>
+-#endif
+ #include <gtk/gtk.h>
+
+ #define MAX_CHAR_LEN 4