mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- fix build on 4.x [1][2][3]
- remove unnecessary file [2] Submitted by: Horio Shoichi <horio@bugsgrief.net> [3] Noticed by: Horio Shoichi <horio@bugsgrief.net> [2] Piotr Smyrak <piotr.smyrak@heron.pl> [1] Filippo Natali <mail bounces, no such user> [1]
This commit is contained in:
parent
731d070a4d
commit
a90ca0f0b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96953
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sylpheed-claws
|
||||
PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail news ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sylpheed-claws
|
||||
@ -158,7 +159,7 @@ post-install:
|
||||
.if !defined(WITHOUT_THEMES)
|
||||
@${MKDIR} ${DATADIR}/themes
|
||||
@cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \
|
||||
${GREP} -v xvpics | \
|
||||
${GREP} -vE '(xvpics|.directory)' | \
|
||||
${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/
|
||||
.endif
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin
|
||||
|
10
mail/claws-mail/files/patch-src:summaryview.h
Normal file
10
mail/claws-mail/files/patch-src:summaryview.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/summaryview.h.orig Tue Dec 30 15:28:37 2003
|
||||
+++ src/summaryview.h Tue Dec 30 15:29:00 2003
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef __SUMMARY_H__
|
||||
#define __SUMMARY_H__
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include <glib.h>
|
@ -183,7 +183,6 @@ share/sylpheed-claws/newscache_clean.pl
|
||||
share/sylpheed-claws/outlook2sylpheed.pl
|
||||
share/sylpheed-claws/tb2sylpheed
|
||||
share/sylpheed-claws/vcard2xml.py
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/.directory
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sylpheed-claws
|
||||
PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail news ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sylpheed-claws
|
||||
@ -158,7 +159,7 @@ post-install:
|
||||
.if !defined(WITHOUT_THEMES)
|
||||
@${MKDIR} ${DATADIR}/themes
|
||||
@cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \
|
||||
${GREP} -v xvpics | \
|
||||
${GREP} -vE '(xvpics|.directory)' | \
|
||||
${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/
|
||||
.endif
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin
|
||||
|
10
mail/sylpheed-claws/files/patch-src:summaryview.h
Normal file
10
mail/sylpheed-claws/files/patch-src:summaryview.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/summaryview.h.orig Tue Dec 30 15:28:37 2003
|
||||
+++ src/summaryview.h Tue Dec 30 15:29:00 2003
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef __SUMMARY_H__
|
||||
#define __SUMMARY_H__
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include <glib.h>
|
@ -183,7 +183,6 @@ share/sylpheed-claws/newscache_clean.pl
|
||||
share/sylpheed-claws/outlook2sylpheed.pl
|
||||
share/sylpheed-claws/tb2sylpheed
|
||||
share/sylpheed-claws/vcard2xml.py
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/.directory
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm
|
||||
%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user