pkgsrc-WIP-changes archive

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

partio: re add mention of problems with confidential in sourecode



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Sat Nov 11 14:01:42 2023 +0100
Changeset:	2b1e018e57687f69995e0bd57bf678f661ede78c

Modified Files:
	partio/Makefile.common
Added Files:
	partio/TODO

Log Message:
partio: re add mention of problems with confidential in sourecode

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

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

diffstat:
 partio/Makefile.common | 5 +++++
 partio/TODO            | 3 +++
 2 files changed, 8 insertions(+)

diffs:
diff --git a/partio/Makefile.common b/partio/Makefile.common
index ac01ebf8a6..be903090af 100644
--- a/partio/Makefile.common
+++ b/partio/Makefile.common
@@ -17,3 +17,8 @@ WRKSRC=			${WRKDIR}/${DISTNAME}
 
 USE_LANGUAGES=		c c++
 USE_CXX_FEATURES=	c++14
+
+# https://github.com/wdas/partio/issues/104
+RESTRICTED=		Includes the word confidential in the some files
+NO_SRC_ON_CDROM=	${RESTRICTED}
+NO_SRC_ON_FTP=		${RESTRICTED}
diff --git a/partio/TODO b/partio/TODO
new file mode 100644
index 0000000000..cc2438bc76
--- /dev/null
+++ b/partio/TODO
@@ -0,0 +1,3 @@
+Works, but only import the next version into pkgsrc-current 
+it includes fixes for the confidential parts of the source.
+https://github.com/wdas/partio/issues/104


Home | Main Index | Thread Index | Old Index