Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.43.1 01 Oct 2024 22:39:22 |
Cy Schubert (cy) Author: Jason E. Hale |
devel/gnulibiberty: Update to 2.43.1
Add LICENSE (LGPL21+).
Pet portclippy(1).
PR: 281353 |
2.43 06 Sep 2024 14:22:30 |
Cy Schubert (cy) |
devel/gnulibiberty: Update to 2.43
Requested by: antoine (as portmgr)
PR: 281070
Exp-run by: antoine
Approved by: portmgr (antoine, implicit) |
2.37 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.37 21 Dec 2021 09:48:51 |
Joerg Wunsch (joerg) |
devel/gnulibiberty: Upgrade to 2.37
Unfortunately, we need a patch now as their Makefile relies
on GCC's -print-multi-os-directory switch. |
2.33.1 11 May 2021 18:45:57 |
Adriaan de Groot (adridg) |
devel/gnulibiberty: bring up-to-date wrt devel/binutils
Match the versions of libiberty and binutils. These come
from the same tarball upstream, so it's a bit odd to have
mismatched versions to start with; in addition the libiberty
version is years out-of-date.
While here, drop a CONFLICTS line that doesn't make sense anymore.
PR: 255794
Approved by: joerg@ (maintainer) |
2.19.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.19.1_2 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 |
2.19.1_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.19.1_2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.19.1_2 27 Jan 2014 11:43:25 |
bapt |
Support stage
USE_GMAKE -> USES=gmake |
2.19.1_2 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.19.1_2 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) |
2.19.1_2 06 Apr 2009 07:11:23 |
joerg |
As cc --print-multi-os-dir yields "elf" on FreeBSD 6.x (but "." on 7.x and
above), the library ended up being installed in the wrong place on 6.x.
Comment out the respective part of the Makefile. |
2.19.1_1 03 Apr 2009 13:25:33 |
joerg |
Fix pkg-plist, ternary.h no longer exists.
Reminded by: QAT@freebsd.org |
2.19.1 03 Apr 2009 12:44:31 |
joerg |
Upgrade to GNU binutils 2.19.1. |
2.17 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.17 10 Oct 2006 11:05:04 |
joerg |
Upgrade to binutils 2.17. |
2.16.1 02 Apr 2006 20:40:07 |
thierry |
Add a missing patch.
PR: 95199
Approved by: joerg
Reported by: ports-i386 via Kris |
2.16.1 01 Apr 2006 19:50:55 |
joerg |
Upgrade to binutils 2.16.1, and install the header files as well.
Submitted by: thierry |
2.16 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.16 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.16 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.16 01 Aug 2005 14:37:13 |
joerg |
Upgrade to binutils-2.16. |
2.15 24 Apr 2005 13:31:10 |
joerg |
Long overdue upgrade to use binutils 2.15. |
2.14 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
2.14 28 Apr 2004 20:22:21 |
joerg |
This is a port of a (static) GNU libiberty, taken from GNU binutils.
Routines of this library (including undocumented ones) are
occasionally required by certain GNU software. |