Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0,1 16 Jun 2024 15:54:55 |
Joerg Wunsch (joerg) |
devel/avr-libc: Upgrade to 2.2.0
This is the first release from Github rather than Savannah.
It adds a lot of features, many new devices as well as support
for 64-bit double multilib. |
2.1.0,1 28 May 2024 15:06:57 |
Muhammad Moinur Rahman (bofh) |
devel/avr-libc: Mark BROKEN for DOXYGEN option
- Build fails without showing any specific error while generating the
documentation
- Utilize OPTIONSNG while I am here
- Make the OPTIONS logic easier
- Pet portclippy while I am here
Approved by: portmgr (blanket)
Sponsored by: Nepustil |
2.1.0,1 16 Feb 2024 22:05:38 |
Joerg Wunsch (joerg) |
devel/avr-libc: upgrade to 2.1.0
This upgrades avr-libc to version 2.1.0. Kindly reminded by
W.Scholten (via email). |
2.0.0_5,1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.0.0_4,1 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0_4,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0_4,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0_4,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0_4,1 12 Dec 2020 10:42:38 |
antoine |
Fix plist |
2.0.0_3,1 18 Oct 2020 21:11:24 |
joerg |
Replace print/transfig by print/fig2dev
Requested by: pi |
2.0.0_2,1 15 Nov 2019 10:09:03 |
bapt |
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance
and helps cleaning out the code.
This is inspired by the same work on going on the xtoolchained gcc by jhb@
PR: 241756
Exp-run: antoine (portmgr)
Discussed with: jhb
Differential Revision: https://reviews.freebsd.org/D22258 |
2.0.0_2,1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.0.0_1,1 19 Mar 2017 17:19:55 |
antoine |
- Update devel/doxygen to 1.8.13
- Adjust ports depending on it
PR: 217801 |
2.0.0,1 11 Mar 2017 20:21:57 |
joerg |
Upgrade to version 2.0.0, which is mandatory after upgrading avr-gcc to 5.x. |
1.8.1_1,1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.8.1_1,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.1_1,1 25 Sep 2015 06:18:41 |
bapt |
Drop latest @dirrm from devel category |
1.8.1_1,1 14 May 2015 10:15:09 |
mat |
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 |
1.8.1_1,1 09 Dec 2014 10:40:44 |
bapt |
Cleanup plist |
1.8.1_1,1 29 Nov 2014 18:22:33 |
tijl |
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) |
1.8.1_1,1 01 Sep 2014 19:26:04 |
adamw |
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) |
1.8.1,1 13 Aug 2014 08:59:43 |
joerg |
Upgrade to version 1.8.1. |
1.8.0_2,1 09 Aug 2014 19:39:09 |
antoine |
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 |
1.8.0_1,1 04 Jul 2014 12:06:07 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.8.0_1,1 25 Jun 2014 05:35:32 |
bapt |
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 |
1.8.0_1,1 29 May 2014 15:09:43 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
1.8.0_1,1 26 Oct 2013 00:52:36 |
gerald |
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 (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.8.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.8.0,1 29 May 2013 04:46:28 |
jgh |
- 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) |
1.8.0,1 11 May 2013 17:58:56 |
hrs |
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. |
1.8.0,1 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
1.8.0,1 24 Apr 2013 13:36:19 |
ak |
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt) |
1.8.0,1 30 Dec 2011 08:53:57 |
joerg |
Upgrade to avr-libc 1.8.0
PR: ports/163562 |
1.7.1,1 17 Dec 2011 22:13:00 |
joerg |
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. |
1.7.1,1 14 Dec 2011 21:33:51 |
crees |
- Update to 1.7.1
- Add LICENSE data
PR: ports/161412
Submitted by: 4720
Approved by: joerg via email |
1.7.0_1,1 25 Dec 2010 16:55:41 |
sunpoet |
- 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) |
1.7.0_1,1 15 Dec 2010 21:56:33 |
joerg |
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 |
1.7.0,1 03 Nov 2010 21:25:23 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
1.7.0,1 07 Sep 2010 05:53:38 |
joerg |
Upgrade to version 1.7.0 (finally). |
1.6.8_2,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.6.8_1,1 08 Mar 2010 20:14:21 |
joerg |
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". |
1.6.8,1 11 Feb 2010 22:37:30 |
joerg |
When compiling with NOPORTDOCS, don't attempt to query the option
about building the docs from the user (and then eventually ignore it
anyway). |
1.6.8,1 11 Feb 2010 21:32:50 |
joerg |
Fix build issue with disabled docs.
Submitted by: Warren Block |
1.6.8,1 11 Feb 2010 12:02:32 |
joerg |
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) |
1.6.7_2,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.7_1,1 10 Jan 2010 11:25:21 |
pav |
- Mark BROKEN: does not build
Reported by: pointyhat |
1.6.7_1,1 12 Aug 2009 19:37:45 |
joerg |
Yet another forgotten line. |
1.6.7_1,1 12 Aug 2009 19:32:09 |
joerg |
Fix a typo. |
1.6.7_1,1 12 Aug 2009 19:30:59 |
joerg |
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. |
1.6.7,1 12 Jul 2009 21:56:13 |
joerg |
Upgrade to version 1.6.7.
This is also supposed to fix the QAT complaint about misinstalled files
for custom PREFIX settings. |
1.6.6,1 11 Jun 2009 22:19:13 |
joerg |
Upgrade to version 1.6.6 (finally). |
1.6.1,1 23 Apr 2009 20:00:14 |
itetcu |
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail |
1.6.1,1 21 Dec 2007 22:24:59 |
joerg |
Upgrade to version 1.6.1. |
1.4.7,1 30 Oct 2007 11:32:27 |
joerg |
Upgrade to version 1.4.7. This also unbreaks the port.
PR: ports/116408 |
1.4.6_1,1 29 Oct 2007 19:54:38 |
joerg |
Register avr-libc-devel as a conflicting port. |
1.4.6,1 28 Jul 2007 22:25:13 |
kris |
BROKEN: Does not build |
1.4.6,1 23 Jun 2007 21:32:32 |
joerg |
Upgrade to version 1.4.6. |
1.4.5_2,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.5_1,1 15 Oct 2006 09:18:16 |
joerg |
Remove the avr/lib/avr6 directory upon deinstallation.
Approved by: portmgr (clement) |
1.4.5,1 09 Oct 2006 20:30:41 |
joerg |
Upgrade to version 1.4.5. |
1.4.4_1,1 06 Oct 2006 03:19:09 |
edwin |
Trail devel/avr-gcc rename to devel/avr-gcc-3 |
1.4.4_1,1 28 Sep 2006 22:13:24 |
joerg |
Add a workaround for binutils-2.17's pickyness about copying an empty
section in [avr-]objcopy, until a new version of avr-libc is going to
be released. |
1.4.4,1 20 Apr 2006 22:02:45 |
joerg |
Upgrade to version 1.4.4. |
1.4.3_2,1 28 Mar 2006 05:10:55 |
joerg |
Building the docs requires parts of netpbm. While netpbm is already
implicitly required by transfig (which is listed as a build
dependency), explicitly mention it again as well.
PR: ports/91145 |
1.4.3_1,1 28 Feb 2006 13:41:48 |
joerg |
Fix a broken package list that was (again) resulting out of doxygen
installing a different set of files based on a new minor doxygen
revision.
The fix is now to construct the doxygen-dependant part of the
pkg-plist on the fly, based on the actual files doxygen choose
to produce.
Approved by: portmgr (kris) |
1.4.3,1 20 Feb 2006 01:19:45 |
kris |
BROKEN: Incomplete pkg-plist |
1.4.3,1 23 Jan 2006 21:17:02 |
joerg |
Upgrade to 1.4.3.
As the current doxygen appears to be broken and does no longer build
documentation for dtostre/dtostrf, drop these from pkg-plist.doc by
now. |
1.4.2,1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.2,1 06 Jan 2006 23:26:02 |
joerg |
Upgrade to avr-libc-1.4.2. Among some internal bug fixes, this adds
support to ATtiny261/461/861. |
1.4.1,1 29 Dec 2005 23:01:15 |
joerg |
Update to avr-libc 1.4.1. |
1.4.0,1 19 Nov 2005 22:14:27 |
joerg |
Upgrade to avr-libc-1.4.0.
This brings several API changes, so check out the docs.
As the project now uses current versions of auto* tools, the build
system got rid of a number of private hacks as well. |
1.2.6,1 11 Nov 2005 20:44:38 |
joerg |
Upgrade to avr-libc 1.2.6.
This is a bugfix-only upgrade. |
1.2.5_1,1 06 Sep 2005 04:39:31 |
joerg |
Now that our avr-gcc can build for the ATmega165, avr-libc can, too,
so add crtm165.o to pkg-plist.
Reminded by: Pointyhat's port build |
1.2.5,1 01 Aug 2005 04:51:02 |
joerg |
Upgrade to 1.2.5.
The major fix of this release is that the EEPROM access routines are
now supported for all supported AVR devices. Thanks to Björn Haase
for providing that excellent solution to the problem. |
1.2.4,1 21 Jul 2005 21:05:47 |
joerg |
Upgrade to version 1.2.4.
Among other bugfixes, this particularly fixes the brokeness for the
recent binutils-2.16 upgrade (so the port is no longer broken now). |
1.2.3_4,1 21 Jul 2005 00:07:58 |
kris |
BROKEN: Install fails |
1.2.3_4,1 11 Apr 2005 08:58:31 |
joerg |
After Kris pointed out to me that I'm completely on the wrong track
wrt. the names of the installed doxygen temp files, do it right now,
and delete anything from the target directory doxygen did install
there which doesn't match our expectation (as take from PLIST_DOC).
This appears to be the only sane way until doxygen reverts itself back
to normal behaviour, and doesn't install any temporary files. |
1.2.3_3,1 10 Apr 2005 21:25:10 |
joerg |
Remove yet another kind of temp files doxygen is so fond about to
install into the man page location. |
1.2.3_2,1 23 Mar 2005 08:36:11 |
joerg |
Fix doxygen confusion.
Approved by: portmgr (marcus) |
1.2.3_1,1 11 Mar 2005 21:43:37 |
joerg |
Fix a problem where the doxygen-generated LaTeX file could no longer
be compiled by LaTeX 3 as it was attempted to convert it to PDF
instead of DVI now. This eventually caused the entire build to fall
over, as the EPS picture files to be included were no longer be looked
up by the .eps suffix.
Also, now that avr-binutils and avr-gcc can handle the newer AVR
devices (ATmega48/88/168, ATtiny13/2313, AT90CAN128, ATmega325/3250,
ATmega645/6450), the configure script automatically causes crt*.o
files for these devices to be compiled and installed, so reflect this
in the pkg-plist. This makes these new device types fully supported
in the FreeBSD AVR toolchain (as they are in the popular WinAVR
toolchain already).
The new doxygen version present in the ports also causes a slightly
different directory layout for the generated docs, so adapt
pkg-plist.doc accordingly. |
1.2.3,1 16 Feb 2005 11:29:42 |
joerg |
Upgrade to version 1.2.3.
Also depend the build on pdflatex as well as latex, to resolve my part
of the PR mentioned below.
PR: ports/77356 |
1.2.2,1 10 Feb 2005 05:57:15 |
joerg |
Minor upgrade to 1.2.2 (few bugfixes). |
1.2.1,1 27 Jan 2005 23:25:12 |
joerg |
Update to 1.2.1. |
1.0.5,1 21 Dec 2004 14:42:36 |
joerg |
Fix 3 out of 5 portlint warnings. (The remaining 2 are bogus.) |
1.0.5,1 21 Dec 2004 14:39:39 |
joerg |
Handle PLIST generation correctly for the -DNOPORTDOCS case. |
1.0.5,1 21 Dec 2004 14:22:59 |
joerg |
Upgrade avr-libc to 1.0.5. |
1.0.4,1 06 Dec 2004 22:20:40 |
joerg |
avr-libc has not been broken, and in particular did not have a
``broken pkg-plist''.
kris incorrectly stated this in the BROKEN field, even though I've
been repeatedly telling him that it's actually been netpbm that broke
some time ago (apparently due to an upgraded C compiler in the
system; generating transparent PNGs caused it to dump core).
Fortunately, dinoex now updated the netpbm port, so all works again. |
1.0.4,1 17 Sep 2004 22:48:49 |
kris |
BROKEN: Broken pkg-plist
Approved by: portmgr (self) |
1.0.4,1 29 Apr 2004 09:53:54 |
joerg |
Forgot to cvs add this patch in my previous commit; it reverts the
name of the docs to what we used to have before. |
1.0.4,1 29 Apr 2004 09:53:04 |
joerg |
Upgrade to version 1.0.4. |
1.0.3,1 12 Mar 2004 21:03:49 |
joerg |
Upgrade to version 1.0.3. |
2003.09.09_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2003.09.09 26 Oct 2003 21:07:05 |
joerg |
Honor NOPORTDOCS. This port requires an extraordinary amount of
dependent software when building the docs (doxygen, latex,
ghostscript, netpbm, qt, ...), so this might be a real safer for
people who just want to build the software only. |
2003.09.09 03 Oct 2003 11:04:59 |
edwin |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
2003.09.09 09 Sep 2003 21:18:36 |
joerg |
Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed. Doxygen 1.3.x
by default generates a non-JavaScript capable tree view, so my old hack
in the avr-libc source can be avoided. |
2003.05.11 20 May 2003 06:02:40 |
joerg |
Work around FreeBSD 5.x's bug by design that indoctrinates
-mcpu=mycpuserialno in the default installation to everybody, and
override the user's CFLAGS and CXXFLAGS with sane defaults, so this
cross-compilation works again.
Long live creaping featurism!
Submitted by: ru |
2003.05.11 19 May 2003 11:37:08 |
joerg |
Instead of only half-reverting, and thus introducing new breakage in
that USE_BZIP2 was no longer recognized, completely revert to rev
1.18.
Spotted by: ru |
2003.05.11 19 May 2003 08:28:08 |
joerg |
Remove BROKEN. It's not that port that is broken, but FreeBSD 5.x in
that it has broken /again/ all cross-compilation attempts. Whoever
broke it ought to fix that.
Die, <bsd.cpu.mk>, die now! |