pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-configure



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Nov 15 18:32:42 UTC 2022

Modified Files:
        pkgsrc/devel/deforaos-configure: Makefile deforaos-configure.mk

Log Message:
deforaos-configure: address a few warnings from pkglint(1)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/deforaos-configure/Makefile
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/devel/deforaos-configure/deforaos-configure.mk

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

Modified files:

Index: pkgsrc/devel/deforaos-configure/Makefile
diff -u pkgsrc/devel/deforaos-configure/Makefile:1.12 pkgsrc/devel/deforaos-configure/Makefile:1.13
--- pkgsrc/devel/deforaos-configure/Makefile:1.12       Wed Apr 13 00:06:21 2022
+++ pkgsrc/devel/deforaos-configure/Makefile    Tue Nov 15 18:32:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/13 00:06:21 khorben Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/15 18:32:41 khorben Exp $
 
 DISTNAME=      configure-0.4.3
 PKGNAME=       deforaos-configure-0.4.3
@@ -27,7 +27,7 @@ AUTO_MKDIRS=  yes
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin"
-LDFLAGS+=-lm
+LDFLAGS+=      -lm
 .endif
 
 .if ${PKGMANDIR} != "share/man"

Index: pkgsrc/devel/deforaos-configure/deforaos-configure.mk
diff -u pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.10 pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.11
--- pkgsrc/devel/deforaos-configure/deforaos-configure.mk:1.10  Tue Nov 15 18:29:04 2022
+++ pkgsrc/devel/deforaos-configure/deforaos-configure.mk       Tue Nov 15 18:32:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: deforaos-configure.mk,v 1.10 2022/11/15 18:29:04 khorben Exp $
+# $NetBSD: deforaos-configure.mk,v 1.11 2022/11/15 18:32:41 khorben Exp $
 #
 # used by audio/deforaos-mixer/Makefile
 # used by databases/deforaos-libdatabase/Makefile
@@ -26,13 +26,13 @@ _DO_CONFIGURE_TARGETS+=             do-configure-de
 do-configure-deforaos:
 .if !empty(DEFORAOS_CONFIGURE_MODE)
        @${ECHO_MSG} "Running DeforaOS configure (${DEFORAOS_CONFIGURE_MODE})"
-       @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \
+       ${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \
                -M ${DEFORAOS_CONFIGURE_MODE} \
                ${DEFORAOS_CONFIGURE_ARGS} \
                ${DEFORAOS_CONFIGURE_DIRS}
 .else
        @${ECHO_MSG} "Running DeforaOS configure"
-       @${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \
+       ${RUN} cd ${WRKSRC} && ${DEFORAOS_CONFIGURE} \
                ${DEFORAOS_CONFIGURE_ARGS} \
                ${DEFORAOS_CONFIGURE_DIRS}
 .endif



Home | Main Index | Thread Index | Old Index