# New ports collection makefile for: nauty # Date created: May 24 2001 # Whom: bremner@unb.ca # # $FreeBSD$ # PORTNAME= nauty PORTVERSION= 2.0b9 CATEGORIES= math MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ DISTNAME= ${PORTNAME}20beta9 MAINTAINER= bremner@unb.ca WRKSRC= ${WRKDIR}/${PORTNAME}20 MAKEFILE= makefile ALL_TARGET= nauty NO_INSTALL_MANPAGES=yes post-patch: @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE} do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \ dreadnautL1 dreadnautB ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/oldmanual.ps ${WRKSRC}/read.me \ ${PREFIX}/share/doc/${PORTNAME} .endif .include dated>2016-11-29T18:46:21+00:00 mat mat@FreeBSD.org 2016-11-29T18:46:21+00:00 a9fb43731f13f4ddbe4e900c6673e591c40399db Sponsored by: Absolight
Sponsored by:	Absolight
By default libtool replaces -export-symbols <file> with -retain-symbols-file 2015-08-02T15:03:19+00:00 tijl tijl@FreeBSD.org 2015-08-02T15:03:19+00:00 2593b8ce7a7784074d28066b8690c9c2da075fd7 <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
- Drop @dirrm* from plist 2015-07-28T23:27:49+00:00 amdmi3 amdmi3@FreeBSD.org 2015-07-28T23:27:49+00:00 0fa5c2c996e2652dc932cb44d7205b602fd14f1f Approved by: portmgr blanket
Approved by:	portmgr blanket