pkgsrc-WIP-changes archive

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

inform: work around build problem



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu May 9 19:11:29 2024 +0200
Changeset:	691633447ec82217a65b43dfa6e3b8b5f139f392

Modified Files:
	inform/Makefile
	inform/PLIST
Removed Files:
	inform/TODO

Log Message:
inform: work around build problem

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

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

diffstat:
 inform/Makefile | 8 +++++++-
 inform/PLIST    | 4 +---
 inform/TODO     | 2 --
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/inform/Makefile b/inform/Makefile
index bf54ba45e7..c708b195af 100644
--- a/inform/Makefile
+++ b/inform/Makefile
@@ -26,13 +26,19 @@ WRKSRC=		${WRKDIR}
 post-extract:
 	${MV} ${WRKDIR}/inweb-* ${WRKDIR}/inweb
 	${MV} ${WRKDIR}/inform-* ${WRKDIR}/inform
+	${LN} -s ${WRKDIR}/inweb ${WRKDIR}/inform/inweb
 	${MKDIR} ${WRKDIR}/inweb/Tangled
 
 do-build: inweb inform
 .PHONY: inweb inform
 inweb:
 	cd ${WRKDIR} && ${BASH} inweb/scripts/first.sh unix
-inform: #inweb
+inform: inweb
 	cd ${WRKDIR}/inform && ${BASH} scripts/first.sh
 
+do-install:
+.for file in inform7
+	${INSTALL_PROGRAM} ${WRKSRC}/inform/${file}/Tangled/${file} ${DESTDIR}${PREFIX}/bin
+.endfor
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/inform/PLIST b/inform/PLIST
index 92ba51a2d7..b6c424c0a5 100644
--- a/inform/PLIST
+++ b/inform/PLIST
@@ -1,4 +1,2 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/inform7
diff --git a/inform/TODO b/inform/TODO
deleted file mode 100644
index c7b0314f28..0000000000
--- a/inform/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-inweb builds, but inform build per upstream instructions fails.
-https://inform7.atlassian.net/browse/I7-2498


Home | Main Index | Thread Index | Old Index