[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20
by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Mon Oct 1 21:37:51 MDT 2007
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20 by killfill
Added Files:
Makefile distinfo pkg-descr pkg-plist
Log Message:
Make use of the correct version of the gtkhtml library (GTKHTML_VERSION)
(fixes monodevelop documentation addin)
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/Makefile 2007/02/05 00:03:44 1.2
+++ /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/Makefile 2007/10/02 03:37:51 1.3
@@ -2,12 +2,13 @@
# Date created: 20061025
# Whom: Tom McLaughlin <tmclaugh at FreeBSD.org>
#
-# $FreeBSD$
-# $Id: Makefile,v 1.2 2007/02/05 00:03:44 tmclau02 dead $
+# $FreeBSD: ports/x11-toolkits/gnome-sharp20/Makefile,v 1.3 2007/05/19 20:30:52 flz Exp $
+# $Id: Makefile,v 1.3 2007/10/02 03:37:51 killfill Exp $
#
PORTNAME= gnome-sharp
PORTVERSION= 2.16.0
+PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.16
@@ -18,14 +19,18 @@
LATEST_LINK= gnome-sharp20
USE_BZIP2= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes
-USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 librsvg2 vte
+USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 librsvg2 vte \
+ libgnomeprintui
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
+ @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
+ -e 's|GTKHTML_VERSION=3.8|GTKHTML_VERSION=3.14|g' \
+ ${WRKSRC}/configure
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/pkg-descr,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11-toolkits/gnome-sharp20/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
More information about the Bsd-sharp-cvs
mailing list