FreeBSD Bugzilla – Attachment 201472 Details for
Bug 235169
lang/python-doc-html: Update 3.7 doc entries to 3.7.2. Add missing entries, Remove python34 entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.txt (text/plain), 1.83 KB, created by
Craig Leres
on 2019-01-28 07:13:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2019-01-28 07:13:29 UTC
Size:
1.83 KB
patch
obsolete
>Index: lang/python-doc-html/Makefile >=================================================================== >--- lang/python-doc-html/Makefile (revision 491451) >+++ lang/python-doc-html/Makefile (working copy) >@@ -32,6 +32,11 @@ > WRKSRC= ${WRKDIR}/docs-pdf > .endif > >+# Create a distinfo that contains all possible DISTFILES >+makesum: >+ t1=/tmp/makesum.$$$$ && trap 'rm -f $${t1}' exit && \ >+ files/gen-makesum.sh >$${t1} && ${MAKE} -f $${t1} makesum >+ > pre-install: > @${FIND} ${WRKSRC} -type f | ${SED} -e 's|^${WRKSRC}|%%DOCSDIR%%|' | ${SORT} > ${PLIST} > >Index: lang/python-doc-html/files/gen-makesum.sh >=================================================================== >--- lang/python-doc-html/files/gen-makesum.sh (nonexistent) >+++ lang/python-doc-html/files/gen-makesum.sh (working copy) >@@ -0,0 +1,32 @@ >+#!/bin/sh >+# $FreeBSD$ >+# >+# Output a minimal makefile with DISTFILES set to all supported >+# Python versions vs. all doc formats >+# >+ >+DOCFORMATS="html pdf-a4 pdf-letter text" >+_PYTHON_VERSIONS=`make -V _PYTHON_VERSIONS` >+ >+DISTFILES="" >+for ver in ${_PYTHON_VERSIONS}; do >+ ver2=`make -V PYTHON_PORTVERSION DEFAULT_VERSIONS=python=${ver}` >+ for format in ${DOCFORMATS}; do >+ files=`make -V DISTFILES \ >+ PORTVERSION=${ver2} DOCFORMAT=${format}` >+ DISTFILES="${DISTFILES} ${files}" >+ done >+done >+ >+# >+# Output the minimal makefile >+# >+echo -n MASTER_SITES= >+make -V MASTER_SITES >+ >+echo DISTFILES=${DISTFILES} >+ >+echo -n DIST_SUBDIR= >+make -V DIST_SUBDIR >+ >+echo ".include <bsd.port.mk>" > >Property changes on: lang/python-doc-html/files/gen-makesum.sh >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:executable >## -0,0 +1 ## >+* >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 235169
:
201372
|
201386
| 201472