pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gobject-introspection
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Nov 25 05:10:27 UTC 2023
Modified Files:
pkgsrc/devel/gobject-introspection: Makefile
Log Message:
gobject-introspection: assume all supported NetBSD have 64 bit time_t.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/gobject-introspection/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/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.90 pkgsrc/devel/gobject-introspection/Makefile:1.91
--- pkgsrc/devel/gobject-introspection/Makefile:1.90 Tue Nov 7 12:46:58 2023
+++ pkgsrc/devel/gobject-introspection/Makefile Sat Nov 25 05:10:27 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2023/11/07 12:46:58 prlw1 Exp $
+# $NetBSD: Makefile,v 1.91 2023/11/25 05:10:27 tsutsui Exp $
DISTNAME= gobject-introspection-1.78.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -28,7 +28,7 @@ SUBST_STAGE.timet= pre-configure
SUBST_FILES.timet= giscanner/ast.py
SUBST_FILES.timet+= tests/scanner/Regress-1.0-expected.gir
.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_PLATFORM:MNetBSD-5.99.*} || ${MACHINE_PLATFORM:MNetBSD-[6-9].*} || ${MACHINE_PLATFORM:MMirBSD-*}
+.if ${MACHINE_PLATFORM:MNetBSD-*} || ${MACHINE_PLATFORM:MMirBSD-*}
SUBST_SED.timet= -e 's,@TIMET_TYPENAME@,TYPE_INT64,g'
SUBST_SED.timet+= -e 's,@TIMET_CTYPE@,gint64,g'
.else
Home |
Main Index |
Thread Index |
Old Index