notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/gnulib/Makefile

Number of commits found: 39

Thursday, 28 Mar 2024
11:51 Gleb Popov (arrowd) search for other commits by this committer
devel/gnulib: Simplify build stage

PR:		277948
Suggested by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
commit hash: 8e42e5a3a218aa452695884729dca0dae44a1b6e commit hash: 8e42e5a3a218aa452695884729dca0dae44a1b6e commit hash: 8e42e5a3a218aa452695884729dca0dae44a1b6e commit hash: 8e42e5a3a218aa452695884729dca0dae44a1b6e 8e42e5a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/gnulib: Add NO_ARCH
commit hash: b62e495816b129e60767350bc5a5f9f790dd7de5 commit hash: b62e495816b129e60767350bc5a5f9f790dd7de5 commit hash: b62e495816b129e60767350bc5a5f9f790dd7de5 commit hash: b62e495816b129e60767350bc5a5f9f790dd7de5 b62e495
Saturday, 25 Sep 2021
20:28 Bernhard Froehlich (decke) search for other commits by this committer
devel/gnulib: Add CPE information

Approved by:	portmgr (blanket)
commit hash: af7a37c7df4c3d6594c633edee3317ccf3d9e2ea commit hash: af7a37c7df4c3d6594c633edee3317ccf3d9e2ea commit hash: af7a37c7df4c3d6594c633edee3317ccf3d9e2ea commit hash: af7a37c7df4c3d6594c633edee3317ccf3d9e2ea af7a37c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Friday, 31 Mar 2017
09:02 amdmi3 search for other commits by this committer
- Add LICENSE
- Simplify installation
- Switch to options helpers
Original commitRevision:437342 
Saturday, 17 Dec 2016
16:31 antoine search for other commits by this committer
Revert r428753 and unbreak

Pointy hat:	sunpoet
Original commitRevision:428774 
12:58 sunpoet search for other commits by this committer
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Update WWW: use https://
Original commitRevision:428753 
Wednesday, 14 Dec 2016
21:48 johans search for other commits by this committer
Stepping down as maintainer for some ports.
Original commitRevision:428596 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 24 Jun 2014
22:52 bapt search for other commits by this committer
Use MAKE_CMD
Original commitRevision:359172 
Friday, 28 Mar 2014
19:43 antoine search for other commits by this committer
Remove some references to deprecated NOPORTDATA

With hat:	portmgr
Original commitRevision:349452 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category devel
Original commitRevision:345404 
Wednesday, 19 Feb 2014
19:44 johans search for other commits by this committer
Update gnulib to 2014-02-02 release
Original commitRevision:345140 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Saturday, 28 Dec 2013
22:05 johans search for other commits by this committer
- Enable stage support
- Fix perl shebang path
- Bump PORTREVISION
Original commitRevision:337925 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Wednesday, 14 Aug 2013
16:23 johans search for other commits by this committer
Update gnulib to stable release of 20130805
Original commitRevision:324739 
Tuesday, 14 May 2013
20:11 johans search for other commits by this committer
- Add explicit perl dependency (build + run)
- Bump PORTREVISION
- Remove BROKEN
Original commitRevision:318198 
Friday, 10 May 2013
07:01 miwi search for other commits by this committer
- Broken fails to build

_short_name.texi glibc-functions/svcerr_deco!
de.texi g!
libc-functions/gnu_dev_minor.texi | sed 1q` > updated-stamp
env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= /usr/local/bin/makeinfo --no-split
--reference-limit=2000 gnulib.texi
env: /usr/local/bin/makeinfo: No such file or directory
gmake: *** [gnulib.info] Error 127
gmake: Leaving directory
`/work/a/ports/devel/gnulib/work/gnulib-20120404-stable/doc'
*** Error code 2

Reported by:	pointyhat
Original commitRevision:317772 
Friday, 6 Apr 2012
12:22 johans search for other commits by this committer
Update gnulib to stable release of 20120404

Feature safe:   yes
Original commit
Thursday, 15 Dec 2011
22:07 johans search for other commits by this committer
Update gnulib to December stable release
Original commit
Friday, 7 Oct 2011
15:39 johans search for other commits by this committer
Update gnulib to latest stable release
Original commit
Saturday, 11 Jun 2011
12:01 johans search for other commits by this committer
- Update gnulib to 20110609 release
- Requires modern makeinfo from ports to build info file
Original commit
Sunday, 17 Apr 2011
16:08 johans search for other commits by this committer
Update gnulib to April 2011 release
Original commit
Friday, 25 Feb 2011
13:19 johans search for other commits by this committer
Update gnulib to latest stable release
Original commit
Wednesday, 29 Dec 2010
20:27 johans search for other commits by this committer
Update gnulib to 21 December release (regression fix)
Original commit
Tuesday, 28 Dec 2010
18:01 johans search for other commits by this committer
- Update gnulib to latest stable release (20 December)
Original commit
Thursday, 28 Oct 2010
18:53 johans search for other commits by this committer
Update to latest gnulib release
Original commit
Sunday, 5 Sep 2010
20:32 johans search for other commits by this committer
Update gnulib to 20100829 release
Original commit
Saturday, 14 Aug 2010
15:46 johans search for other commits by this committer
- Don't preserve owner/group of installed files
  (useful when the port is built by a regular user and installed via SU_CMD)
- Install `top' directory

PR:             ports/149645
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Thursday, 15 Jul 2010
05:55 johans search for other commits by this committer
Remove dependency on bash: it is no longer required

PR:             ports/148592
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit
Monday, 5 Jul 2010
19:50 johans search for other commits by this committer
Update to the 20100704 release

Feature safe:   yes
Original commit
Monday, 26 Apr 2010
19:06 johans search for other commits by this committer
Refuse installation when NOPORTDATA is set
Original commit
18:34 johans search for other commits by this committer
Update to latest release
Original commit
Friday, 2 Apr 2010
11:37 johans search for other commits by this committer
Fix installation on FreeBSD 6.x which doesn't have 'cp -a'

Reported by:    pointyhat via erwin
Original commit
Saturday, 20 Mar 2010
17:05 johans search for other commits by this committer
Gnulib, the GNU portability library, offers a macro system and C
declarations and definitions for commonly-used API elements and
abstracted system behaviors. It can be used to improve portability and
other functionality in your programs.

Gnulib takes a different approach than libiberty. Gnulib components are
intended to be shared at the source level, rather than being a library that
gets built, installed, and linked against.

WWW: http://www.gnu.org/software/gnulib/
Original commit

Number of commits found: 39