Port details |
- gnulib GNU portability library
- 20140202_1 devel =4 20140202_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2010-03-20 17:06:18
- Last Update: 2024-03-28 11:51:07
- Commit Hash: 8e42e5a
- People watching this port, also watch:: ssss, gscan2pdf, autoconf, dmtx-utils, ocaml-ocurl
- License: GPLv2+ GPLv3+ LGPL20+ LGPL3+ PD
- WWW:
- https://www.gnu.org/software/gnulib/
- Description:
- 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. Thus, there is no distribution
tarball; the idea is to copy files from Gnulib into your own source tree.
However, there are bimonthly stable snapshots of the Gnulib codebase
published at http://erislabs.net/ianb/projects/gnulib/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gnulib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gnulib
- pkg install gnulib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnulib
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gnulib-20140202-stable.tar.gz) = 9f028f48e60f066bf511a969c519da705eeefb20d54a80dce88afd0935a845e1
SIZE (gnulib-20140202-stable.tar.gz) = 5297856
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- makeinfo : print/texinfo
- gmake>=4.4.1 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- devel/dwarves
- devel/elfutils
- for Patch
-
- devel/git-merge-changelog
- devel/libgnuregex
Configuration Options:
- ===> The following configuration options are available for gnulib-20140202_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_gnulib
- USES:
- cpe gmake perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20140202_1 28 Mar 2024 11:51:07 |
Gleb Popov (arrowd) |
devel/gnulib: Simplify build stage
PR: 277948
Suggested by: Tatsuki Makino <tatsuki_makino@hotmail.com> |
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) |
20140202_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 ) |
20140202_1 28 Feb 2022 12:46:39 |
Po-Chuan Hsieh (sunpoet) |
devel/gnulib: Add NO_ARCH |
20140202_1 25 Sep 2021 20:28:49 |
Bernhard Froehlich (decke) |
devel/gnulib: Add CPE information
Approved by: portmgr (blanket) |
20140202_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20140202_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20140202_1 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 |
20140202 31 Mar 2017 09:02:06 |
amdmi3 |
- Add LICENSE
- Simplify installation
- Switch to options helpers |
20140202 17 Dec 2016 16:31:29 |
antoine |
Revert r428753 and unbreak
Pointy hat: sunpoet |
20140202 17 Dec 2016 12:58:41 |
sunpoet |
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Update WWW: use https:// |
20140202 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
20140202 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
20140202 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20140202 24 Jun 2014 22:52:48 |
bapt |
Use MAKE_CMD |
20140202 28 Mar 2014 19:43:35 |
antoine |
Remove some references to deprecated NOPORTDATA
With hat: portmgr |
20140202 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
20140202 19 Feb 2014 19:44:57 |
johans |
Update gnulib to 2014-02-02 release |
20130805_1 10 Feb 2014 13:54:28 |
ehaupt |
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) |
20130805_1 28 Dec 2013 22:05:27 |
johans |
- Enable stage support
- Fix perl shebang path
- Bump PORTREVISION |
20130805 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
20130805 14 Aug 2013 16:23:29 |
johans |
Update gnulib to stable release of 20130805 |
20120404_1 14 May 2013 20:11:14 |
johans |
- Add explicit perl dependency (build + run)
- Bump PORTREVISION
- Remove BROKEN |
20120404 10 May 2013 07:01:20 |
miwi |
- 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 |
20120404 06 Apr 2012 12:22:31 |
johans |
Update gnulib to stable release of 20120404
Feature safe: yes |
20111211 15 Dec 2011 22:07:48 |
johans |
Update gnulib to December stable release |
20110908 07 Oct 2011 15:39:50 |
johans |
Update gnulib to latest stable release |
20110609 11 Jun 2011 12:01:45 |
johans |
- Update gnulib to 20110609 release
- Requires modern makeinfo from ports to build info file |
20110412 17 Apr 2011 16:08:39 |
johans |
Update gnulib to April 2011 release |
20110216 25 Feb 2011 13:19:38 |
johans |
Update gnulib to latest stable release |
20101221 29 Dec 2010 20:27:56 |
johans |
Update gnulib to 21 December release (regression fix) |
20101220 28 Dec 2010 18:01:37 |
johans |
- Update gnulib to latest stable release (20 December) |
20101024 28 Oct 2010 18:53:58 |
johans |
Update to latest gnulib release |
20100829 05 Sep 2010 20:32:44 |
johans |
Update gnulib to 20100829 release |
20100704_1 14 Aug 2010 15:46:47 |
johans |
- 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> |
20100704_1 15 Jul 2010 05:55:07 |
johans |
Remove dependency on bash: it is no longer required
PR: ports/148592
Submitted by: Bapt <baptiste.daroussin@gmail.com> |
20100704 05 Jul 2010 19:50:39 |
johans |
Update to the 20100704 release
Feature safe: yes |
20100424 26 Apr 2010 19:06:57 |
johans |
Refuse installation when NOPORTDATA is set |
20100424 26 Apr 2010 18:34:10 |
johans |
Update to latest release |
20100308 02 Apr 2010 11:37:14 |
johans |
Fix installation on FreeBSD 6.x which doesn't have 'cp -a'
Reported by: pointyhat via erwin |
20100308 20 Mar 2010 17:05:56 |
johans |
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/ |