Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.1 03 Mar 2024 09:44:21 |
Tijl Coosemans (tijl) Author: Kenji Takefu |
devel/gmake: Update to 4.4.1
Some ports required patches.
PR: 272216
Exp-run by: antoine |
4.3_3 23 Jan 2024 14:51:22 |
Muhammad Moinur Rahman (bofh) |
devel/gmake: Impelled to share/man
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) |
4.3_2 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 ) |
4.3_2 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 ) |
4.3_2 19 Aug 2021 14:43:22 |
Bernhard Froehlich (decke) |
devel/gmake: Fix CPE information
Approved by: portmgr (blanket) |
4.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3_2 10 Jun 2020 10:54:25 |
tijl |
Fix broken patch (missing @) by using the upstream version now that it's
available.
PR: 246615
Reported by: jkim
Obtained
from: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=6e6abd0cdfe4bb96f6412aebc511f10bf254a820 |
4.3_1 21 May 2020 09:50:36 |
tijl |
Add backport of gnulib git commit 4c1009ec93e12ee34acd27f6d7e25442bedc16f2.
When the file found in a PATH element is a directory, continue searching.
PR: 246615
Submitted by: jkim
Obtained
from: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4c1009ec93e12ee34acd27f6d7e25442bedc16f2 |
4.3 10 May 2020 11:51:32 |
tijl |
Fix build on arm.
PR: 246351
Reported by: Herbert J. Skuhra <herbert@mailbox.org> |
4.3 09 May 2020 19:24:50 |
tijl |
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards
compatibility. Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.
PR: 245725
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2.1_3 20 May 2019 17:06:34 |
bdrewery |
Fix recursive dependency issue with gmake.
Add a hard .error so I don't miss this again.
PR: 237979
Submitted by: tcberner, adamw (based on)
Pointyhat to: bdrewery |
4.2.1_3 20 May 2019 13:04:08 |
mat |
devel/ccache now needs those to build. |
4.2.1_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.2.1_2 20 Feb 2018 09:39:15 |
tijl |
- Remove fmake hack because FreeBSD 9 is EoL.
- Fix compiler warning about realloc. [1]
- Remove dependency on gettext-tools and iconv. [2]
- Add upstream patch to fix hangs when doing parallel builds. [3]
PR: 210938 [1], 212157 [2], 225899 [3]
Obtained
from: https://git.savannah.gnu.org/cgit/make.git/commit/?id=b552b05251980f693c729e251f93f5225b400714
[3]
Exp-run by: antoine, truckman |
4.2.1_1 08 Jul 2016 11:24:18 |
tijl |
Remove a patch from devel/gmake so the port no longer depends on
print/texinfo which requires gmake. To break this circular dependency
gmake-lite was introduced. This can be removed now as well.
PR: 210623
Reviewed by: bapt
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2.1 16 Jun 2016 13:33:27 |
tijl |
Update to 4.2.1.
PR: 210233
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.2_1 05 Jun 2016 18:20:36 |
tijl |
Add upstream patch 4762480ae9cb8df4878286411f178d32db14eff0:
Ensure forced double-colon rules work with -j.
This fixes parallel building of Firefox.
Reported by: cmt |
4.2 05 Jun 2016 14:35:02 |
tijl |
- Update devel/gmake to 4.2.
- deskutils/tomboy, devel/ocaml-deriving-ocsigen: patch Makefile bug.
- games/0ad: disable make jobs when building bundled Spidermonkey.
PR: 209868
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.1_2 06 Aug 2015 09:18:37 |
tijl |
Pick up autotools@ ports.
Approved by: portmgr (bapt) |
4.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 |
4.1_2 13 May 2015 16:20:30 |
shurd |
Bump PORTREVISION for g++ -> c++ change. |
4.1_1 13 May 2015 16:19:38 |
shurd |
Use c++ as default CXX rather than g++.
(Patch was lost in upgrade to 4.1)
PR: 185436
Approved by: bapt |
4.1_1 29 Mar 2015 10:05:07 |
robak |
devel/gmake: add CPE information
- Maintainer's timeout (autotools@FreeBSD.org)
PR: 198475
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
4.1_1 17 Nov 2014 21:08:28 |
kwm |
Explicitly disable guile support.
Approved by: portmgr (antoine@) |
4.1 08 Oct 2014 20:52:38 |
bapt |
Update to 4.1
Exp-run by: antoine |
3.82_2 27 Sep 2014 20:24:44 |
bdrewery |
- Use c++ as default CXX rather than g++.
PR: 185436
Submitted by: shurd
Approved by: maintainer timeout |
3.82_1 28 Jul 2014 16:28:03 |
adamw |
Rename devel/ patch-xy patches to reflect the files they modify. |
3.82_1 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
3.82_1 24 Jun 2014 21:41:35 |
bapt |
Rename the gmake-lite binary into gmake-lite so that it doesn't conflicts with
gmake
Import patches from gmake (gmake-lite will be turned into a slave port later) |
3.82_1 24 Jun 2014 21:06:28 |
bapt |
Rename to -lite for consistency
Suggested by: bdrewery |
3.82_1 24 Jun 2014 16:07:05 |
bapt |
Add a minimal version of gmake to reduce the risk of circular dependencies on
the building cluster and allow to simplify the process on removing texinfo and
groff from base |
3.82_1 06 Jun 2014 15:01:22 |
bapt |
Erg
Reported by: madpilot |
3.82_1 06 Jun 2014 14:57:26 |
bapt |
Convert to USES=tar:bzip2 |
3.82_1 03 Feb 2014 07:51:20 |
bapt |
Use options helpers to reduce inclusions of bsd.port.options.mk
Remove useless check on USE_GMAKE |
3.82_1 01 Feb 2014 18:55:34 |
miwi |
- Stage support
- Add License
- Remove old unneeded gruft
Thanks to: antoine |
3.82_1 29 Jan 2014 18:21:18 |
ade |
Address a reasonably obscure issue with automatic restarting and
MAKEFLAGS. No PORTREVISION bump in this case since the confusion
and mass hysteria is simply not worth it.
PR: 185636
Submitted by: Julien Charbon <jcharbon@verisign.com> |
3.82_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
3.82_1 09 Sep 2013 05:35:03 |
johans |
Fix syntax issue in make.texi; fixes build with modern texinfo
Reported by: omar siddique <omars1234@gmail.com> |
3.82_1 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
3.82_1 10 Jul 2013 20:45:52 |
ade |
Add missing NLS options dialog.
Submitted by: peter (and others) |
3.82_1 29 Apr 2013 22:27:05 |
bapt |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
3.82_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
3.82_1 21 Aug 2012 17:59:43 |
kwm |
Add a patch from upstream bugtracker to fix some jobs related build failures
exposed by webkit-gtk2 1.8.x.
PR: ports/170408
Exp-run by: beat@
Approved by: autotools@ (ade)
Obtained from: gmake bugtracker http://savannah.gnu.org/bugs/?30653 |
3.82 11 Apr 2011 19:54:35 |
ade |
Update to GNU make 3.82 after numerous -exp runs. |
3.81_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
3.81_3 16 Dec 2009 11:21:27 |
linimon |
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr |
3.81_3 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 ) |
3.81_3 06 Jun 2008 13:21:59 |
edwin |
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) |
3.81_2 18 Nov 2007 22:37:50 |
ade |
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon) |
3.81_2 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}. |
3.81_1 29 Jun 2006 22:39:05 |
ade |
Clean up the 'rw' locale directory which I could have sworn was in the
BSD.local.dist mtree.
Submitted by: many |
3.81 27 Jun 2006 20:04:19 |
ade |
Update to 3.81
Whilst this hasn't been through a full -exp run, it has been extensively
tested on my own tinderboxes with an appropriate variety of gmake-using
ports. |
3.80_2 14 Nov 2005 03:05:47 |
ade |
Add SHA256 |
3.80_2 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
3.80_2 24 Nov 2004 02:45:59 |
kris |
Add some missing locale directories |
3.80_2 14 Oct 2004 20:45:42 |
ade |
Use INFO [1]
Other minor cleanups
PR: [1] 72664
Submitted by: leeym |
3.80_2 29 Mar 2004 21:04:52 |
ade |
Add SIZE to distinfo's
Prompted by: trevor |
3.80_2 04 Feb 2004 07:56:11 |
marcus |
Put USE_GMAKE under the test for !defined(WITHOUT_NLS).
PR: 62332
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> |
3.80_2 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
3.80_1 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
3.80_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
3.80 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
3.80 09 Jun 2003 23:44:36 |
ade |
One more for "gnutools" |
3.80 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
3.80 25 Oct 2002 14:31:18 |
netchild |
We already have a prototype for alloca() in stdlib.h, no need to
have it here too.
This lets us compile gmake with stricter compilers.
Submitted by: marius@alchemy.franken.de |
3.80 10 Oct 2002 10:56:43 |
demon |
Correct intl shlib version number.
Spotted by: Neil Darlow <neil@darlow.co.uk> |
3.80 10 Oct 2002 07:26:51 |
demon |
Various fixes for new scheme of detecting intl.4, which comes with this
version of GNU make.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Also provide WITHOUT_NLS knob to build without localized messages. |
3.80 09 Oct 2002 13:29:57 |
demon |
Fix intl.4 library name spelling. |
3.80 09 Oct 2002 13:25:22 |
demon |
GNU make now has no included gettext.
Add dependency to devel/gettext port. |
3.80 09 Oct 2002 06:09:48 |
will |
Gmake now needs libiconv. I don't really care why, but a clean-room make
package fails otherwise. Anyone who wants to improve on this commit should
make sure to test that make package still works with libiconv not installed
*before* doing anything. See the following log for more info:
http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log |
3.80 07 Oct 2002 19:14:30 |
demon |
Update port to version 3.80. |
3.79.1_3 14 Sep 2002 13:32:07 |
sobomax |
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.) |
3.79.1_3 07 Sep 2002 08:44:49 |
ade |
Relinquish all my ports. |
3.79.1_3 03 Sep 2002 07:20:50 |
sobomax |
Fix a problem with gmake segfaulting with some locales.
PR: 41075
Submitted by: naddy |
3.79.1_2 23 Aug 2002 15:04:02 |
ade |
Fix build on -current
Submitted by: mike |
3.79.1_2 01 Aug 2002 02:38:31 |
ade |
Stage a mini-coup, and borrow these ports from portmgr@ for a while,
since I'm doing most of the updating, and am working on a
port/Mk/bsd.<gnublah>.mk to move some cruft around.
Sponsored by: Mr. Smith and Mr. Wesson. :) |
3.79.1_2 06 Jun 2002 22:40:39 |
sobomax |
Remove cruft slipped into previous commit. |
3.79.1_2 06 Jun 2002 22:40:06 |
sobomax |
Make localised messages working. Bump PORTREVISION. |
3.79.1_1 28 May 2002 09:40:47 |
sobomax |
Add --with-included-gettext to remove dependency on external gettext.
Suggested by: obrien |
3.79.1_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
3.79.1 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
17 Sep 2001 18:40:31 |
dwcjr |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
01 Jan 2001 10:15:17 |
will |
Goodbye, YEAR2000. Hello, 2001. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
04 Jul 2000 14:58:32 |
sobomax |
Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks! |
04 Jul 2000 00:31:01 |
jseger |
Upgrade to gmake-3.79.1 |
29 May 2000 23:39:27 |
will |
Add libintl so that this port builds an external libintl and registers it as a
dependency (as it should). |
29 May 2000 07:24:51 |
sobomax |
Respect installed intl shared library. |