1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

2526 Commits

Author SHA1 Message Date
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Steve Wills
451a5a65ea - Change to rubygem dependencies
- Stage
- Use OPTIONS

PR:		ports/188013
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
2014-03-28 21:28:38 +00:00
Dmitry Marakasov
d09cd0085e - USE_BZIP2 -> USES=tar:bzip2
- Use new LIB_DEPENDS syntax

Approved by:	portmgr (blanket)
2014-03-28 12:52:00 +00:00
Dmitry Marakasov
890f686731 - Support staging 2014-03-28 12:25:16 +00:00
Max Brazhnikov
276a30f469 graphics/vips and the rest:
- bump PORTREVISION after math/matio update

math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz

Approved by:	Fernando Apesteguia (maintainer)

math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)

science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
2014-03-28 09:23:08 +00:00
John Marino
352329c3a7 science/netcdf3-ftn: Mark unsafe for parallel builds
Partial and edited error log:
gfortran47 -I../libsrc -I.  -Wl,-rpath=/usr/local/lib/gcc47 -c -o typeSizes.o typeSizes.f90
Fatal Error: Can't open module file 'typesizes.mod' for reading at (1): No such file or directory
gmake[2]: *** [netcdf.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
libtool: compile:  gfortran47 -I../libsrc -I. -Wl,-rpath=/usr/local/lib/gcc47 -c typeSizes.f90  -fPIC -o .libs/typeSizes.o
2014-03-28 09:19:50 +00:00
Thierry Thomas
51bd54d267 - Unbreak Code_Saturne;
- Adapt to the new infrastructure.

Note: these ports should be upgraded - this is on my todo list.
2014-03-26 23:29:28 +00:00
Jose Alonso Cardenas Marquez
2dfe4c2cb5 - Fix typo 2014-03-26 04:18:14 +00:00
Jose Alonso Cardenas Marquez
1ed1e158be - Bump PORTREVISION. Freepascal compiler was updated to 2.6.4 2014-03-26 04:04:45 +00:00
Steve Wills
c9730815c9 This is a Ruby interface to the NetCDF scientific IO library.
WWW: http://ruby.gfd-dennou.org/products/ruby-netcdf

PR:		ports/187932
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2014-03-26 01:15:21 +00:00
Wen Heping
40d68565aa - Fix build 2014-03-26 01:12:42 +00:00
Maho Nakata
374d0a5419 support LDFLAGS (fixes libghemical)
PR:		187801
Submitted by:	tijl@
2014-03-25 06:30:21 +00:00
Steve Wills
871e6c8a3c - Fix index after removal of ruby-gnome ports
Reported by:	many
Pointyhat to:	swills
2014-03-24 20:03:27 +00:00
Steve Wills
08f6a4bffe - Use new LIB_DEPENDS
PR:		ports/187416
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-24 02:45:01 +00:00
TAKATSU Tomonari
cc9d304899 - Update 1.6-3 2014-03-21 06:12:29 +00:00
Emanuel Haupt
81d2d67887 - Support staging
- Define EXAMPLES option
- Don't install to LOCALBASE
2014-03-20 09:34:19 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Martin Wilke
8ed2560287 - Update to 2.35
PR:		187296
Submitted by:	Ports Fury
2014-03-11 02:42:58 +00:00
Koop Mast
e00677970a Fix compile on 10+ 2014-03-10 22:29:20 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
8a7c77fbbd Convert s* to USES=zip 2014-03-10 17:01:36 +00:00
Sunpoet Po-Chuan Hsieh
837771195f - Cleanup Makefile 2014-03-09 16:58:57 +00:00
Sunpoet Po-Chuan Hsieh
a85c71fa79 - Update to 1.4.1
- Add MPICH2 option
- Convert to new options helper
- Support STAGEDIR

Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.4.1
		http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.4.0
2014-03-09 16:56:32 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Tijl Coosemans
997c49cf8c Add USES=gmake to fix installation on systems that use fmake by default.
Some makefiles in this port list "configure" as a dependency of some files.
Because "configure" gets modified by USES=libtool, this means make tries to
regenerate them.  The commands for these files detect that nothing has
changed however and they don't actually regenerate the files.  Both bmake
and gmake leave it at that, but fmake reruns all targets that depend on
these files anyway.  This fails because it requires tools that aren't
available.

Reported by:	antoine
2014-03-08 18:07:13 +00:00
Antoine Brodin
23a314d77f Do not depend both on py-setuptools and py-setuptoolsXX 2014-03-08 15:51:47 +00:00
Tijl Coosemans
dfe525bc47 Add USES=libtool to fix a linker problem when the FORTRAN option is enabled
on versions of FreeBSD where the base system binutils is too old to link
object files generated by lang/gcc (gfortran).

PR:		ports/187252
2014-03-07 17:36:05 +00:00
Koop Mast
1a87e82241 Update to 0.14.7.
Stagify.
Use new lib_depend syntax.
Add USES=libtool
2014-03-06 22:20:06 +00:00
Tijl Coosemans
7ca0b3fdac - Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
FreeBSD/ia64 (binutils too old).
- Staging.

PR:		ports/186946
Approved by:	sunpoet (maintainer)
2014-03-06 16:35:32 +00:00
Max Brazhnikov
f3f8c20d6a KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]

misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)

security/kwallet:
- moved to security/kwalletmanager (renamed upstream)

x11/kdelibs:
- remove workaround, which is not needed after global fix in
  Mk/bsd.kde4.mk (r315373)

PR:		ports/187259 [1]
Submitted by:	Tobias Berner <tcberner@gmail.com>
2014-03-04 19:15:39 +00:00
Antoine Brodin
59510eef73 Chase lang/python31 expiration 2014-03-01 13:35:36 +00:00
Rene Ladan
529cd25c5b Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
2014-02-27 22:39:42 +00:00
Martin Wilke
92ebaeb5b3 - Stage support 2014-02-26 06:11:16 +00:00
Martin Wilke
8b6dc941ed - Stage support 2014-02-25 09:07:23 +00:00
Thierry Thomas
52d72cd2b8 Adding OpenKIM, an application programming interface (API) for
coupling atomistic simulation codes and interatomic potential
subroutines.

PR:		ports/177692
Submitted by:	Jason Bacon <jwbacon (at) tds.net>
2014-02-21 15:39:56 +00:00
Emanuel Haupt
deaa42d837 Remove trailing whitespaces from category science 2014-02-21 13:39:18 +00:00
Jason E. Hale
107cce2791 - Update to 0.4.6
- Support staging

While here:
- Convert USE_GMAKE -> USES=gmake
- Be more specific with BSD license
- Strip binaries

PR:		ports/183376
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2014-02-21 10:29:52 +00:00
Martin Wilke
33ebebdc24 - Stage support 2014-02-21 05:29:59 +00:00
Martin Wilke
e9a7e7ace1 - Stage support
- Convert USE_GMAKE to USES
2014-02-21 01:58:34 +00:00
Thierry Thomas
20a7960c26 Restore r323814 to remove MAKE_JOBS_UNSAFE.
Reported by:	danfe
Approved by:	maintainer time-out
2014-02-20 22:40:14 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Dmitry Sivachenko
9dfec7f3ab Update to version 0.13.3.
maintainer timeout.
2014-02-18 10:38:22 +00:00
Dmitry Sivachenko
2e1836485c Stagify. 2014-02-18 08:56:43 +00:00
Dmitry Sivachenko
7eed5932e0 Allow to choose between cblas and atlas ports.
Submitted by:	glebius
2014-02-18 08:30:53 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00