FreeBSD Bugzilla – Attachment 227496 Details for
Bug 258106
math/nauty: install missing header files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
math/nauty: add missing header files
math_nauty.patch (text/plain), 1.21 KB, created by
Philipp Ost
on 2021-08-27 23:00:23 UTC
(
hide
)
Description:
math/nauty: add missing header files
Filename:
MIME Type:
Creator:
Philipp Ost
Created:
2021-08-27 23:00:23 UTC
Size:
1.21 KB
patch
obsolete
>diff --git a/math/nauty/Makefile b/math/nauty/Makefile >index d2ce334366f6..b8343ef42ab2 100644 >--- a/math/nauty/Makefile >+++ b/math/nauty/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= nauty > PORTVERSION= 27r1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= math > MASTER_SITES= https://users.cecs.anu.edu.au/~bdm/nauty/ > DISTNAME= ${PORTNAME}${PORTVERSION} >@@ -32,7 +32,8 @@ post-build: > > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty >-.for h in nauty.h nautycliquer.h nausparse.h traces.h naugroup.h >+.for h in gtools.h naugroup.h naurng.h nausparse.h naututil.h nauty.h \ >+ nautycliquer.h schreier.h traces.h > ${INSTALL_DATA} ${WRKSRC}/${h} ${STAGEDIR}${PREFIX}/include/nauty > .endfor > # Do not use ${INSTALL_LIB} to strip the library! >diff --git a/math/nauty/pkg-plist b/math/nauty/pkg-plist >index 0ad268c2c22b..2a02ca382018 100644 >--- a/math/nauty/pkg-plist >+++ b/math/nauty/pkg-plist >@@ -41,10 +41,14 @@ bin/twohamg > bin/underlyingg > bin/vcolg > bin/watercluster2 >+include/nauty/gtools.h > include/nauty/naugroup.h >+include/nauty/naurng.h > include/nauty/nausparse.h >+include/nauty/naututil.h > include/nauty/nauty.h > include/nauty/nautycliquer.h >+include/nauty/schreier.h > include/nauty/traces.h > lib/libnauty.a > lib/libnauty.so
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 258106
: 227496