1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

2737 Commits

Author SHA1 Message Date
Philippe Audeoud
0b3f2443eb - Update to 0.029 2013-11-19 09:32:19 +00:00
Alexey Dokuchaev
c9131a0d93 Update to version 0.12.4. 2013-11-19 01:49:40 +00:00
Rusmir Dusko
0ee32b518d - Update to 1.5
- Add dependency for textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USE_GNOME cairo instead of graphics/cairo
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-18 23:04:19 +00:00
Baptiste Daroussin
e48bd32e3d Convert to dos2unix 2013-11-18 13:04:09 +00:00
Raphael Kubo da Costa
6018dc2a70 Fix the build on FreeBSD 10 and 11.
Explicitly link the final executable against libQtCore.so, as the linker
does not add implicit dependencies anymore. The dependency was already
registered in the Makefile, so no PORTREVISION bump is required.
2013-11-17 21:38:26 +00:00
Sunpoet Po-Chuan Hsieh
eca9e1a584 - Support STAGEDIR 2013-11-15 09:40:36 +00:00
Brendan Fabeny
1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00
Sunpoet Po-Chuan Hsieh
0b0ac8fab6 - Update to 1.80.00
- Add LICENSE
- Support STAGEDIR
- While I'm here:
  - Move DOCS installation from post-install: to do-install:
  - Install DOCS to STAGEDIR unconditionally

PR:		ports/183828
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-11-10 19:47:59 +00:00
Raphael Kubo da Costa
87e4d0657e - Support staging, which allows us to simplify the Makefile a bit.
- Fix a regression introduced in r297435 (ports/167611) that hardcoded
  wcslib.pc's installation path and rendered the sed call in the post-patch
  target useless. This broke automated builds in things like Poudriere.

PR:		ports/183718
Submitted by:	rakuco@
Approved by:	Tony Maher <tonymaher@optusnet.com.au> (maintainer)
2013-11-10 17:27:16 +00:00
Sunpoet Po-Chuan Hsieh
935284401a - Update to 0.28
- Add LICENSE

Changes:	http://search.cpan.org/dist/Astro-SIMBAD-Client/Changes
2013-11-09 18:48:57 +00:00
Sunpoet Po-Chuan Hsieh
7618ecb102 - Update to 0.082
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2013-11-09 18:48:53 +00:00
William Grzybowski
239e1ee2b3 astro/py-pyfits: update to 3.1.2
- Update to 3.1.2 [1]
- Adjust run depends
- Use python auto plist

PR:		ports/180464 [1]
Submitted by:	nwhitehorn
Approved by:	maintainer
2013-11-06 14:42:02 +00:00
Wen Heping
bda70375e3 - Support stage
- Pass maintainership to perl@
2013-11-05 14:23:29 +00:00
Mark Felder
52aa0bd54d USE_GCC is not necessary
PR:		ports/183551
Submitted by:	tijl
Approved by:	swills (mentor, implicit) & maintainer
2013-11-04 16:47:41 +00:00
Mark Felder
ecb3b6673d Reverting STAGE support. Just realized the way the .db and .cfg files
are being installed needs to be reworked for STAGE or we will always
overwrite them, breaking POLA

