notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
44bsd-more The pager installed with FreeBSD before less(1) was imported
20000521_1 sysutils on this many watch lists=1 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 20000521_1Version of this port present on the latest quarterly branch.
Maintainer: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-07-10 11:16:02
Last Update: 2023-06-25 20:52:33
Commit Hash: 6bef86a
People watching this port, also watch:: darts, p5-Digest-SHA, 915resolution
License: not specified in port
Description:
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. bin/44bsd-more
  2. man/man1/44bsd-more.1.gz
  3. share/misc/44bsd-more.help
  4. share/examples/44bsd-more/default.morerc
  5. share/examples/44bsd-more/less.morerc
  6. share/examples/44bsd-more/most.morerc
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • 44bsd-more>0:sysutils/44bsd-more
To install the port:
cd /usr/ports/sysutils/44bsd-more/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/44bsd-more
  • pkg install 44bsd-more
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: 44bsd-more
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
44bsd-more
ABIlatestquarterly
FreeBSD:12:aarch6420000521_120000521_1
FreeBSD:12:amd6420000521_120000521_1
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i38620000521_120000521_1
FreeBSD:12:mips--
FreeBSD:12:mips64-20000521_1
FreeBSD:12:powerpc64-20000521_1
FreeBSD:13:aarch6420000521_120000521_1
FreeBSD:13:amd6420000521_120000521_1
FreeBSD:13:armv6-20000521_1
FreeBSD:13:armv720000521_120000521_1
FreeBSD:13:i38620000521_120000521_1
FreeBSD:13:mips--
FreeBSD:13:mips6420000521_120000521_1
FreeBSD:13:powerpc6420000521_120000521_1
FreeBSD:13:riscv64-20000521_1
FreeBSD:14:aarch6420000521_1-
FreeBSD:14:amd6420000521_1-
FreeBSD:14:armv620000521_1-
FreeBSD:14:armv720000521_1-
FreeBSD:14:i38620000521_1-
FreeBSD:14:mips--
FreeBSD:14:mips6420000521_1-
FreeBSD:14:powerpc6420000521_1-
FreeBSD:14:riscv6420000521_1-
FreeBSD:15:amd6420000521_1-
FreeBSD:15:armv6--
FreeBSD:15:armv720000521_1-
FreeBSD:15:i38620000521_1-
FreeBSD:15:mips64--
FreeBSD:15:powerpc64--
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Patch dependencies:
  1. rcs : devel/rcs57
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/cy/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/cy/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/cy/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/cy/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20000521_1
25 Jun 2023 20:52:33
commit hash:6bef86a7ad93c1c38df8c3266340796746e0aa32commit hash:6bef86a7ad93c1c38df8c3266340796746e0aa32commit hash:6bef86a7ad93c1c38df8c3266340796746e0aa32commit hash:6bef86a7ad93c1c38df8c3266340796746e0aa32 files touched by this commit
Cy Schubert (cy) search for other commits by this committer
sysutils/44bsd-more: Fix build with LLVM16

main.c:440:22: error: incompatible function pointer types passing 'int (void *,
char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of
type 'int (* _Nullable)(void *, char *, int)'
[-Wincompatible-function-pointer-types]
                fd = fropen(DEFRC, str_read);
                                   ^~~~~~~~

MFH:	2023Q3
20000521_1
20 Jul 2022 14:23:05
commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20000521_1
06 Apr 2021 14:31:13
commit hash:135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash:135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash:135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash:135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
20000521_1
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20000521_1
23 Sep 2016 12:52:52
Revision:422667Original commit files touched by this commit
cy search for other commits by this committer
Record a dependency on rcs as it was in FreeBSD at the time.
20000521
03 Feb 2016 22:38:52
Revision:408000Original commit files touched by this commit
marino search for other commits by this committer
sysutils/44bsd-more: document ncurses requirement (USES+=ncurses)

Also link with libncurses rather than libtermcap

approved by:	infrastructure blanket
20000521
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
20000521
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
20000521
30 May 2014 05:56:16
Revision:355791Original commit files touched by this commit
cy search for other commits by this committer
Stagify.
20000521
20 Sep 2013 23:06:00
Revision:327772Original 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:
sysutils)
20000521
27 May 2013 13:49:09
Revision:319243Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with clang
20000521
08 Feb 2012 05:19:12
Original commit files touched by this commit
cy search for other commits by this committer
Assume maintainership.
20000521
09 Sep 2011 01:14:56
Original commit files touched by this commit
vanilla search for other commits by this committer
Fix build with clang.
20000521
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
20000521
10 Nov 2009 08:59:06
Original commit files touched by this commit
linimon search for other commits by this committer
Reset hoek@ who has been inactive for quite some time.

Hat:            portmgr
20000521
22 Jun 2007 06:53:11
Original commit files touched by this commit
delphij search for other commits by this committer
Unbreak for gcc 4.2.

Approved by:    maintainer timeout
PR:             ports/112847
20000521
26 May 2007 20:18:59
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN with gcc 4.2
20000521
13 May 2006 04:15:53
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
20000521
24 Jan 2006 01:06:45
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
20000521
10 Jul 2005 11:15:10
Original commit files touched by this commit
pav search for other commits by this committer
- Move pager ports from misc/ to sysutils/

misc/44bsd-more -> sysutils/44bsd-more
misc/less -> sysutils/less
misc/most -> sysutils/most
misc/reed -> sysutils/reed
misc/wmcp -> x11-wm/wmcp (this one is a X11 desktop pager)

Repocopied by:  marcus

Number of commits found: 20