Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 19:34:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 162ca23603ff - main - graphics/GraphicsMagick: Fix FreeType detection
Message-ID:  <202205131934.24DJYS9O005508@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=162ca23603ff88dc5eb364442cbba7c43eef0774

commit 162ca23603ff88dc5eb364442cbba7c43eef0774
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 19:29:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 19:29:31 +0000

    graphics/GraphicsMagick: Fix FreeType detection
    
    - Bump PORTREVISION for package change
    
    Reported by:    Bob Carr <carr.bob@gmail.com>
---
 graphics/GraphicsMagick/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index d7dcad9a9718..cd67ec91db0b 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.3.38
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
@@ -12,11 +12,11 @@ COMMENT=	Fast image processing tools based on ImageMagick
 
 LICENSE=	MIT
 
-USES=		cpe libtool localbase pathfix tar:bzip2
+USES=		cpe libtool localbase pathfix pkgconfig tar:bzip2
 
 CONFIGURE_ARGS=	--enable-shared --enable-static \
 		--with-windows-font-dir=${WINDOWS_FONT_DIR} \
-		--without-perl --without-trio
+		--without-dps --without-gdi32 --without-perl --without-trio
 CONFIGURE_ENV=	PTHREAD_LIBS=-lpthread
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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