pkgsrc-WIP-changes archive

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

(ham/wsjtx/TODO) +PKG_BUILD_OPTIONS.fftw issue, and howto test



Module Name:	pkgsrc-wip
Committed By:	Makoto mef20 Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Mon Jan 27 08:06:38 2025 +0900
Changeset:	49462f9a7188d04b4d00b710882e38feba02ed54

Modified Files:
	wsjtx/Makefile
	wsjtx/TODO

Log Message:
(ham/wsjtx/TODO) +PKG_BUILD_OPTIONS.fftw issue, and howto test

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

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

diffstat:
 wsjtx/Makefile |  4 ++++
 wsjtx/TODO     | 16 ++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs:
diff --git a/wsjtx/Makefile b/wsjtx/Makefile
index bac70f4d70..074d700cd8 100644
--- a/wsjtx/Makefile
+++ b/wsjtx/Makefile
@@ -18,6 +18,10 @@ USE_LANGUAGES+=	c c++ fortran
 USE_TOOLS+=	pkg-config gmake tar
 USE_LIBTOOL=	yes
 
+#.if empty(PKG_BUILD_OPTIONS.fftw:Mfftw-fortran)
+# PKG_FAIL_REASON+=      'You need to set PKG_BUILD_OPTIONS.fftw:Mfftw-fortran, at its compile time.'
+#.endif
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"
diff --git a/wsjtx/TODO b/wsjtx/TODO
index 44baf04cb7..971b821434 100644
--- a/wsjtx/TODO
+++ b/wsjtx/TODO
@@ -2,6 +2,16 @@
    PKG_OPTIONS.fftw+=     fftw-fortran
    and packaged fine on NetBSD/amd64 9.3
 
+1.1  See fonts/ghostscript-cidfonts-ryumin
+  |  revision 1.7
+  |  date: 2013-04-03 02:32:36 +0900;  author: mef;  state: Exp;  lines: +2 -2;
+  |  PKG_OPTIONS_VAR= for ghostscript-gpl and ghostscript-agpl are both PKG_OPTIONS.ghostscript.
+  |    -.if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
+  |    +.if empty(PKG_BUILD_OPTIONS.ghostscript:Mdisable-compile-inits)
+
+  |  mef20@makoto 08:03:48/250127(..wip/wsjtx)% make show-var VARNAME=PKG_BUILD_OPTIONS.fftw
+  |  fftw-fortran simd
+
 2. On NetBSD/amd64 9.3 (and 10.99.12) Now getting at starting
    'wsjtx' failed: Cannot allocate memory
 
@@ -12,7 +22,7 @@
     etc,
   The work around is asking gcc 14, and now packaged.
 
-4. Riastradh@ told following test
+4. Riastradh@ told me following test
 
 mef20@makoto 07:41:06/250127(..wip/wsjtx)% \
 sudo  dtrace -n 'sdt:::set-error /(execname == "wsjtx" || execname == "ktrace") && arg0 == 12/ { @[stack()] count()
@@ -20,4 +30,6 @@ sudo  dtrace -n 'sdt:::set-error /(execname == "wsjtx" || execname == "ktrace")
 
 dtrace: invalid probe specifier sdt:::set-error /(execname == "wsjtx" || execname == "ktrace") && arg0 == 12/ { @[stack()] count() }: syntax error near "count"
 [ 3856376.1307068] sorry, pid 23498 was killed: orphaned traced process
-mmef20@makoto 07:41:06/250127(..wip/wsjtx)% \
\ No newline at end of file
+
+
+


Home | Main Index | Thread Index | Old Index