Commit graph

110 commits

Author SHA1 Message Date
Antoine Brodin
d727ceffde - Update devel/doxygen to 1.8.13
- Adjust ports depending on it

PR:		217801
2017-03-19 17:19:55 +00:00
Joerg Wunsch
5d133eee25 Upgrade to version 2.0.0, which is mandatory after upgrading avr-gcc to 5.x. 2017-03-11 20:21:57 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Baptiste Daroussin
a73b2b15ea Drop latest @dirrm from devel category 2015-09-25 06:18:40 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
6e4d3362f1 Cleanup plist 2014-12-09 10:40:44 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Adam Weinberger
b2a9071194 The doxygen build was failing on 8 and 9 for non-obvious reasons.
As a stopgap (and as a favour to anyone building from ports ;-), change
the DOCS option to DOXYGEN, and default it to off.

THere are still some stage-qa issues but it should build and package on
all platforms now.

Approved by:	joerg (maintainer)
2014-09-01 19:26:03 +00:00
Joerg Wunsch
3a081cdc55 Upgrade to version 1.8.1. 2014-08-13 08:59:42 +00:00
Antoine Brodin
a3f1ec2398 Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
2014-08-09 19:39:09 +00:00
Baptiste Daroussin
c93492e84e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:06:07 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Martin Wilke
d0404ab4ed - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-29 15:09:42 +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
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Jason Helfman
0129a04b17 - adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk

Approved by:	portmgr (miwi)
2013-05-29 04:46:28 +00:00
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Joerg Wunsch
449f390acc Upgrade to avr-libc 1.8.0
PR:		ports/163562
2011-12-30 08:53:57 +00:00
Joerg Wunsch
d9cc9cd4c4 Now that crees upgraded the port to 1.7.1, there's no longer a need to
declare it BROKEN even when trying to build the docs.
2011-12-17 22:13:00 +00:00
Chris Rees
0ed624de54 - Update to 1.7.1
- Add LICENSE data

PR:		ports/161412
Submitted by:	4720
Approved by:	joerg via email
2011-12-14 21:33:51 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Joerg Wunsch
0b07b6dddf As a workaround for the brokeness caused by the recent doxygen
upgrade, change the AVRLIBCDOCS option default to "off", and mark the
port as being BROKEN only if docs are requested, so it will be non
broken by default.

This can go away again with an upcoming new upstream release that
implements a proper workaround, but it's a useful workaround until
then.

PR:		ports/153181
Submitted by:	Craig Leres
2010-12-15 21:56:33 +00:00
Pav Lucistnik
0e90b52a89 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-11-03 21:25:23 +00:00
Joerg Wunsch
25e4a61a18 Upgrade to version 1.7.0 (finally). 2010-09-07 05:53:38 +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
Joerg Wunsch
6a5e2d6809 pkg-plist update only. This is necessary as the recent upgrades of
devel/avr-binutils and devel/avr-gcc added support for more AVR devices
which avr-libc automatically picks up during a "make configure".
2010-03-08 20:14:21 +00:00
Joerg Wunsch
9b9c1fdb35 When compiling with NOPORTDOCS, don't attempt to query the option
about building the docs from the user (and then eventually ignore it
anyway).
2010-02-11 22:37:30 +00:00
Joerg Wunsch
15715d5225 Fix build issue with disabled docs.
Submitted by:	Warren Block
2010-02-11 21:32:50 +00:00
Joerg Wunsch
1c3770453c Upgrade to 1.6.8. This also fixes the doxygen-related build error
that caused the port being marked BROKEN (and thus fixes the PR
mentioned).

Incorporate a patch submitted by Warren Block to make the option
more obvious that avr-libc can be built without building all the
documentation (which, in turn, has a huge list of prerequisites).

PR:		ports/143636
Submitted by:	Warren Block (for the "no docs" option)
2010-02-11 12:02:32 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
d5a12f74ac - Mark BROKEN: does not build
Reported by:	pointyhat
2010-01-10 11:25:21 +00:00
Joerg Wunsch
1c09346ace Yet another forgotten line. 2009-08-12 19:37:45 +00:00
Joerg Wunsch
95ef3f870b Fix a typo. 2009-08-12 19:32:09 +00:00
Joerg Wunsch
973609a61a As the compiler now supports some more Xmega MCU types, catch up with
the pkg-plist since the avr-libc port will automatically pick them up.
2009-08-12 19:30:59 +00:00
Joerg Wunsch
e8ea3e9d9e Upgrade to version 1.6.7.
This is also supposed to fix the QAT complaint about misinstalled files
for custom PREFIX settings.
2009-07-12 21:56:12 +00:00
Joerg Wunsch
f9d2fed583 Upgrade to version 1.6.6 (finally). 2009-06-11 22:19:12 +00:00
Ion-Mihai Tetcu
eb95038c7e Fix plist with -DNOPORTDOCS
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-23 20:00:14 +00:00
Joerg Wunsch
659a941a4e Upgrade to version 1.6.1. 2007-12-21 22:24:59 +00:00
Joerg Wunsch
4a7de2a1a9 Upgrade to version 1.4.7. This also unbreaks the port.
PR:		ports/116408
2007-10-30 11:32:26 +00:00
Joerg Wunsch
a568cf9165 Register avr-libc-devel as a conflicting port. 2007-10-29 19:54:37 +00:00
Kris Kennaway
184de5f7db BROKEN: Does not build 2007-07-28 22:26:34 +00:00
Joerg Wunsch
76a555f509 Upgrade to version 1.4.6. 2007-06-23 21:32:31 +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
Joerg Wunsch
5eddfa3e56 Remove the avr/lib/avr6 directory upon deinstallation.
Approved by:	portmgr (clement)
2006-10-15 09:18:16 +00:00
Joerg Wunsch
3457ff54d4 Upgrade to version 1.4.5. 2006-10-09 20:30:41 +00:00
Edwin Groothuis
cd1bd9c885 Trail devel/avr-gcc rename to devel/avr-gcc-3 2006-10-06 03:19:09 +00:00