pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 13 18:26:25 UTC 2023

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile

Log Message:
ghostscript-agpl: fix CONFLICTS pattern for gambc

Fixes PR 57697.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/print/ghostscript-agpl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.82 pkgsrc/print/ghostscript-agpl/Makefile:1.83
--- pkgsrc/print/ghostscript-agpl/Makefile:1.82 Sun Nov 12 13:23:18 2023
+++ pkgsrc/print/ghostscript-agpl/Makefile      Mon Nov 13 18:26:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2023/11/12 13:23:18 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2023/11/13 18:26:25 wiz Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -36,8 +36,7 @@ CONFIGURE_ARGS+=      --without-tesseract
 CONFIGURE_ENV+=                LPLIBDIR=${PREFIX}/lib
 CONFIGURE_ENV.HPUX+=   ac_cv_func_fopen64=no
 
-# bin/gsc
-CONFLICTS+=            gambc-[0-9]*
+CONFLICTS+=            gambc<4.9.4nb1
 
 REPLACE_PERL+=         toolbin/localcluster/clusterpush.pl
 REPLACE_PERL+=         toolbin/checkdeps.pl



Home | Main Index | Thread Index | Old Index