Commit graph

2809 commits

Author SHA1 Message Date
Pawel Pekala
ec60b78154 - Update to version 2.38
- Sort option helpers
- Clean pkg-plist

PR:		194170
Submitted by:	tkato432@yahoo.com
2014-11-02 17:43:03 +00:00
Wen Heping
1c5d99661f - Update to 5.0.2
PR:		193902
Submitted by:	tkato432@yahoo.com
2014-10-30 12:19:02 +00:00
Dmitry Sivachenko
ff009d430c Explicitly link with libblas to avoid errors like
import sklearn.decomposition.pca
ImportError: /usr/local/lib/libcblas.so.2: Undefined symbol "cgemv_"
due to it trying to import pairwise_fast.so

PR:             194683

Update to version 0.15.2.
2014-10-30 11:52:48 +00:00
Marcus von Appen
742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00
Dmitry Sivachenko
7007ea4b9b Fix compilation after recent numpy patch.
Patch by thierry@FreeBSD.org, pointed out by antoine.
2014-10-23 15:23:27 +00:00
John Marino
9056a800f0 science/gromacs: Fix build on DragonFly (fix from dports) 2014-10-20 13:09:42 +00:00
John Marino
15dccb3a0d Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 10:09:19 +00:00
Max Brazhnikov
0ea52f99b4 KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
 baloo			- Baloo core libraries
 baloo-widgets		- Baloo widgets library
 kfilemetadata		- KDE library for extracting file metadata

New ports:
  graphics/kqtquickcharts	- QtQuick plugin to render interactive charts
  misc/artikulate		- Pronunciation trainer for KDE
				(not usable currently, links to both
				GStreamer 1.x and 0.10.x via dependencies)
  sysutils/baloo[-widgets]	- KDE framework for searching and
				managing user metadata
  sysutils/kfilemetadata	- Library for extracting file metadata

l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release

astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data

deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
  remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports

devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now

editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]

graphics/okular:
- add dependency on graphics/libkscreen

math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]

misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
  to link some stuff between KDE4_PREFIX and LOCALBASE.

science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data

x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3

among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes

The area51 repository features commits by alonso, rakuco and myself.

PR:		187150 [1]
Reported by:	pe.freethread@live.com
Patch by:	Tobias Berner <tcberner@gmail.com>

PR:		180674 [2]
Reported by:	torsten.eichstaedt@web.de

PR:		194316
Exp-run:	antoine
2014-10-19 15:57:27 +00:00
Antoine Brodin
228c6c6f20 Allow staging as a regular user 2014-10-19 15:47:31 +00:00
Dmitry Marakasov
9effcb9cdf - Drop @dirrm* from plist 2014-10-18 14:32:51 +00:00
Wen Heping
9ce603baaf - Fix build 2014-10-17 02:45:15 +00:00
Stephen Hurd
73a9c4b68f - Update to 0.99.28
ChangeLog summary:
Minor bug fixes, use the new g_object format to supress warnings about deprecated calls.

PR:             191376
Submitted by:   tkato432@yahoo.com (ie: Ports Fury)
2014-10-14 04:55:08 +00:00
Thierry Thomas
609b987811 - Upgrade to 0.9.5
- Switch to the options framework.
2014-10-12 08:34:44 +00:00
Thierry Thomas
b01a6de14f Force freetype's headers detection.
Submitted by:	maintainer
2014-10-07 21:34:45 +00:00
Thierry Thomas
ccfac88b3a Mark the old elmer-* ports as deprecated: they are obsoleted by
cad/elmerfem.

Reported by:	pfg
2014-10-07 19:35:59 +00:00
William Grzybowski
c9d5cf4ee3 science/psychopy: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-07 17:00:37 +00:00
Dmitry Sivachenko
c2fe293b67 Fix build after r369447
Patch by Thierry Thomas <thierry@FreeBSD.org>
2014-09-30 08:39:34 +00:00
Danilo Egea Gondolfo
94f7ea6c8f - Update net/openmpi from 1.8.2 to 1.8.3 2014-09-28 03:41:24 +00:00
John Marino
6d0d5e3a85 science/jstrack: Unbreak; author verified distfile was rerolled
PR:		193425
Submitted by:	Muhammad Rahman

While here, remove redundant @dirrm from pkg-plist
2014-09-25 16:53:43 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
John Marino
66d6f5cb1c science/mpqc: Don't override libtool -version-info, bump dependent ports
We accept SHLIB version changes when moving to USE=libtool, so stop
overriding it with the intent of prevent library version changes, which
is considered the better approach over the long term. Two ports are
dependent on mpqc, so bump them for the second time today.

requested by:	tijl@
2014-09-25 13:56:06 +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
7e95af8be1 - Drop @dirrm* from plist 2014-09-24 01:43:20 +00:00
Rene Ladan
7eafff56c3 Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
2014-09-20 09:45:04 +00:00
Olivier Duchateau
5874b4a6b7 - Update to 1.3.5
- Add LICENSE_FILE
2014-09-18 04:41:04 +00:00
Thierry Thomas
865facb643 Upgrade to version 2.0.7.
Note: this is not the latest. Now there is no separate release for ncs
and the sources are distributed as code_saturne-x.y.z. Next upgrades in
preparation!
2014-09-14 14:44:25 +00:00
Thierry Thomas
40d692b42f Upgrade to version 2.0.3.
PR:		ports/193296
Submitted by:	pfg
2014-09-14 14:42:20 +00:00
Thierry Thomas
b15ff631b4 Upgrade to version 0.15.4.
PR:		ports/193298
Submitted by:	pfg
2014-09-14 14:41:27 +00:00
Antoine Brodin
ad273282b7 Mark BROKEN: Fails to configure
checking for main in -llapack... yes
checking for sc-config... /usr/local/bin/sc-config
checking SC - version... no
*** Could not run SC test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SC or finding the wrong
*** version of SC.

