pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/entr



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Nov 21 15:43:04 UTC 2024

Modified Files:
        pkgsrc/sysutils/entr: Makefile

Log Message:
entr: Use upstream configure

Stop rewriting the logic provided by upstream and instead directly use provided
configure.

Pointed out by <sjmulder> via pkgsrc-users@, thanks!

(Should also help Linux-es that has glibc 2.38 or newer that provide
strlcpy())


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/entr/Makefile

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

Modified files:

Index: pkgsrc/sysutils/entr/Makefile
diff -u pkgsrc/sysutils/entr/Makefile:1.27 pkgsrc/sysutils/entr/Makefile:1.28
--- pkgsrc/sysutils/entr/Makefile:1.27  Sun Aug 11 09:56:20 2024
+++ pkgsrc/sysutils/entr/Makefile       Thu Nov 21 15:43:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/08/11 09:56:20 leot Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/21 15:43:04 leot Exp $
 
 DISTNAME=      entr-5.6
 CATEGORIES=    sysutils
@@ -13,16 +13,7 @@ MAKE_ENV+=   MANPREFIX="${PREFIX}/${PKGMAN
 
 .include "../../mk/bsd.prefs.mk"
 
-# Needs kqueue(2) or inotify(7)
-.if ${OPSYS:M*BSD} || ${OPSYS} == "DragonFly"
-MAKE_FILE=             Makefile.bsd
-.elif ${OPSYS} == "Darwin"
-MAKE_FILE=             Makefile.macos
-.elif ${OPSYS} == "Linux"
-MAKE_FILE=             Makefile.linux
-.else
-NOT_FOR_PLATFORM=      ${MACHINE_PLATFORM}
-.endif
+HAS_CONFIGURE= yes
 
 TEST_TARGET=   test
 USE_TOOLS+=    bash:test



Home | Main Index | Thread Index | Old Index