1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Alexey Dokuchaev
7263e9181b - Update to version 1.1.6
- Define LICENSE (GPLv2)
- Project had moved to GitHub
- Clean up Makefile a bit

PR:	201267
2015-10-24 17:55:23 +00:00
John Marino
2c24dc6b57 science: Fix mpqc, libint and unbreak ghemical, and libghemical atomically
science/ghemical would not link because libghemical.so (from science/
libghemical port) had never been properly linked.  Links to all mpqc "SC"
libraries were added to LDFLAGS to rectify this.  The configure breakage
and solution is described below.

After the version of lang/gcc was bumped from 4.7 to 4.8,
science/libghemical ceased to configure and it was marked broken.  After
recreating the conftest, it was discovered that two versions incompatible
versions of libgcc_s.so were getting pulled in by the realtime linker:
the base version and the gcc48 ports version.

The base version was getting pulled in by science/libint.  To unbreak
libghemical, libint is now built with lang/gcc.  It was necessary to
force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that
the runpaths match across libraries used by libghemical.

When science/mpqc was staged, it utilized libtool which renumbered all
the library versions from 8.0.1 to 7.1.0.  This was caused by the age
component being greater than 0.  By patching configure.in with a new
version, we can generate major SHLIB of 8 again.  While here, fix the
bin/sc-config tool to remove a bad include cflag.

With this fixes, science/ghemical builds successfully.  Bump all 4 of
these ports, remove any BROKEN designation and remove redundant
@dirrm in pkg-plist
2014-09-25 11:04:02 +00:00
Dmitry Marakasov
80b4bc0aff - Stagify
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-08-06 16:06:55 +00:00
Baptiste Daroussin
752da6b94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 16:33:10 +00:00
Martin Wilke
8707167003 - Convert gmake to USES
Approved by:	portmgr
2014-05-26 14:40:03 +00:00
Baptiste Daroussin
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Andrej Zverev
3e869e47b1 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 08:26:53 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
3d7e506643 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 07:20:16 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Maho Nakata
1fffaf7887 Update to 1.1.4
Suggested by: pav@
2009-02-02 02:53:05 +00:00
Pav Lucistnik
e93c59188a - Update download location, update WWW
Reported by:	-fetch-original pointyhat run
2009-01-30 21:15:33 +00:00
Pav Lucistnik
bb54399293 - Fix after objformat removal
Reported by:	pointyhat
2007-03-27 16:29:28 +00:00
Maho Nakata
fd36abef1a MASTER_SITE and WWW have been moved.
Submitted by:	kris via pointyhat.
2007-01-16 04:44:31 +00:00
Maho Nakata
058cc9fbe8 * From PORTREVERSION to PORTREVISION.
* Add symlink to version numbered shared libs. e.g. lib*.so to lib*.so.1.
2007-01-02 09:25:00 +00:00
Maho Nakata
dfc8ab873d Install shared libs correctly, and bump portrevision. 2007-01-02 05:17:11 +00:00
Maho Nakata
f64ff61007 Libint is a library for evaluating ERI (electron replusion integral)
over Cartesian Gaussian fuctions for modern atomic and molecular theory;
esp. for science/mpqc and science/psi3.
2006-12-29 07:41:44 +00:00