1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

2471 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
f05ef25485 - Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format

PR:		ports/185951
Submitted by:	Florian Degner <f.degner@gmx.de>
2014-02-05 20:02:34 +00:00
John Marino
037ccfbe97 science/avogadro: Specify libGL explicitly with associated CFLAG 2014-02-05 19:01:34 +00:00
Antoine Brodin
b2c1becd27 Fix a stage symlink.
There may be still some problems with this port:
/usr/local/bin/definitions.K is referring to /wrkdirs/usr/ports/science/cdf/work/stage
/usr/local/bin/definitions.B is referring to /wrkdirs/usr/ports/science/cdf/work/stage
/usr/local/bin/definitions.C is referring to /wrkdirs/usr/ports/science/cdf/work/stage
2014-02-03 23:34:26 +00:00
Martin Wilke
9d9fecc928 - Stage support 2014-02-03 14:31:32 +00:00
Martin Wilke
2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00
Kubilay Kocak
b7f3ba7623 science/py-pupynere: Modernise: Enable STAGE, AUTOPLIST and more
- Stagify
- Use PYDISTUTILS_AUTOPLIST, remove pkg-plist
- Kill easy_install with fire!
- Remove patch to setup.py

PR:		ports/186366
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-02-03 11:35:53 +00:00
Martin Wilke
4d1708ecfc - Stage support 2014-02-03 09:44:35 +00:00
Martin Wilke
f05eda07ab - Stage support 2014-02-01 14:41:07 +00:00
Antoine Brodin
c09b0e71be Fix DISTNAME
Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 14:02:24 +00:00
Antoine Brodin
a5d019b091 Fix DISTNAME
Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 13:58:01 +00:00
Antoine Brodin
3930d23f37 Fix DISTNAME
Reported by:	pkg-fallout since august 2013
With hat:	portmgr
2014-02-01 13:49:09 +00:00
Olivier Duchateau
c2dd8c2a34 - Update to 1.3.4
- Add LICENSE
2014-01-31 12:27:20 +00:00
Thierry Thomas
3daa195fda Update to v2.0.0 and patch for clang.
PR:		ports/183454
Submitted by:	Jason Bacon <jwbacon (at) tds.net> (maintainer)
2014-01-29 21:44:59 +00:00
Thierry Thomas
11f8f148d2 - Downgrade to the latest stable release;
- Release maintainership.

Since I'm there, support staging.

PR:		ports/182077
Submitted by:	Jason Bacon <jwbacon (at) tds.net> (maintainer)
2014-01-29 17:31:04 +00:00
Andrej Zverev
af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00
Andrej Zverev
d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00
Alex Kozlov
86f74d0ea5 - Update to 0.2.2
- Bump PORTREVISION in ports that depend on libsigrok

PR:	ports/185972
Submitted by:	Uffe Jakobsen <uffe@uffe.org> (maintainer)
2014-01-27 19:15:36 +00:00
Stephen Montgomery-Smith
463e3b309d - Implement staging. 2014-01-27 18:00:26 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Stephen Montgomery-Smith
4f4bae620e - Implement staging. 2014-01-27 15:15:04 +00:00
Kubilay Kocak
8fe00c1ba3 science/py-coards: Modernise and enable STAGE support
- Remove NO_STAGE= flag
- Use PYDISTUTILS=yes instead of easy_install
- Use AUTOPLIST

PR:		ports/185952
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-01-26 00:52:15 +00:00
Max Brazhnikov
e2c9589d20 Use PYDISTUTILS_AUTOPLIST 2014-01-23 08:42:15 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Pietro Cerutti
bfb33da14e - Convert to USES=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-01-14 10:30:24 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
David Chisnall
faaef9bc69 Update core GNUstep libraries and fisicalab to latest versions
Approved by:	bapt (mentor)
2014-01-12 22:54:58 +00:00
TAKATSU Tomonari
3e9509fce7 - Update to 1.6-2
- Replace tab with a single space after WWW: in pkg-descr
2014-01-12 12:19:47 +00:00
Gabor Pali
1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00
Gabor Pali
f27ca4d0f1 - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt

