pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/shairport-sync



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Aug  5 19:36:39 UTC 2025

Modified Files:
        pkgsrc/audio/shairport-sync: Makefile

Log Message:
shairport-sync: record user and group in BUILD_DEFS.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/shairport-sync/Makefile

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

Modified files:

Index: pkgsrc/audio/shairport-sync/Makefile
diff -u pkgsrc/audio/shairport-sync/Makefile:1.10 pkgsrc/audio/shairport-sync/Makefile:1.11
--- pkgsrc/audio/shairport-sync/Makefile:1.10   Tue Aug  5 19:33:02 2025
+++ pkgsrc/audio/shairport-sync/Makefile        Tue Aug  5 19:36:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/08/05 19:33:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2025/08/05 19:36:39 schmonz Exp $
 
 DISTNAME=      shairport-sync-4.3.7
 CATEGORIES=    audio
@@ -15,11 +15,7 @@ USE_LANGUAGES=       c c++
 
 GNU_CONFIGURE= yes
 
-BUILD_DEFS+=   VARBASE
-
-# XXX add to mk/defaults/mk.conf
-SHAIRPORT_GROUP?=      shairport
-SHAIRPORT_USER?=       shairport
+BUILD_DEFS+=   VARBASE SHAIRPORT_USER SHAIRPORT_GROUP
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index