pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rt-mysql



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Jan 16 22:56:41 UTC 2024

Modified Files:
        pkgsrc/devel/rt-mysql: Makefile Makefile.common

Log Message:
devel/rt-mysql: fix references to stale destdir, bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/rt-mysql/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/rt-mysql/Makefile.common

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

Modified files:

Index: pkgsrc/devel/rt-mysql/Makefile
diff -u pkgsrc/devel/rt-mysql/Makefile:1.21 pkgsrc/devel/rt-mysql/Makefile:1.22
--- pkgsrc/devel/rt-mysql/Makefile:1.21 Tue Jun 28 11:33:42 2022
+++ pkgsrc/devel/rt-mysql/Makefile      Tue Jan 16 22:56:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/06/28 11:33:42 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/01/16 22:56:41 rillig Exp $
 
-PKGREVISION=   20
+PKGREVISION=   21
 RT_DB_TYPE=    mysql
 
 .include "../../devel/rt-mysql/Makefile.common"

Index: pkgsrc/devel/rt-mysql/Makefile.common
diff -u pkgsrc/devel/rt-mysql/Makefile.common:1.23 pkgsrc/devel/rt-mysql/Makefile.common:1.24
--- pkgsrc/devel/rt-mysql/Makefile.common:1.23  Sun Nov  3 10:39:29 2019
+++ pkgsrc/devel/rt-mysql/Makefile.common       Tue Jan 16 22:56:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2019/11/03 10:39:29 rillig Exp $
+# $NetBSD: Makefile.common,v 1.24 2024/01/16 22:56:41 rillig Exp $
 # used by devel/rt-mysql/Makefile
 # used by devel/rt-pgsql/Makefile
 
@@ -111,6 +111,11 @@ INSTALL_MAKE_FLAGS+=       LIBS_GROUP=${LIBGRP
 INSTALL_MAKE_FLAGS+=   RTGROUP=${RT_GROUP}
 USERGROUP_PHASE=       pre-install
 
+SUBST_CLASSES+=                destdir
+SUBST_STAGE.destdir=   post-install
+SUBST_FILES.destdir=   ${DESTDIR}${PREFIX}/rt/lib/auto/RT/.packlist
+SUBST_SED.destdir=     -e 's|^${DESTDIR}${PREFIX}|${PREFIX}|'
+
 post-extract:
        @${STEP_MSG} "Removing CVS directories from work directory"
        ${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf



Home | Main Index | Thread Index | Old Index