1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Remove patch-evolution::evolution-sharp.dll.config.in and replace it

with a short REINPLACE_CMD in post-patch.
- Fix build so it will work with Gnome 2.14 when that lands

Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
This commit is contained in:
Tom McLaughlin 2006-02-05 02:07:37 +00:00
parent b7c4f325f7
commit d90590ced1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155231
2 changed files with 9 additions and 12 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= evolution-sharp
PORTVERSION= 0.10.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@ -28,5 +28,13 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} 's|evolution-shell-2.2|evolution-shell-2.6|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \
s|.@ECAL_SOVERSION@||g ; \
s|.@EDS_SOVERSION@||g' \
${WRKSRC}/evolution/evolution-sharp.dll.config.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>

View File

@ -1,11 +0,0 @@
--- evolution/evolution-sharp.dll.config.in.orig Mon Jul 18 11:21:22 2005
+++ evolution/evolution-sharp.dll.config.in Sun Aug 21 20:32:22 2005
@@ -1,5 +1,5 @@
<configuration>
- <dllmap dll="ebook" target="libebook@EDS_VERSION@@LIB_PREFIX@.@EBOOK_SOVERSION@@LIB_SUFFIX@"/>
- <dllmap dll="ecal" target="libecal@EDS_VERSION@@LIB_PREFIX@.@ECAL_SOVERSION@@LIB_SUFFIX@"/>
- <dllmap dll="edataserver" target="libedataserver@EDS_VERSION@@LIB_PREFIX@.@EDS_SOVERSION@@LIB_SUFFIX@"/>
+ <dllmap dll="ebook" target="libebook@EDS_VERSION@@LIB_PREFIX@"/>
+ <dllmap dll="ecal" target="libecal@EDS_VERSION@@LIB_PREFIX@"/>
+ <dllmap dll="edataserver" target="libedataserver@EDS_VERSION@@LIB_PREFIX@"/>
</configuration>