FreeBSD Bugzilla – Attachment 147669 Details for
Bug 193923
security/vuxml: |make validate| fails if ${.OBJDIR} already exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
incomplete fix
fix.diff (text/plain), 969 bytes, created by
Jan Beich
on 2014-09-25 13:31:40 UTC
(
hide
)
Description:
incomplete fix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-09-25 13:31:40 UTC
Size:
969 bytes
patch
obsolete
>Index: security/vuxml/Makefile >=================================================================== >--- security/vuxml/Makefile (revision 369228) >+++ security/vuxml/Makefile (working copy) >@@ -83,7 +83,7 @@ validate: tidy > ${ECHO_CMD} Consider using ${VUXML_FILE}.unexpanded for final commit; \ > return 1; \ > fi >- ${PYTHON_CMD} ${FILESDIR}/extra-validation.py >+ ${PYTHON_CMD} ${FILESDIR}/extra-validation.py ${.CURDIR}/vuln.xml > > tidy: vuln.xml > @if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \ >Index: security/vuxml/files/extra-validation.py >=================================================================== >--- security/vuxml/files/extra-validation.py (revision 369228) >+++ security/vuxml/files/extra-validation.py (working copy) >@@ -5,7 +5,7 @@ import datetime > import xml.etree.ElementTree as ET > import sys > >-tree = ET.parse('vuln.xml') >+tree = ET.parse(sys.argv[1]) > root = tree.getroot() > > namespace = "{http://www.vuxml.org/apps/vuxml-1}"
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
Actions:
View
|
Diff
Attachments on
bug 193923
: 147669 |
147670