pkgsrc-WIP-changes archive

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

eureka-devel: Update TODO



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Oct 4 13:23:16 2019 +0200
Changeset:	23ac55a026b95e6460c76d69d7f3f3a0233d2972

Modified Files:
	eureka-devel/TODO
	eureka-devel/options.mk

Log Message:
eureka-devel: Update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23ac55a026b95e6460c76d69d7f3f3a0233d2972

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

diffstat:
 eureka-devel/TODO       | 1 +
 eureka-devel/options.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/eureka-devel/TODO b/eureka-devel/TODO
index 47f4717753..d82c8f8899 100644
--- a/eureka-devel/TODO
+++ b/eureka-devel/TODO
@@ -19,3 +19,4 @@
 [X] Make xdg-utils an option (Default=on)
     => An option "xdg-utils" already exists in pkgsrc
 [ ] Import final eureka 1.25 release
+[ ] Switch back to FLTK version from pkgsrc current
diff --git a/eureka-devel/options.mk b/eureka-devel/options.mk
index ce531e3f9c..9def5d7b48 100644
--- a/eureka-devel/options.mk
+++ b/eureka-devel/options.mk
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS=	xdg-utils
 .include "../../mk/bsd.options.mk"
 
 # xdg-utils: Create dependency for xdg-utils (Portland project)
-# xdg-utils are used for WWW-Browser and eMail redirection
+# Can be used by FLTK for fl_open_uri() on X11
 .if !empty(PKG_OPTIONS:Mxdg-utils)
 DEPENDS+=	xdg-utils>=1.1:../../misc/xdg-utils
 .endif


Home | Main Index | Thread Index | Old Index