Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 00:50:07 GMT
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/90410: [PATCH] allows graphics/librsvg2 to build on 4.11
Message-ID:  <200512290050.jBT0o7t4053267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/90410; it has been noted by GNATS.

From: "Michael C. Shultz" <ringworm01@gmail.com>
To: bug-followup@freebsd.org,
 ringworm01@gmail.com,
 Edwin Groothuis <edwin@freebsd.org>
Cc:  
Subject: Re: ports/90410: [PATCH] allows graphics/librsvg2 to build on 4.11
Date: Wed, 28 Dec 2005 16:40:45 -0800

 --Boundary-00=_OCzsDESbAfWbn8o
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 It was pointed out that OPTIONS is in the wrong place, this patch
 corrects that.
 
 -Mike
 
 --Boundary-00=_OCzsDESbAfWbn8o
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="librsvg2-2.12.7_3.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="librsvg2-2.12.7_3.diff"
 
 diff -ruN librsvg2/Makefile librsvg2-2.12.7_3/Makefile
 --- librsvg2/Makefile	Tue Nov 29 13:48:50 2005
 +++ librsvg2-2.12.7_3/Makefile	Wed Dec 28 16:08:11 2005
 @@ -8,7 +8,7 @@
  
  PORTNAME=	librsvg2
  PORTVERSION=	2.12.7
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	graphics gnome
  MASTER_SITES=	${MASTER_SITE_GNOME}
  MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/2.12
 @@ -50,6 +50,7 @@
  
  .include <bsd.port.pre.mk>
  
 +.if ${OSVERSION} > 499999
  .if defined(WITH_MOZILLA_PLUGIN)
  USE_GECKO=	firefox mozilla
  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
 @@ -58,10 +59,12 @@
  
  PLIST_SUB+=	PLUGIN=""
  .else
 -CONFIGURE_ARGS+=--enable-mozilla-plugin=no
  
  PLIST_SUB+=	PLUGIN="@comment "
  .endif
 +.else
 +CONFIGURE_ARGS+=--enable-mozilla-plugin=no
 +.endif
  
  post-patch:
  .if defined(WITH_MOZILLA_PLUGIN)
 @@ -70,3 +73,4 @@
  .endif
  
  .include <bsd.port.post.mk>
 +
 
 --Boundary-00=_OCzsDESbAfWbn8o--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512290050.jBT0o7t4053267>