Commit graph

105 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Philippe Audeoud
dfb489cb29 - Update to 2.015 2016-02-09 14:21:31 +00:00
Mathieu Arnold
df2aa0dee6 Update to 2.014
Sponsored by:	Absolight
2015-10-27 13:43:54 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
448ac4b87b - Update to 2.008
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/PDL/Changes
2015-05-25 19:53:45 +00:00
Mathieu Arnold
14dce3b960 Try to have portscout ignore x.y.z versions.
Sponsored by:	Absolight
2015-04-28 13:43:36 +00:00
John Marino
f7fc243237 math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 07:37:15 +00:00
Sunpoet Po-Chuan Hsieh
574340950d - Remove SF from MASTER_SITES
- Add PORTSCOUT
- Tab twiddle
2015-03-07 06:07:51 +00:00
Sunpoet Po-Chuan Hsieh
1cb91645ed - Remove unnecessary DISTFILES 2015-01-03 07:12:18 +00:00
Sunpoet Po-Chuan Hsieh
21ca53fdf2 - Add LICENSE
- Sort *_DEPENDS
- Remove test: which is already in perl5.mk
2015-01-01 16:10:12 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +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
Mathieu Arnold
166d8a206b Update to 2.007.
Sponsored by:	Absolight
2014-09-04 10:52:01 +00:00
Mathieu Arnold
4a1f19112d - Stage
- Use options helpers
- take back in perl@

Also, don't add OPENGL to the default options when PACKAGE_BUILDING because
graphics/p5-OpenGL needs a *real* display to build, and that doesn't happen in
poudriere.

Sponsored by:	Absolight
2014-08-29 16:19:38 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Baptiste Daroussin
d235aae94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:30:45 +00:00
Baptiste Daroussin
3fee911366 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:36:40 +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
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Sunpoet Po-Chuan Hsieh
0af43662e8 - Use USES=gmake 2013-09-14 20:04:19 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Sunpoet Po-Chuan Hsieh
ba0e1d3efe - Update to 2.4.11
- While I'm here:
  - Use REINPLACE_CMD instead of patch files
  - Pet portlint: remove ABI version number from LIB_DEPENDS

PR:		ports/168550
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-06-03 17:30:12 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Sunpoet Po-Chuan Hsieh
52573d4e57 - Re-enable OPTIONS GL
- Bump PORTREVISION for dependency change

Feature safe:	yes
2011-12-05 03:26:52 +00:00
Sunpoet Po-Chuan Hsieh
2900537d5c - Update to 2.4.9
- Sort *_DEPENDS
- Comment OPTIONS GL: it should be uncommented after p5-OpenGL >= 0.60

Changes:	http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view
PR:		ports/161151 (part of)
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Feature safe:	yes
2011-12-02 03:24:27 +00:00
Martin Wilke
87224cffad - Chase plplot shlib bump
Approved by:	portmgr (myself)
Feature safe:	yes
2011-11-20 07:53:34 +00:00
Sunpoet Po-Chuan Hsieh
1794b84566 - Update BUILD_DEPENDS 2011-11-07 17:38:17 +00:00
Sunpoet Po-Chuan Hsieh
a7816619db - Remove trailing space 2011-10-13 08:51:48 +00:00
Sunpoet Po-Chuan Hsieh
ee13557e8f - Fix BUILD_DEPENDS
Reported by:	pointyhat
2011-10-12 06:01:20 +00:00
Sunpoet Po-Chuan Hsieh
089aba25fb - Add CPAN as primary WWW 2011-10-10 14:37:47 +00:00
Sunpoet Po-Chuan Hsieh
16bf589d9e - Update *_DEPENDS:
- Filter::Util::Call is already in core
  - Add missing Convert::UU
  - Add OpenGL>=0.60 as comment, we have only 0.54 in ports tree and the newer
    version cant be built in tinderbox without patch
- Fix test:
- Bump PORTREVISION for dependency change
2011-10-10 14:36:04 +00:00
Sunpoet Po-Chuan Hsieh
88f77a33ca - Change BUILD_DEPENDS from graphics/pgperl to graphics/p5-PGPLOT 2011-09-28 06:19:30 +00:00
TAKATSU Tomonari
cc949312f5 - Update to 2.4.7 [1]
- Make portlint happier

PR:		ports/155707 [1]
Submitted by:	Zhihao Yuan <lichray_AT_gmail_DOT_com> [1]
2011-05-06 23:23:24 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
7cc8e29f07 - Chase math/plplot shlib bump 2011-03-04 15:28:53 +00:00
Wen Heping
6905d4a0d8 - Bump PORTREVISION to chase the update of math/gsl 2010-03-29 01:12:27 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Philip M. Gollucci
65822b7d02 - Fix startup warning by running Doc/scantree.pl post-install
PR:             ports/131225
Submitted by:   douglas steinwand <dzs-pr@dzs.fx.org>
2010-01-14 03:31:20 +00:00
Thierry Thomas
fe116b423c Chase PLplot upgrade. 2009-12-29 13:43:21 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Gabor Kovesdan
30d5c310df - Update to 2.4.4 2009-02-01 18:52:44 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00