mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fix package problem
bump port revision unbreak it PR: 38329 Submitted by: maintainer
This commit is contained in:
parent
904be9c0bc
commit
f43c29657a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59529
@ -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
|
||||
|
14
mail/stuphead/files/patch-src::conv_iconv.h
Normal file
14
mail/stuphead/files/patch-src::conv_iconv.h
Normal file
@ -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
|
14
mail/stuphead/files/patch-src::cpconfigparse.h
Normal file
14
mail/stuphead/files/patch-src::cpconfigparse.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user