FreeBSD Bugzilla – Attachment 121431 Details for
Bug 164416
[PATCH] textproc/iso8879: Fix on 9 and 10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
iso8879-1986_3.patch
iso8879-1986_3.patch (text/plain), 1.35 KB, created by
Baptiste Daroussin
on 2012-01-23 18:00:24 UTC
(
hide
)
Description:
iso8879-1986_3.patch
Filename:
MIME Type:
Creator:
Baptiste Daroussin
Created:
2012-01-23 18:00:24 UTC
Size:
1.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/iso8879/Makefile,v >retrieving revision 1.26 >diff -u -u -r1.26 Makefile >--- Makefile 6 Jun 2010 17:51:31 -0000 1.26 >+++ Makefile 23 Jan 2012 17:57:04 -0000 >@@ -7,20 +7,18 @@ > > PORTNAME= iso8879 > PORTVERSION= 1986 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= textproc > MASTER_SITES= ${MASTER_SITE_LOCAL} > MASTER_SITE_SUBDIR= kuriyama > DISTNAME= isoENTS >-EXTRACT_SUFX= .zip > > MAINTAINER= kuriyama@FreeBSD.org > COMMENT= Character entity sets from ISO 8879:1986 (SGML) > >-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip > RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr > >-EXTRACT_ONLY= # empty >+USE_ZIP= yes > NO_BUILD= yes > NO_WRKSUBDIR= yes > PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} >@@ -30,14 +28,10 @@ > XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr > CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports > >-pre-su-install: >- @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} >- > do-install: >- @${UNZIP_CMD} -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} >+ @${MKDIR} ${INSTDIR} >+ @${INSTALL_DATA} ${WRKSRC}/ISO* ${INSTDIR} > @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog >- @${CHMOD} ${SHAREMODE} ${INSTDIR}/* >- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} > > post-install: > @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
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 164416
: 121431