pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libmatchbox



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 27 18:35:30 UTC 2022

Modified Files:
        pkgsrc/devel/libmatchbox: Makefile

Log Message:
libmatchbox: fix png library name.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/libmatchbox/Makefile

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

Modified files:

Index: pkgsrc/devel/libmatchbox/Makefile
diff -u pkgsrc/devel/libmatchbox/Makefile:1.33 pkgsrc/devel/libmatchbox/Makefile:1.34
--- pkgsrc/devel/libmatchbox/Makefile:1.33      Mon Aug 17 20:17:23 2020
+++ pkgsrc/devel/libmatchbox/Makefile   Wed Jul 27 18:35:30 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/08/17 20:17:23 leot Exp $
-#
+# $NetBSD: Makefile,v 1.34 2022/07/27 18:35:30 wiz Exp $
 
 DISTNAME=      libmatchbox-1.9
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    devel
 MASTER_SITES=  http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/1.9/
 
@@ -15,10 +14,15 @@ USE_LIBTOOL=        yes
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+SUBST_CLASSES+=                pc
+SUBST_SED.pc+=         -e "s/libpng12/libpng16/"
+SUBST_FILES.pc+=       configure
+SUBST_STAGE.pc=                pre-configure
+SUBST_MESSAGE.pc=      Fix png library name.
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index