1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2563 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
695bd611e5 - Update LICENSE
Approved by:	portmgr (blanket)
2014-04-26 18:15:14 +00:00
Sunpoet Po-Chuan Hsieh
75261646a8 - Update to 3.3
- Pass maintainership to submitter
- While I'm here:
  - Update LICENSE
  - Convert to new options helper

Changes:	https://github.com/mdp-toolkit/mdp-toolkit/blob/master/CHANGES
PR:		ports/188409
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:13:27 +00:00
Sunpoet Po-Chuan Hsieh
3c2b8daa76 - Update to 2.2.11
- Use PORTDATA

Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2014-04-26 18:11:29 +00:00
Thierry Thomas
c79d7c5e3d Upgrade to v. 3.7.1. 2014-04-24 21:31:15 +00:00
Thierry Thomas
4b68a8d34a - Support staging;
- Set LICENSE.
2014-04-24 19:48:33 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Antoine Brodin
30beb2b240 Mark broken: Fails to post-build
Unsupported file type (library support not compiled in)
*** [post-build] Error code 1

Reported by:	pkg-fallout
2014-04-20 19:15:17 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Thierry Thomas
54a50a2b69 - Upgrade cgnslib to 3.2.1
Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/>

- Bump PORTREVISION of consumers ports.
2014-04-17 20:31:45 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Antoine Brodin
e98b1db08a Undeprecate by depending on any version of python 3 rather than deprecated
python 3.1

PR:		ports/187394
Approved by:	maintainer timeout (1 month)
2014-04-14 18:14:54 +00:00
Danilo Egea Gondolfo
a9409d9d97 - Fix build [1]
- Mute REINPLACE_CMD

Reported by:	swills [1]
2014-04-13 15:34:24 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
Danilo Egea Gondolfo
d8b73185d6 - Update openmpi from 1.6.5 to 1.8 (new stable version)
- Convert USE_BZIP2 to USES
2014-04-13 00:17:45 +00:00
Danilo Egea Gondolfo
e1815bb928 - Support staging
- Convert LIB_DEPENDS to new syntax

Approved by:	portmgr (blanket)
2014-04-13 00:09:13 +00:00
Danilo Egea Gondolfo
1aedcc9d8a - Support staging
- Convert LIB_DEPENDS to new syntax

Approved by:	portmgr (blanket)
2014-04-12 23:58:02 +00:00
Danilo Egea Gondolfo
da0b4a9f33 - Support staging
- Use options helpers
-

Approved by:	portmgr (blanket)
2014-04-12 23:44:17 +00:00
Antoine Brodin
6159fb0751 Mark broken: Fails to build
c++  -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1   -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib  -c ip_read.cc -o ip_read.o
ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
  yyparse();
  ^
2 errors generated.

Reported by:	pkg-fallout since february 2014
With hat:	portmgr
2014-04-12 22:00:08 +00:00
Sunpoet Po-Chuan Hsieh
5286d15454 - Update to 2.2.6
Changes:	https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
2014-04-12 21:22:54 +00:00
Koop Mast
2c6932c853 Stagify, switch to USES=tar:bzip2 and gmake.
Convert BUILD_/RUN_DEPENDS on shared-mime-info into USES=shared-mime-info
2014-04-09 13:17:04 +00:00
Baptiste Daroussin
67a015afbc Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
2014-04-09 10:29:48 +00:00
Baptiste Daroussin
b06e196ee3 Fix build on freebsd 10 and 11 by using gcc but linking to libc++
Add patches to fix build with libc++
Whiel here switch to unicode version of wx
While now in theory this should build with clang 3.3 on my test machine the compilation of some c++ files seems to enter a endless loop
2014-04-08 15:19:11 +00:00
Baptiste Daroussin
39ee4157c1 Support stage 2014-04-07 15:36:57 +00:00
Baptiste Daroussin
34064a60bb Allow packaging as a user 2014-04-07 15:33:08 +00:00
Baptiste Daroussin
07c2b5e2c0 Allow packaging as user 2014-04-07 15:31:03 +00:00
Baptiste Daroussin
9edd70ed68 Support stage 2014-04-07 15:30:00 +00:00
Sunpoet Po-Chuan Hsieh
b073a17b3e - Update to 2.2.5
- Add DOCS option

