pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/f-spot Switch to latest mono. This will still...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62978adb48cc
branches:  trunk
changeset: 652074:62978adb48cc
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Sat May 23 07:01:03 2015 +0000

description:
Switch to latest mono. This will still not reach post-configure as
pkgsrc lacks flickrnet

diffstat:

 graphics/f-spot/Makefile |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 837a024d8559 -r 62978adb48cc graphics/f-spot/Makefile
--- a/graphics/f-spot/Makefile  Sat May 23 06:58:50 2015 +0000
+++ b/graphics/f-spot/Makefile  Sat May 23 07:01:03 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2015/04/25 14:23:09 tnn Exp $
+# $NetBSD: Makefile,v 1.69 2015/05/23 07:01:03 kefren Exp $
 #
 
 DISTNAME=      f-spot-0.8.2
-PKGREVISION=   28
+PKGREVISION=   29
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/f-spot/0.8/}
 EXTRACT_SUFX=  .tar.bz2
@@ -39,6 +39,12 @@
 SUBST_FILES.fix-x11+=          lib/Hyena/build/DllMapVerifier.cs
 SUBST_SED.fix-x11=             -e 's,libX11.so.6,${X11BASE}/lib/libX11.so,'
 
+SUBST_CLASSES+=                fix-mcs
+SUBST_STAGE.fix-mcs=   post-patch
+SUBST_MESSAGE.fix-mcs= Fix compiler name
+SUBST_FILES.fix-mcs=   configure
+SUBST_SED.fix-mcs=     -e 's,gmcs,mcs,'
+
 GCONF_SCHEMAS= f-spot.schemas
 
 .include "../../devel/GConf/schemas.mk"
@@ -51,7 +57,7 @@
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"
 .include "../../graphics/libexif/buildlink3.mk"
-.include "../../lang/mono2/buildlink3.mk"
+.include "../../lang/mono/buildlink3.mk"
 .include "../../devel/mono-addins/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index