Reported by:	pkg-fallout
2014-09-13 21:20:16 +00:00
Tijl Coosemans
a5bee80ce4 Use default LIBTOOLIZE_ARGS 2014-09-13 18:25:04 +00:00
Sunpoet Po-Chuan Hsieh
514e890af9 - Update to 4.4.1
Changes:	https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
2014-09-13 15:19:28 +00:00
Sunpoet Po-Chuan Hsieh
92ee61f36d - Add rubygem-cdo 1.2.3
Ruby binding to CDO (Climate Data Operators)

GitHub repository at https://github.com/Try2Code/cdo-bindings

WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
RG:  https://rubygems.org/gems/cdo
2014-09-13 15:18:54 +00:00
Sunpoet Po-Chuan Hsieh
37b71248f9 - Add py-cdo 1.2.3
Python binding to CDO (Climate Data Operators)

GitHub repository at https://github.com/Try2Code/cdo-bindings

WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
2014-09-13 15:18:32 +00:00
Jason E. Hale
d5bc5b5493 - Update to 4.10
- Update WWW

While here:
- Update LICENSE
- Convert non-functional (since February) USE_FORTRAN to USES=fortran
- Convert USE_PYTHON to USES=python:2 (3.x doesn't seem to work)
- Further convert to options helpers
- FORTRAN and QT4 options seem to build fine together, so make
  them non-exclusive regular options

PR:		193590
Submitted by:	pfg
2014-09-12 23:32:38 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
John Marino
f31e3f807e Stage science/mpqc and science/mpqc-mpich
* reset maintainer
 * converted to options instead of WITH_* knobs
 * moved files/manpages to pkgplist
 * USES+= libtool
 * modernize
2014-09-08 00:20:03 +00:00
Sunpoet Po-Chuan Hsieh
36f3519eeb - Pass maintainership to python@ 2014-09-07 14:58:55 +00:00
Wen Heping
ba70f88a20 - Use version-coded PDF docs [1]
- Reset maintainer to port@

PR:		193204 [1]
Submitted by:	John W. O'Brien <john@saltant.com> [1]
2014-09-07 07:26:43 +00:00
TAKATSU Tomonari
6b5d234e21 - Update to 1.6-4 2014-09-06 06:16:50 +00:00
Dmitry Marakasov
b02b01e211 - Fix build with clang by using std::vector instead of variable size array of non-POD type
- Fix build with PLOTUTILS enabled, which was broken when built with GCC
2014-09-04 18:43:58 +00:00
Sunpoet Po-Chuan Hsieh
e797e9b346 - Add py-pysal 1.8.0
PySAL is a cross-platform library of spatial analysis functions written in
Python. It is intended to support the development of high level applications for
spatial analysis.

WWW: https://pypi.python.org/pypi/PySAL
WWW: http://pysal.org/
2014-09-04 16:24:31 +00:00
Sunpoet Po-Chuan Hsieh
04380f8a21 - Update to 2.2.17
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2014-09-03 19:09:22 +00:00
Marcus von Appen
0788687a96 - Enable concurrent installation support for different python versions
- Remove LATEST_LINK and the usage of math/py-numpy's options - both do not
  seem to have any value for the port

PR:		192893
Submitted by:	myself
Approved by:	wen@ (maintainer)
2014-09-02 19:00:27 +00:00
Raphael Kubo da Costa
68bc4af5c8 Update CMake to 3.0.1.
The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html

On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
  recent enough that ports/168671 can finally be committed: instead of
  building and using CMake's own copies of bzip2, curl, expat, libarchive,
  liblzma and zlib, we use the versions in ports and/or the base system.

* CMake's documentation system has been changed and vastly improved at the
  cost of now depending on Sphinx. We still generate only man pages, but can
  start generating the HTML documentation in the future if desired.

* devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build
  the ncurses UI that is installed by devel/cmake itself.

* CMake commit 3816cd2 fixes a longstanding issue in the detection of the
  Python interpreter and its libraries, but requires us to revert a
  workaround for that in Mk/Uses/python.mk itself, effectively reverting
  the patch introduced by ports/168159.

* Similarly, a few ports had to be fixed manually due to CMake being
  stricter when parsing some files or the ports detecting Python the wrong
  way. Fortunately, they all had been fixed upstream so I just grabbed the
  appropriate commits and pointed to them in the patches.
  science/gnudatalanguage had to have its PORTREVISION bumped because
  switching to USES=cmake:outsource removed a few files from the plist that
  were not supposed to have been installed in the first place.

PR:		168671
PR:		192644
2014-09-02 12:59:54 +00:00
Baptiste Daroussin
38a0a80230 Remove non staged ports without pending PR from s* 2014-09-02 10:07:49 +00:00
Thierry Thomas
78e2b56a8a - Upgrade to 1.5;
- Bump PORTREVISION for consumers.
2014-09-01 21:50:14 +00:00
John Marino
62bd0e0b3f science/paraview: alternative fix with USES+= execinfo instead
Also bump this port as the LIB_DEPENDS has changed

confirmed by:	adamw
2014-09-01 19:53:11 +00:00
Adam Weinberger
0d1bd39b0f Add dependency on libexecinfo.
Untested because paraview takes hours and hours to build, but it's
currently failing on all platforms.
2014-09-01 19:32:13 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00