FreeBSD Bugzilla – Attachment 108468 Details for
Bug 149311
[UPDATE] math/nauty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.81 KB, created by
Carlo Strub
on 2010-08-05 09:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Carlo Strub
Created:
2010-08-05 09:50:08 UTC
Size:
2.81 KB
patch
obsolete
>diff -u -N nauty.old/Makefile nauty.new/Makefile >--- nauty.old/Makefile 2010-08-05 10:39:48.565126822 +0200 >+++ nauty.new/Makefile 2010-08-05 10:40:02.560847263 +0200 >@@ -6,28 +6,30 @@ > # > > PORTNAME= nauty >-PORTVERSION= 2.0b9 >+PORTVERSION= 2.4r1 > CATEGORIES= math >-MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ >-DISTNAME= ${PORTNAME}20beta9 >+MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \ >+ http://www.c-s.li/ports/ >+DISTNAME= ${PORTNAME}24r1 > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= c-s@c-s.li > COMMENT= Brendan McKay's graph isomorphism tester > >-WRKSRC= ${WRKDIR}/${PORTNAME}20 >+WRKSRC= ${WRKDIR}/${PORTNAME}24r1 > MAKEFILE= makefile >-ALL_TARGET= nauty >-NO_INSTALL_MANPAGES=yes >-PORTDOCS= oldmanual.ps read.me >-PLIST_FILES= bin/dreadnaut bin/dreadnaut1 bin/dreadnautL1 bin/dreadnautB >+ALL_TARGET= all >+MAKE_JOBS_SAFE= YES >+PORTDOCS= nug.pdf > > post-patch: >- @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4|${CFLAGS}|' \ >+ @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \ > ${WRKSRC}/${MAKEFILE} > > do-install: >- cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \ >- dreadnautL1 dreadnautB ${PREFIX}/bin >+ 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) >diff -u -N nauty.old/distinfo nauty.new/distinfo >--- nauty.old/distinfo 2010-08-05 10:39:48.550114055 +0200 >+++ nauty.new/distinfo 2010-08-05 10:40:02.560847263 +0200 >@@ -1,3 +1,3 @@ >-MD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175 >-SHA256 (nauty20beta9.tar.gz) = 5fcb0aa6afccf3a4bd13774df1eeb0aaf24f9e915eb58ecdd0062e052d010ead >-SIZE (nauty20beta9.tar.gz) = 264860 >+MD5 (nauty24r1.tar.gz) = 431f07ad06e97b48c8aa1df97bf10a02 >+SHA256 (nauty24r1.tar.gz) = 328a5fd85d380450a31943d0519a01ecb01b09dde51e5fc30a3b350876bfcae9 >+SIZE (nauty24r1.tar.gz) = 723634 >diff -u -N nauty.old/pkg-descr nauty.new/pkg-descr >--- nauty.old/pkg-descr 2010-08-05 10:39:48.550114055 +0200 >+++ nauty.new/pkg-descr 2010-08-05 10:40:02.560847263 +0200 >@@ -1,3 +1,4 @@ >-This is a port of Brendan McKay's graph isomorphism tester. >+nauty is a program for computing automorphism groups of graphs and digraphs. >+It can also produce a canonical labelling. > > WWW: http://cs.anu.edu.au/~bdm/nauty/ >diff -u -N nauty.old/pkg-plist nauty.new/pkg-plist >--- nauty.old/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ nauty.new/pkg-plist 2010-08-05 10:40:02.560847263 +0200 >@@ -0,0 +1,24 @@ >+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 149311
: 108468