Changes:
2.2.5:
- Added missing "Makefile.in" to source-distribution.

2.2.4:
- Corrected version information in documentation. The Git plugin for Eclipse
  doesn't yet support Git hooks, so the pre-commit hook wasn't working.

2.2.3:
- Added vetting of the autoconf-based build to the continuous-delivery pipeline.

2.2.2:
- Documentation: Changed URL of Unidata yum(1) repository from
  <http://www.unidata.ucar.edu/yum-repo/CentOS/6/$basearch> to
  <http://www.unidata.ucar.edu/repos/yum/CentOS/6/$basearch>.

2.2.1:
- UDUNITS-1 Interface: Squashed bug in UDUNITS-1 interface that would not
  indicate an error if an ENOMEM error occurred.
- Documentation: Corrected name of installation-prefix variable in cmake build
  example for Windows (UDUNITS_INSTALL_PREFIX -> CMAKE_INSTALL_PREFIX).

2.2.0:
- New Features:
  - Program udunits2(1):
    - Added "-H have" and "-W want" options.
    - Added support for numeric unit amount so that "0 degC" equals "32 degF".
  - Library udunits2(3):
    - Added ut_get_path_xml() to retrieve pathname of XML unit database.
  - Units Database:
    - Added units "molecule" (for conversion with "mole") and "bit".
  - Misc:
    - Removed bundled EXPAT package.
    - Ported code to 32-bit Windows-7 under MinGW.
    - Added explicit chapters on the unit utility and unit library to the
      top-level package documentation.
- Bug Fixes:
  - Library udunits2(3):
    - Corrected logic of checking for location of <noplural> element.
  - Units Database:
    - Corrected ISO Latin-1 encodings that somehow got corrupted.
  - Release Engineering:
    - Added support for building by CMake and for creating binary distributions
      by CPack.
    - Added scripts and configuration-files to support continuous-delivery.
    - Added acceptance-test scripts for 32-bit Ubuntu 12 (Precise Pangolin) and
      32-bit Windows-7. Currently, only the Ubuntu script is used in the
      continuous-delivery pipeline.
  - Misc:
    - Changed file LICENSE to COPYRIGHT and corrected copyright year in many
      files.
    - Refactored the documentation to make it more version aware.
2014-04-06 05:46:50 +00:00
Sunpoet Po-Chuan Hsieh
3975552706 - Add LICENSE
- Remove HDF5 1.6.x and NetCDF 3.x support
- Convert to new options helper
- Strip shared library
- Use MAKE_CMD
- Support STAGEDIR
- Bump PORTREVISION for dependency and package change
2014-04-06 05:46:46 +00:00
Sunpoet Po-Chuan Hsieh
107bea5d87 - Simplify Makefile 2014-04-05 13:54:52 +00:00
Sunpoet Po-Chuan Hsieh
d76d1a57a2 - Take maintainership
Approved by:	Quincey Koziol <koziol@hdfgroup.org> (maintainer)
2014-04-03 18:46:51 +00:00
Max Brazhnikov
a3c6a878cf science/pyteomics:
- update to 2.4.0
2014-04-03 10:10:18 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Thierry Thomas
3949bac7dc Upgrading to v. 4.1.
Note: it's still broken on ia64, but this unbreaks on other platforms.

PR:		ports/179370
Submitted by:	Anton Shterenlikht <mexas (at) bris.ac.uk>
Approved by:	maintainer time-out
2014-03-31 21:37:11 +00:00
Dmitry Marakasov
d2b1e12d38 - Support staging
Approved by:	portmgr (blanket)
2014-03-31 19:05:36 +00:00
Max Brazhnikov
9bf7371d9a science/pyteomics:
- update to 2.3.0
2014-03-31 10:55:37 +00:00
Rene Ladan
124cca1daf - Undeprecate by updating MASTER_SITES
- Update to 2.10
- Stage support
- Use new LIB_DEPENDS
- Regenarate pkg-plist with 'make makeplist'
2014-03-30 21:37:40 +00:00
Sunpoet Po-Chuan Hsieh
fb6efb0f4b - Use USES=tar:bzip2 2014-03-29 19:52:23 +00:00
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