Approved by:	swills (mentor, implicit), my guilty conscience
2013-11-02 23:37:13 +00:00
Mark Felder
361034c3a0 Support STAGE while here...
PR:		ports/183551
Approved by:	swills (mentor, implicit)
2013-11-02 23:18:25 +00:00
Mark Felder
04748d659f Fix build on FreeBSD 10+
PR:		ports/183551
Approved by:	swills (mentor, implicit)
2013-11-02 23:06:17 +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
Vanilla I. Shu
ed0fdb020a support STAGEDIR. 2013-10-25 14:04:57 +00:00
Emanuel Haupt
cac976f177 Fix pacakge list.
Notified by:	az
2013-10-25 11:20:05 +00:00
Vanilla I. Shu
5119e172dd Support STAGEDIR. 2013-10-25 06:28:14 +00:00
Sunpoet Po-Chuan Hsieh
1ec00c4c2e - Update to 0.081
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2013-10-23 17:21:56 +00:00
Emanuel Haupt
84040e0860 Support staging. 2013-10-23 10:26:46 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Rene Ladan
c8223c167a Remove:
astro/boinc-setiathome-enhanced: Project is switching, use astro/boinc-setiathome-v7 instead
2013-10-21 20:25:23 +00:00
Alexey Dokuchaev
fc09e01ef1 Fix the build on recent -CURRENT and stagify while I'm here.
PR:	ports/182027
2013-10-20 14:53:20 +00:00
Dmitry Marakasov
a8b2f8b2d7 - Support staging 2013-10-17 01:19:58 +00:00
Dmitry Marakasov
fecfc3b42f - Support staging
- Use new LIB_DEPENDS syntax
2013-10-17 01:15:50 +00:00
Carlo Strub
408d3eb35d - Update to 2.13.2
- Support staging
2013-10-16 05:48:29 +00:00
Dmitry Marakasov
efbcce3296 - Update to 1.7.4
- Support staging
- Fix build with clang

PR:		182191
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by:	maintainer timeout
2013-10-16 02:36:08 +00:00
Dmitry Marakasov
01a500c35d - Support staging
- Use new LIB_DEPENDS syntax
2013-10-16 01:10:29 +00:00
Carlo Strub
1cb9ec8cdd Support staging 2013-10-15 19:00:50 +00:00
Mathieu Arnold
4e3451aabf Support staging.
PR:		ports/182910
Submitted by:	mat (me)
Approved by:	maintainer
2013-10-15 14:23:29 +00:00
Mathieu Arnold
42a493f522 Seems the ICBMs would have missed me by a bit. 2013-10-11 18:49:15 +00:00
Mark Felder
eea87bf4ec - Adding myself to freebsd.committers.markers
Approved by:	swills (mentor)
2013-10-11 18:32:54 +00:00
Baptiste Daroussin
dcb9666c86 remove USE_GCC=4.2+ all support freebsd version has it or better. 2013-10-08 20:50:39 +00:00
Baptiste Daroussin
bb02d570a4 Developement ceased 8 years ago, depends on some gnome1 libraries 2013-10-07 10:46:24 +00:00
Pietro Cerutti
2b78db854d - Update to 6.4.4.2 [1]
- While at it, make it STAGE-clean

PR:		182775
Submitted by:	maintainer
2013-10-07 07:31:55 +00:00
Sunpoet Po-Chuan Hsieh
47900d2ee4 - Update to 0.080
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2013-10-06 18:46:50 +00:00
Baptiste Daroussin
877f103d9e Dot not arbritrary change PKGNAME 2013-10-04 07:18:59 +00:00
Sunpoet Po-Chuan Hsieh
9ec77cfb87 - Update to 0.079
Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2013-10-03 16:20:03 +00:00
Sunpoet Po-Chuan Hsieh
c5eea9cdd2 - Update to 0.078
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Astro-SpaceTrack/Changes
2013-10-02 17:44:06 +00:00
Sunpoet Po-Chuan Hsieh
7895fe2dc0 - Support STAGEDIR 2013-09-30 15:10:28 +00:00
Sunpoet Po-Chuan Hsieh
3703080d82 - Support STAGEDIR 2013-09-30 14:10:43 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Sunpoet Po-Chuan Hsieh
12f61e9e5b - Support STAGEDIR 2013-09-28 17:13:28 +00:00
Sunpoet Po-Chuan Hsieh
b883cfe9a9 - Support STAGEDIR 2013-09-28 17:13:24 +00:00
Sunpoet Po-Chuan Hsieh
cef72a4f36 - Support STAGEDIR 2013-09-28 17:13:20 +00:00
Sunpoet Po-Chuan Hsieh
6cfe675d1c - Support STAGEDIR 2013-09-28 17:13:16 +00:00
Sunpoet Po-Chuan Hsieh
113de86a1c - Support STAGEDIR 2013-09-28 17:13:11 +00:00