FreeBSD Bugzilla – Attachment 146690 Details for
Bug 193259
[patch] devel/cmake: Decrease sphinx dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pre-built manpages
manpages-option1.patch (text/plain), 1.79 KB, created by
Adam Weinberger
on 2014-09-02 18:41:02 UTC
(
hide
)
Description:
pre-built manpages
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2014-09-02 18:41:02 UTC
Size:
1.79 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 367061) >+++ Makefile (working copy) >@@ -5,7 +5,12 @@ > PORTVERSION= 3.0.1 > PORTREVISION?= 0 > CATEGORIES= devel >-MASTER_SITES= http://www.cmake.org/files/v3.0/ >+MASTER_SITES= http://www.cmake.org/files/v3.0/:source \ >+ ${MASTER_SITE_LOCAL} >+MASTER_SITE_SUBDIR= adamw >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ >+ ${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX} >+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= kde@FreeBSD.org > COMMENT?= Cross-platform Makefile generator >@@ -18,7 +23,6 @@ > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --datadir="/${DATADIR_REL}" \ > --docdir="/${DOCSDIR_REL}" \ >- --sphinx-man \ > --system-libs \ > --init="${PATCHDIR}/InitialCache.cmake" > >@@ -31,7 +35,6 @@ > OPTIONS_SUB= yes > HAS_CONFIGURE= yes > >-BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx > LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ > libexpat.so:${PORTSDIR}/textproc/expat2 > RUN_DEPENDS= ${LOCALBASE}/share/cmake/Modules/CMake.cmake:${PORTSDIR}/devel/cmake-modules >@@ -59,6 +62,7 @@ > .if !defined(CMAKE_MODULES) > post-install: > ${INSTALL_DATA} ${WRKSRC}/Auxiliary/cmake-mode.el ${STAGEDIR}${PREFIX}/share/emacs/site-lisp >+ ${TAR} -C ${STAGEDIR}${PREFIX} -xf ${DISTDIR}/${PORTNAME}-manpages-${PORTVERSION}${EXTRACT_SUFX} > .endif > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 367061) >+++ distinfo (working copy) >@@ -1,2 +1,4 @@ > SHA256 (cmake-3.0.1.tar.gz) = ea11a8fb6679496de4e198ab93007968faa638663691cdf731ae2d4ed74e00c2 > SIZE (cmake-3.0.1.tar.gz) = 5490281 >+SHA256 (cmake-manpages-3.0.1.tar.gz) = 6ec94b078d9354236757277d0934a7bf8e2a0f85daa75efcc7c73fbfce9e6994 >+SIZE (cmake-manpages-3.0.1.tar.gz) = 263582
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 193259
: 146690 |
146691