FreeBSD Bugzilla – Attachment 141024 Details for
Bug 187746
math/nauty: Fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.18 KB, created by
tkato432
on 2014-03-19 18:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-03-19 18:40:03 UTC
Size:
2.18 KB
patch
obsolete
>diff -urN /usr/ports/math/nauty/Makefile math/nauty/Makefile >--- /usr/ports/math/nauty/Makefile 2014-03-14 18:09:54.000000000 +0900 >+++ math/nauty/Makefile 2014-03-20 00:00:00.000000000 +0900 >@@ -5,34 +5,37 @@ > PORTVERSION= 2.4r2 > CATEGORIES= math > MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ >-DISTNAME= ${PORTNAME}24r2 >+DISTNAME= ${PORTNAME}${PORTVERSION:S!.!!} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Brendan McKay's graph isomorphism tester > >-WRKSRC= ${WRKDIR}/${PORTNAME}24r2 >+USES= gmake >+GNU_CONFIGURE= yes > MAKEFILE= makefile >-USE_CSTD= gnu89 >-GNU_CONFIGURE= YES >+ > PORTDOCS= nug.pdf >+PLIST_FILES= ${PROGRAMS:S!^!bin/!} >+ >+OPTIONS_DEFINE= DOCS >+ >+PROGRAMS= NRswitchg addedgeg amtog biplabg catg complg copyg \ >+ countg deledgeg directg dreadnaut dretog genbg geng \ >+ genrang gentourng labelg listg multig newedgeg pickg \ >+ planarg shortg showg > >-NO_STAGE= yes > post-patch: >- @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \ >- ${WRKSRC}/${MAKEFILE} >+ @${REINPLACE_CMD} -e \ >+ 's|gcc|$${CC}| ; \ >+ s|-O4 -march=i686|$${CFLAGS}|' ${WRKSRC}/${MAKEFILE} > > do-install: >- cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut copyg listg labelg dretog \ >- amtog geng complg shortg showg NRswitchg biplabg addedgeg \ >- deledgeg countg pickg genrang newedgeg catg genbg directg \ >- multig planarg gentourng ${PREFIX}/bin >- >-post-install: >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >+.for i in ${PROGRAMS} >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) >+.endfor >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${PORTDOCS} >- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) > .endfor >-.endif > > .include <bsd.port.mk> >diff -urN /usr/ports/math/nauty/pkg-plist math/nauty/pkg-plist >--- /usr/ports/math/nauty/pkg-plist 2014-01-23 02:55:38.000000000 +0900 >+++ math/nauty/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,24 +0,0 @@ >-bin/NRswitchg >-bin/addedgeg >-bin/amtog >-bin/biplabg >-bin/catg >-bin/complg >-bin/copyg >-bin/countg >-bin/deledgeg >-bin/directg >-bin/dreadnaut >-bin/dretog >-bin/genbg >-bin/geng >-bin/genrang >-bin/gentourng >-bin/labelg >-bin/listg >-bin/multig >-bin/newedgeg >-bin/pickg >-bin/planarg >-bin/shortg >-bin/showg
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 187746
: 141024