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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libcheck Unit test framework for C
0.10.0 devel Deleted on this many watch lists=54 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-12-05 00:47:02
Last Update: 2017-02-05 11:14:37
SVN Revision: 433395
People watching this port, also watch:: gmake, pcre, libxml2, libiconv, freetype2
License: LGPL21
WWW:
http://check.sourceforge.net/
Description:
Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. WWW: http://check.sourceforge.net/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • libcheck>0:devel/libcheck
No installation instructions:
This port has been deleted.
PKGNAME: libcheck
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (check-0.10.0.tar.gz) = f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 SIZE (check-0.10.0.tar.gz) = 769119

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
Runtime dependencies:
  1. indexinfo : print/indexinfo
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libcheck-0.10.0: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
gmake libtool pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (21 items)
Collapse this list.
  1. http://aarnet.dl.sourceforge.net/project/check/check/0.10.0/
  2. http://downloads.sourceforge.net/project/check/check/0.10.0/
  3. http://freefr.dl.sourceforge.net/project/check/check/0.10.0/
  4. http://garr.dl.sourceforge.net/project/check/check/0.10.0/
  5. http://heanet.dl.sourceforge.net/project/check/check/0.10.0/
  6. http://hivelocity.dl.sourceforge.net/project/check/check/0.10.0/
  7. http://ignum.dl.sourceforge.net/project/check/check/0.10.0/
  8. http://internode.dl.sourceforge.net/project/check/check/0.10.0/
  9. http://iweb.dl.sourceforge.net/project/check/check/0.10.0/
  10. http://jaist.dl.sourceforge.net/project/check/check/0.10.0/
  11. http://kent.dl.sourceforge.net/project/check/check/0.10.0/
  12. http://master.dl.sourceforge.net/project/check/check/0.10.0/
  13. http://nchc.dl.sourceforge.net/project/check/check/0.10.0/
  14. http://ncu.dl.sourceforge.net/project/check/check/0.10.0/
  15. http://netcologne.dl.sourceforge.net/project/check/check/0.10.0/
  16. http://sunet.dl.sourceforge.net/project/check/check/0.10.0/
  17. http://superb-dca3.dl.sourceforge.net/project/check/check/0.10.0/
  18. http://switch.dl.sourceforge.net/project/check/check/0.10.0/
  19. http://tenet.dl.sourceforge.net/project/check/check/0.10.0/
  20. http://ufpr.dl.sourceforge.net/project/check/check/0.10.0/
  21. http://waix.dl.sourceforge.net/project/check/check/0.10.0/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.0
05 Feb 2017 11:14:37
Revision:433395Original commit files touched by this commit
sunpoet search for other commits by this committer
Move devel/libcheck to devel/check

- Bump PORTREVISION for dependent ports
0.10.0
13 Aug 2015 17:31:26
Revision:394077Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.10.0
- Regenerate patch file with makepatch:

Changes:	http://sourceforge.net/p/check/code/HEAD/tree/trunk/NEWS
0.9.14_1
02 Aug 2015 15:03:20
Revision:393429Original commit files touched by this commit
tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.14
18 Jan 2015 22:48:33
Revision:377362Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
0.9.14
28 Jul 2014 12:54:53
Revision:363144Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.14
- Strip shared library in post-install:

Changes:	http://sourceforge.net/projects/check/files/check/0.9.14/NEWS-README-0.9.14/view
0.9.13
31 May 2014 18:11:47
Revision:356004Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.13
- Use USES=libtool

Changes:	http://sourceforge.net/projects/check/files/check/0.9.13/NEWS-README-0.9.13/view
0.9.12
23 Jan 2014 03:27:29
Revision:340780Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.12
- Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile

Changes:	http://sourceforge.net/projects/check/files/check/0.9.12/NEWS-README-0.9.12/view
0.9.11
05 Nov 2013 17:55:18
Revision:332876Original commit files touched by this commit
sunpoet search for other commits by this committer
- Strip shared library
- Cleanup Makefile
0.9.11
05 Nov 2013 16:56:21
Revision:332872Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.11
- Support STAGEDIR

Changes:	http://sourceforge.net/projects/check/files/check/0.9.11/NEWS-README-0.9.11/view
0.9.10
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.9.10
25 Aug 2013 16:14:58
Revision:325358Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
0.9.10
21 Aug 2013 17:17:26
Revision:325161Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove leading indefinite article from COMMENT
0.9.10
21 Aug 2013 12:03:52
Revision:325110Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=gmake
0.9.10
26 Apr 2013 02:28:07
Revision:316540Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.10
- Use USES=pathfix
- Cleanup Makefile

Changes:	http://sourceforge.net/projects/check/files/check/0.9.10/NEWS-README-0.9.10.txt/view
0.9.9
24 Apr 2013 15:46:36
Revision:316444Original commit files touched by this commit
bapt search for other commits by this committer
Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cached

