pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/telescope



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Jul 26 19:45:58 UTC 2025

Modified Files:
        pkgsrc/net/telescope: Makefile

Log Message:
net/telescope: do not require xdg-utils

Also, do not require libbsd on SunOS, as the required functions should
be already built-in.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/telescope/Makefile

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

Modified files:

Index: pkgsrc/net/telescope/Makefile
diff -u pkgsrc/net/telescope/Makefile:1.1 pkgsrc/net/telescope/Makefile:1.2
--- pkgsrc/net/telescope/Makefile:1.1   Sat Jul 26 13:37:32 2025
+++ pkgsrc/net/telescope/Makefile       Sat Jul 26 19:45:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/26 13:37:32 vins Exp $
+# $NetBSD: Makefile,v 1.2 2025/07/26 19:45:58 vins Exp $
 
 DISTNAME=      telescope-0.11
 CATEGORIES=    net
@@ -15,14 +15,11 @@ USE_TOOLS+= autoconf automake autoreconf
 USE_CURSES=    wide
 FAKE_NCURSES=  yes
 
-DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
-
 CFLAGS.NetBSD+=                -D_OPENBSD_SOURCE   # strtonum()
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       YACC=${YACC:Q}
 CONFIGURE_ARGS+=       --with-default-editor=vi
-CONFIGURE_ARGS+=       --with-default-opener=xdg-open
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -31,7 +28,7 @@ CONFIGURE_ARGS+=      --with-default-opener=x
 CONFIGURE_ARGS+=       --with-libimsg
 .endif
 
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux"
 .  include "../../devel/libbsd/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-libbsd
 .endif



Home | Main Index | Thread Index | Old Index