Commit graph

51 commits

Author SHA1 Message Date
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
d2699e867e Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by:	portmgr (mat)
2014-03-03 23:30:56 +00:00
Danilo Egea Gondolfo
1917a7f985 - Update from 3.1.0 to 3.2.0 [1]
- Add license [1]
- Use options helpers

PR:		ports/184088
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
2013-11-20 16:15:07 +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
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Danilo Egea Gondolfo
5ec712fb13 - Update from 2.19.4 to 3.1.0 [1]
- Drop .asc file
- Add stage support
- Use shebangfix instead of REINPLACE_CMD

PR:		ports/183078
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
2013-10-19 06:06:54 +00:00
Baptiste Daroussin
f0d1c93f67 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm) 2013-09-20 23:49:39 +00:00
Antoine Brodin
5a30f26406 Add missing directories to pkg-plist 2013-06-29 21:25:53 +00:00
Ruslan Makhmatkhanov
8f7f8b6683 - update to 2.19.4
- update master_site

while here:
- remove no more existing --disable-libxpkmaster from CONFIGURE_ARGS
- convert to optionsNG
- use ${LOCALBASE} in reinplace

PR:		170608
Submitted by:	Simon Dick <simond at irrelevant dot org> (maintainer)
2012-08-15 06:43:29 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Doug Barton
37e76959ac Upgrade to 2.16.5
Download the PGP signature and add a verify target

Approved by:	Simon Dick <simond@irrelevant.org> (maintainer)
2008-08-01 19:30:19 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Wesley Shields
c3c5cc914b Update to 2.16.3.
Add xft support (default off)

PR:		ports/124072
Submitted by:	Dmitry Klimov <lazyklimm@gmail.com>
Approved by:	garga (mentor, implicit), maintainer
2008-05-31 12:31:02 +00:00
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Martin Wilke
efb753bb30 - Update to 2.16.1
PR:		118440
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2007-12-14 17:05:17 +00:00
Edwin Groothuis
c74701832f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:27:14 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
21fc13b2c9 - Update to 2.14.4
PR:             110712
Submitted by:   Simon Dick<simond@irrelevant.org> (maintainer)
2007-03-23 14:35:12 +00:00
Martin Wilke
7d74276f5c - Update to 2.14.2
PR:		ports/108654
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
2007-02-03 09:49:30 +00:00
Martin Wilke
7fe39acfc1 - Update to 2.14.1
PR:		ports/107772
Submitted by:	miwi
Approved by:	maintainer
2007-01-12 21:57:38 +00:00
Martin Wilke
6c7da2c8a9 - Update to 2.14.0
PR:		ports/103193
Submitted by:	Simon Dick <simond(at)irrelevant.org> (maintainer))
2006-09-12 17:21:35 +00:00
Martin Wilke
f32eab0a3a - Update to 2.13.1
PR:		ports/100672
Submitted by:	Simon Dick <simond(at)irrelevant.org>
Approved by:	krion (mentor), maintainer
2006-07-22 08:22:19 +00:00
Martin Wilke
b46c2705b8 Update to 2.13.0
PR:		ports/99355
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:	markus (co mentor)
2006-06-23 23:02:20 +00:00
Ion-Mihai Tetcu
b4b1c2c0e9 - Fix plist [2]
- portlint [1]

PR:		ports/97304 [1]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
		itetcu [2]
Approved by:	"Simon Dick" <simond@irrelevant.org> (maintainer),
		lawrance (mentor)
2006-05-17 12:49:05 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Tilman Keskinoz
b409957357 Update to 2.12.0
PR:		96719
Submitted by:	Simon Dick
2006-05-08 18:56:35 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Tilman Keskinoz
22e1be531e Update to 2.11
PR:		89532
Submitted by:	Simon Dick <simond@irrelevant.org>
2005-11-25 15:17:09 +00:00
Tilman Keskinoz
2136c0b0a3 Mark broken on 4.x
Reported by:	kris/pointyhat
Approved by:	Maintainer timeout
2005-11-04 10:58:54 +00:00
Tilman Keskinoz
fc995afb14 Update to 2.9.0
PR:		86936
Submitted by:	Simon Dick <simond@irrelevant.org>
2005-10-05 16:47:32 +00:00
Mark Linimon
ba8ed03f88 Update to 2.8.5 and fix compilation with gcc 3.4.
PR:		ports/69908
Submitted by:	Ulrich Spoerlein <q at uni dot de>
Approved by:	maintainer
2004-08-22 05:43:22 +00:00
Kirill Ponomarev
a9def06e54 - Update to version 2.8.4
- SIZE'ify

PR:		ports/64411
Submitted by:	maintainer
2004-03-18 10:40:21 +00:00
Clement Laforet
264dcfdd6c - Update MASTER_SITES (remove dead mirror)
- use bzip'ed distfile
  no change between old and new distfiles.

PR:             60498
Submitted by:   Simon Dick <simond@irrelevant.org> (maintainer)
Approved by:    erwin (mentor)
2003-12-22 11:35:53 +00:00
Kirill Ponomarev
105e84304b - Update to version 2.8.3
PR:		60398
Submitted by:	maintainer
2003-12-19 14:50:44 +00:00
Kirill Ponomarev
a718b5157b - Update to version 2.8.2
PR:		59748
Submitted by:	maintainer
2003-12-04 09:57:10 +00:00
Kirill Ponomarev
87446dc344 - Update to 2.8.1
PR:		55839
Submitted by:	maintainer
2003-08-21 17:54:58 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Oliver Braun
71eb863fda * Upgrade to 2.7.0.
* PERL -> REINPLACE

PR:		44517
Submitted by:	maintainer
2002-10-27 11:50:59 +00:00
Oliver Braun
a5d29bdf75 Upgrade to 2.6.1.
PR:		ports/42032
Submitted by:	maintainer
Approved by:	dwcjr (mentor)
2002-08-26 20:28:17 +00:00
Kevin Lo
3c3bcf0706 Update to 2.6.0
PR: 41825
Submitted by: MAINTAINER
2002-08-21 01:35:45 +00:00
Ying-Chieh Liao
179bbaf140 upgrade to 2.5.0
PR:		38601
Submitted by:	maintainer
2002-05-27 09:08:12 +00:00
Anders Nordby
2a2b03b4c7 Update to version 2.4.0.
PR:		36839
Submitted by:	maintainer
2002-04-07 14:10:01 +00:00
Kevin Lo
2a31158069 Update to version 2.3.1
PR: 33754
Submitted by: MAINTAINER
2002-01-10 14:04:49 +00:00
Pete Fritchman
50e3ea9bb7 - update to 2.3.0
- we don't own share/pixmaps, use @unexec rmdir instead of @dirrm

PR:		31795
Submitted by:	maintainer
2001-11-06 15:09:54 +00:00
Kevin Lo
955ae4dc6e Update to version 2.2.2
PR: 28832
Submitted by: MAINTAINER
2001-07-09 14:24:47 +00:00
Kevin Lo
f07bd6a3fe Update to version 2.2.1
PR: 28638
Submitted by: MAINTAINER
2001-07-03 12:15:18 +00:00
Will Andrews
f2613a4d86 Bad will. Do "make package" next time. Bad!
Found by:	bento
2001-04-17 05:03:06 +00:00
Jimmy Olgeni
fffa2569fb Update port to version 2.2.0
PR:		26291
Submitted by:	simond@irrelevant.org
2001-04-02 13:37:05 +00:00