Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2016 13:43:22 +0000 (UTC)
From:      MANTANI Nobutaka <nobutaka@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406221 - in head/www/w3m: . files
Message-ID:  <201601161343.u0GDhMdp075786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nobutaka
Date: Sat Jan 16 13:43:22 2016
New Revision: 406221
URL: https://svnweb.freebsd.org/changeset/ports/406221

Log:
  Fix gdk-pixbuf2 detection in configure to work w3mimgdisplay correctly.
  
  PR:		206041
  Submitted by:	c.brinkhaus@t-online.de

Modified:
  head/www/w3m/Makefile
  head/www/w3m/files/patch-configure

Modified: head/www/w3m/Makefile
==============================================================================
--- head/www/w3m/Makefile	Sat Jan 16 13:25:49 2016	(r406220)
+++ head/www/w3m/Makefile	Sat Jan 16 13:43:22 2016	(r406221)
@@ -3,14 +3,14 @@
 
 PORTNAME=	w3m
 PORTVERSION=	0.5.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES+=	www ipv6
 MASTER_SITES=	SF/w3m/w3m/w3m-${PORTVERSION}
 
 MAINTAINER?=	nobutaka@FreeBSD.org
 COMMENT?=	Pager/text-based WWW browser
 
-USES=		perl5
+USES=		pkgconfig perl5
 USE_OPENSSL=	yes
 LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 

Modified: head/www/w3m/files/patch-configure
==============================================================================
--- head/www/w3m/files/patch-configure	Sat Jan 16 13:25:49 2016	(r406220)
+++ head/www/w3m/files/patch-configure	Sat Jan 16 13:43:22 2016	(r406221)
@@ -1,6 +1,6 @@
---- configure.orig	2007-11-23 02:39:52.000000000 +0900
-+++ configure	2007-11-23 02:43:22.000000000 +0900
-@@ -5532,7 +5532,7 @@
+--- configure.orig	2011-01-15 12:04:22.000000000 +0900
++++ configure	2016-01-16 22:01:18.489330000 +0900
+@@ -6755,7 +6755,7 @@
    if test x"$enable_image" = xyes; then
      enable_image=x11
      case "`uname -s`" in
@@ -9,3 +9,11 @@
  	if test -c /dev/fb0; then
  	  enable_image=x11,fb
          fi;;
+@@ -6828,6 +6828,7 @@
+      fi;;
+    esac
+   done
++  PKG_CONFIG=pkg-config
+   IMGTARGETS=""
+   IMGLINK='$(CC)'
+   if test x"$with_gtk2" = xyes; then



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