Reported by:	miwi
0.9.9
01 Feb 2013 21:53:47
Revision:311402Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.9
- Cleanup Makefile header

Changes:	http://sourceforge.net/projects/check/files/check/0.9.9/NEWS-README-0.9.9.txt/view
0.9.8
09 Jul 2012 19:13:00
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options framework
- Sort PLIST
0.9.8
09 Nov 2011 15:26:04
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
0.9.8
28 Oct 2011 16:47:58
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build on FreeBSD 10

Approved by:    maintainer via irc
0.9.8
22 Oct 2011 23:50:23
Original commit files touched by this commit
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
0.9.8
12 Apr 2011 15:19:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove obsolete MD5 checksum
0.9.8
22 Sep 2010 17:10:26
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
0.9.8
22 Oct 2009 06:42:24
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.9.8

PR:             ports/139152
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
0.9.6
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
0.9.6
04 Feb 2009 20:45:51
Original commit files touched by this commit
itetcu search for other commits by this committer
- fix plist with -D NOPORTEXAMPLES
- info pages are not governed by NOPORTDOCS, install them unconditionally.

PR:             ports/131271
Submitted by:   rafan@
Approved by:    maintainer timeout to QAT BotMails
0.9.6
11 Jan 2009 04:26:18
Original commit files touched by this commit
chinsan search for other commits by this committer
- Update to 0.9.6
- Make portlint happier
- Pass maintainership to submitter

PR:             ports/130249
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
0.9.5_1
04 Nov 2008 16:23:34
Original commit files touched by this commit
wxs search for other commits by this committer
Respect NOPORTDOCS and NOPORTEXAMPLES.

Noticed by: QAT
0.9.5_1
01 Sep 2008 00:59:45
Original commit files touched by this commit
linimon search for other commits by this committer
Reset mikeh, who has not done any commits for over a year.

Hat:            portmgr
0.9.5_1
07 Apr 2008 16:25:08
Original commit files touched by this commit
lippe search for other commits by this committer
- Declare again DISTNAME to unbreak the port.
- Bump PORTREVISION.

Reported by:    bf <bf2006a@yahoo.com>
Approved by:    gabor (mentor), mikeh (maintainer)
0.9.5
07 Apr 2008 04:09:47
Original commit files touched by this commit
lippe search for other commits by this committer
- USE_LDCONFIG to install shared libs.
- Use INFO instead of install-info in pkg-plist.
- Patch to install into libdata/pkgconfig instead of lib/pkgconfig.
- Fix and sort pkg-plist.

PR:             ports/121746
Submitted by:   myself
Approved by:    gabor (mentor), mikeh (maintainer)
0.9.5
25 Mar 2008 04:38:00
Original commit files touched by this commit
edwin search for other commits by this committer
add SHA256 for check-0.9.5.tar.gz
0.9.5
14 Mar 2008 16:00:08
Original commit files touched by this commit
pav search for other commits by this committer
- Stop packaging mtree symlinks

PR:             ports/121691
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
0.9.5
10 Jan 2007 17:33:43
Original commit files touched by this commit
mikeh search for other commits by this committer
* Cleanup files left/removed by libcheck.

Noticed by:     kris@'s pointyhat email
0.9.5
25 Dec 2006 22:42:19
Original commit files touched by this commit
mikeh search for other commits by this committer
* Upgrade libcheck to 0.9.5.

Tested by:         Ashish Shukla <wahjava@gmail.com>
0.9.3
05 Jul 2006 18:30:09
Original commit files touched by this commit
seanc search for other commits by this committer
Update libcheck (C unit testing library) to 0.9.3.  Port changes
include:

*) Update check.m4 to search for libraries and headers in /usr/local/*
   and $prefix/*.  Ports/programs that use libcheck now work with the
   configure arg `--with-check` without needing to specify the
   location as an argument.  Someone with more autofoo may want to
   review this.  Patch submitted upstream.
*) Removed incorporated patches.
*) Installing docs and examples in their proper location.
*) Removed a description of the benefits of unit testing in pkg-descr.
*) No longer installing COPYING.

Approved by:    mikeh (maintainer)
0.9.2
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.9.2
15 Nov 2004 04:16:40
Original commit files touched by this commit
mikeh search for other commits by this committer
Upgrade to check 0.9.2.
0.8.4
18 Mar 2004 18:01:13
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
0.8.4
05 Dec 2003 00:46:02
Original commit files touched by this commit
mikeh search for other commits by this committer
Add libcheck 0.8.4, a unit test framework for C.

PR:             59280
Submitted by:   mikeh@FreeBSD.org

Number of commits found: 39