pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xbrightness



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Oct 12 07:41:31 UTC 2025

Modified Files:
        pkgsrc/x11/xbrightness: Makefile

Log Message:
x11/xbrightness: honor pkgsrc flags

Also remove recursively included buildlink files.
Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xbrightness/Makefile

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

Modified files:

Index: pkgsrc/x11/xbrightness/Makefile
diff -u pkgsrc/x11/xbrightness/Makefile:1.2 pkgsrc/x11/xbrightness/Makefile:1.3
--- pkgsrc/x11/xbrightness/Makefile:1.2 Tue Dec  6 14:41:39 2022
+++ pkgsrc/x11/xbrightness/Makefile     Sun Oct 12 07:41:31 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/12/06 14:41:39 vins Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/12 07:41:31 vins Exp $
 
 DISTNAME=      xbrightness-0.3
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://disjunkt.com/xbrightness/
 
@@ -11,13 +12,10 @@ LICENSE=    mit
 
 USE_IMAKE=     yes
 
+MAKE_FLAGS+=   INSTALL=${INSTALL:Q}
+MAKE_FLAGS+=   CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+=   LOCAL_LDFLAGS=${LDFLAGS:Q}
+
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index