FreeBSD Bugzilla – Attachment 128100 Details for
Bug 171988
devel/omake: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.14 KB, created by
tkato432
on 2012-09-25 19:10:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:10:19 UTC
Size:
3.14 KB
patch
obsolete
>diff -urN /usr/ports/devel/omake/Makefile devel/omake/Makefile >--- /usr/ports/devel/omake/Makefile 2011-11-11 06:44:07.000000000 +0900 >+++ devel/omake/Makefile 2012-09-25 03:20:46.000000000 +0900 >@@ -1,40 +1,30 @@ >-# New ports collection makefile for: omake >-# Date created: 2006-08-06 >-# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> >-# >-# $MBSDlabs$ >+# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> > # $FreeBSD: ports/devel/omake/Makefile,v 1.12 2011/11/10 21:44:07 linimon Exp $ >-# > > PORTNAME= omake > PORTVERSION= 0.9.8.5 > PORTREVISION= 1 > CATEGORIES= devel >-MASTER_SITES= http://omake.metaprl.org/downloads/ >-DISTNAME= omake-0.9.8.5-3 >+MASTER_SITES= http://main.metaprl.org/download/omake/ >+DISTNAME= ${PORTNAME}-${PORTVERSION}-3 > > MAINTAINER= ports@FreeBSD.org > COMMENT= A flexible build system > >+OPTIONS_DEFINE= DOCS >+ > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ > USE_OCAML= yes > NO_OCAML_RUNDEPENDS=yes >+USE_NCURSES= yes >+USE_READLINE= yes > MAKE_JOBS_UNSAFE= yes > >-FETCH_CMD?= /usr/bin/fetch -Rr >- >-.if !defined(NOPORTDOCS) > INFO= omake-doc >-.endif > > .include <bsd.port.pre.mk> > >-.if exists(${LOCALBASE}/lib/libreadline.so.6) >-LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline >-CFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >-.endif >- > .if ${ARCH} == "powerpc" > BROKEN= Does not build on powerpc > .endif >@@ -43,23 +33,26 @@ > # > # Dirty hack for PREFIX safety > # >- @${REINPLACE_CMD} -E -e "s,(getenv[[:space:]]+)LIBDIR,\1PREFLIBDIR," \ >- ${WRKSRC}/mk/defaults >+ @${REINPLACE_CMD} -E -e \ >+ 's|(getenv[[:space:]]+)LIBDIR|\1PREFLIBDIR|' ${WRKSRC}/mk/defaults > > # > # Permissions safety > # >- @${REINPLACE_CMD} -E -e "s,cp -f -m 444,\$$(BSD_INSTALL_DATA)," \ >- -e "s,cp -f -m 555,\$$(BSD_INSTALL_PROGRAM)," \ >- ${WRKSRC}/OMakefile ${WRKSRC}/src/main/OMakefile \ >- ${WRKSRC}/doc/OMakefile >+.for f in OMakefile doc/OMakefile src/main/OMakefile >+ @${REINPLACE_CMD} -e \ >+ 's|cp -f -m 444|$$(BSD_INSTALL_DATA)| ; \ >+ s|cp -f -m 555|$$(BSD_INSTALL_PROGRAM)|' ${WRKSRC}/${f} >+.endfor > > post-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR}/ >- @(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* "${DOCSDIR}/") >- @(cd ${WRKSRC}/doc/info/ \ >- && ${COPYTREE_SHARE} \* "${PREFIX}/${INFO_PATH}/") >+ @(cd ${WRKSRC}/doc/info \ >+ && ${INSTALL_DATA} omake-doc.info ${PREFIX}/${INFO_PATH}) >+ @(cd ${WRKSRC}/doc/info \ >+ && ${INSTALL_DATA} omake-doc.info-* ${PREFIX}/${INFO_PATH}) >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+ @(cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${DOCSDIR}) > .endif > > .include <bsd.port.post.mk> >diff -urN /usr/ports/devel/omake/pkg-descr devel/omake/pkg-descr >--- /usr/ports/devel/omake/pkg-descr 2006-09-06 16:33:20.000000000 +0900 >+++ devel/omake/pkg-descr 2012-09-10 17:44:00.000000000 +0900 >@@ -1,5 +1,5 @@ >-OMake is a build system designed for scalability and portability. It uses a >-syntax similar to make utilities you may have used, but it features many >-additional enhancements. >+OMake is a build system designed for scalability and portability. It uses >+a syntax similar to make utilities you may have used, but it features >+many additional enhancements. > >-WWW: http://omake.metaprl.org/index.html >+WWW: http://omake.metaprl.org/
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 171988
: 128100