FreeBSD Bugzilla – Attachment 152602 Details for
Bug 197358
devel/critcl -- abolish DOCS-option, install man-pages instead
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
critcl.patch (text/plain), 1.74 KB, created by
Mikhail Teterin
on 2015-02-06 06:41:20 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2015-02-06 06:41:20 UTC
Size:
1.74 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378440) >+++ Makefile (working copy) >@@ -3,13 +3,12 @@ > > PORTNAME= critcl > PORTVERSION= 3.1.12 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= tcltk@FreeBSD.org > COMMENT= Compiled Runtime in Tcl > >-OPTIONS_DEFINE= DOCS >- > USES+= tcl > USE_GITHUB= yes > GH_ACCOUNT= andreas-kupries >@@ -22,21 +21,14 @@ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MDOCS} >-BUILD_DEPENDS+= dtplite:${PORTSDIR}/devel/tcllib >-.endif >- > post-patch: > ${REINPLACE_CMD} -e 's|dtplite|${LOCALBASE}/bin/dtplite|g' ${WRKSRC}/build.tcl > ${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config > > do-install: >-.if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- (cd ${WRKSRC} && ${TCLSH} build.tcl doc) >- (cd ${WRKSRC}/embedded/www && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) >-.endif > (cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib) >+ ${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \ >+ ${STAGEDIR}${MANPREFIX}/man/mann/ > > regression-test: build > (cd ${WRKSRC} && ${TCLSH} test/all.tcl) >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 378440) >+++ pkg-plist (working copy) >@@ -101,3 +101,17 @@ > lib/util84/dict.tcl > lib/util84/lassign.tcl > lib/util84/pkgIndex.tcl >+man/mann/critcl_app.n.gz >+man/mann/critcl_apppkg.n.gz >+man/mann/critcl_bitmap.n.gz >+man/mann/critcl_class.n.gz >+man/mann/critcl_devguide.n.gz >+man/mann/critcl_enum.n.gz >+man/mann/critcl_iassoc.n.gz >+man/mann/critcl_installer.n.gz >+man/mann/critcl_introduction.n.gz >+man/mann/critcl_literals.n.gz >+man/mann/critcl_pkg.n.gz >+man/mann/critcl_sources.n.gz >+man/mann/critcl_usingit.n.gz >+man/mann/critcl_util.n.gz
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 197358
: 152602