FreeBSD Bugzilla – Attachment 130996 Details for
Bug 175023
devel/flick: 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), 1.29 KB, created by
tkato432
on 2013-01-05 18:10:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-01-05 18:10:06 UTC
Size:
1.29 KB
patch
obsolete
>diff -urN /usr/ports/devel/flick/Makefile devel/flick/Makefile >--- /usr/ports/devel/flick/Makefile 2012-11-08 04:41:10.000000000 +0900 >+++ devel/flick/Makefile 2013-01-05 22:52:46.000000000 +0900 >@@ -7,23 +7,36 @@ > > PORTNAME= flick > PORTVERSION= 2.1 >+DISTVERSIONSUFFIX= -src > PORTREVISION= 1 > CATEGORIES= devel >-MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/ >-DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tar.gz >+#MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/ >+MASTER_SITES= http://www.sourcefiles.org/Programming/Compilers/Other/ > > MAINTAINER= ports@FreeBSD.org >-COMMENT= The Flexible IDL Compiler Kit >+COMMENT= Flexible IDL Compiler Kit >+ >+LICENSE= BSD GPLv2 >+LICENSE_COMB= multi >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-GNU_CONFIGURE= yes > USE_GMAKE= yes >+GNU_CONFIGURE= yes > MAKEFILE= GNUmakefile >+MAKE_JOBS_SAFE= yes >+ >+.include <bsd.port.options.mk> >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|-I-||' ${WRKSRC}/GNUmakeconf.in > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR} >+ (cd ${WRKSRC}/doc/guts && ${INSTALL_DATA} *.ps ${DOCSDIR}) >+ (cd ${WRKSRC}/doc/usersguide && ${INSTALL_DATA} *.ps ${DOCSDIR}) > .endif > > .include <bsd.port.mk>
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 175023
: 130996