PR:		ports/184806
Reported by:	many
Obtained from:	FreeBSD Haskell
MFH:		2014Q1
2014-01-09 21:29:39 +00:00
Wen Heping
ecbccba49e - Update to 2.2.5
- Add LICENSE
2014-01-09 12:36:23 +00:00
Wen Heping
87d36b4e7f - Update to 0.2.14
- Add LICENSE
2014-01-09 12:11:14 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Jason Helfman
3c2985c7a6 The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports
various device types, such as logic analyzers, MSOs, oscilloscopes,
multimeters, LCR meters, sound level meters, thermometers,
hygrometers, anemometers, light meters, DAQs, dataloggers,
function generators, spectrum analyzers, power supplies,
GPIB interfaces, and more.

sigrok-cli is a command-line tool written in C, which uses both libsigrok
and libsigrokdecode to provide the basic sigrok functionality from the
command-line. Among other things, it's useful for scripting purposes.

WWW: http://sigrok.org/

PR:		ports/179855
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
2014-01-03 00:13:11 +00:00
Danilo Egea Gondolfo
a2a3fce6fa - Update from 2.33 to 2.34
- Use options helpers

PR:	ports/185321
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-03 00:08:56 +00:00
Diane Bruce
8ead35d9b0 - Enable staging 2013-12-30 22:50:38 +00:00
William Grzybowski
144ffdc527 science/py-netCDF4: support staging 2013-12-29 11:41:17 +00:00
William Grzybowski
d9ca04966d science/py-mdp: support staging 2013-12-29 11:39:54 +00:00
David Naylor
e288e58754 Convert Mk/bsd.cran.mk to the Uses framework.
PR:		ports/184699
Reviewed by:	bapt
Approved by:	portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
2013-12-28 10:28:40 +00:00
Tijl Coosemans
5a345c4749 - New LIB_DEPENDS syntax.
- USES=fortran.
- Replace WITH_ATLAS with ATLAS option.
- Staging.
2013-12-27 21:28:47 +00:00
Tijl Coosemans
754b20d9d4 - USES=fortran gmake.
- Set MAKE_ARGS instead of MAKE_FLAGS.
- Replace some += with =.
- Staging.
2013-12-27 20:26:21 +00:00
Tijl Coosemans
f49d65ec2b New LIB_DEPENDS syntax, USES=fortran, staging. 2013-12-27 16:55:28 +00:00
Tijl Coosemans
7f997ad80c - USES=fortran.
- Fix detection of dlopen(3) to support plugins from science/vmd.
2013-12-27 16:39:52 +00:00
Sunpoet Po-Chuan Hsieh
2d4bd9b3f4 - Update LICENSE 2013-12-26 21:48:54 +00:00
John Marino
2ffeafe8fe science/elmer(post,-matc): Use modern fortran, unbreak, undeprecate
These ports are due to be deleted in a couple of days because they use
gcc34.  I was curious if they actually specifically needed gcc34 or if
any recent gfortan would do.  The answer is these ports build fine with
USES+=fortran, which pulls in lang/gcc rather than the deprecated lang/gcc34.

The elmerpost port was broken on amd64; this is because it needs the -fPIC
flag.  I built it successfully in poudriere on FreeBSD 9.2, another platform
that supposed elmerpost can't build on.  I did not test i386, we'll see what
QAT says.

The listed maintainer has been unresponsive for months on many ports, so due
to the fact these two ports are scheduled for deletion on Dec 27, I am not
getting prior approval from maintainer.  The deprecation and expiration
settings are removed.
2013-12-26 02:47:52 +00:00
John Marino
3d7ff99281 science/chemtool-devel: Unbreak on FreeBSD 10+
The breakage was caused by processing makefiles with bmake instead of the
specified gmake.

PR:		ports/184693
Approved by:	maintainer timeout
2013-12-25 22:08:13 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Max Brazhnikov
d5047687bb - Update to 1.19.1
- Use autoplist
- Remove NO_STAGE

PR:		ports/184371
Approved by:	maintainer timeout (3 weeks)
2013-12-22 14:33:44 +00:00
Dmitry Marakasov
2b39a38e68 Now when it builds on 10.x, drop maintainership 2013-12-21 00:28:51 +00:00
Dmitry Marakasov
837e3284ec - Support staging
- Fix build on 10.x
2013-12-19 09:58:02 +00:00
Danilo Egea Gondolfo
745314a17b - Update from 1.1.0 to 1.1.1
- Add desktop-file-utils to USES
- Add stage support

PR:		ports/184846
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-18 23:33:20 +00:00