Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 16:03:44 +0000
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: 144b8da12c80 - main - graphics/silgraphite: Remove USES=pathfix
Message-ID:  <694182e0.44f35.4b50bfe0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=144b8da12c802060e7ea0f54c2178d3cc4dd0972

commit 144b8da12c802060e7ea0f54c2178d3cc4dd0972
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:38 +0000

    graphics/silgraphite: Remove USES=pathfix
    
    - Cosmetic change
---
 graphics/silgraphite/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile
index bd93172b1011..ea9a0656f27f 100644
--- a/graphics/silgraphite/Makefile
+++ b/graphics/silgraphite/Makefile
@@ -15,16 +15,17 @@ LICENSE_FILE_LGPL21+ =	${WRKSRC}/license/License_LGPLv21.txt
 LICENSE_NAME_CPL05=	Common Public License Version 0.5
 LICENSE_PERMS_CPL05=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
-OPTIONS_DEFINE=	FREETYPE
-OPTIONS_DEFAULT=FREETYPE
-OPTIONS_SUB=	yes
+USES=		libtool pkgconfig
 
 CONFIGURE_ARGS=	--without-xft --without-pangographite
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++98
 USE_LDCONFIG=	yes
-USES=		libtool pathfix pkgconfig
+
+OPTIONS_DEFINE=	FREETYPE
+OPTIONS_DEFAULT=FREETYPE
+OPTIONS_SUB=	yes
 
 FREETYPE_CONFIGURE_WITH=freetype
 FREETYPE_LIB_DEPENDS=	libfreetype.so:print/freetype2


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694182e0.44f35.4b50bfe0>