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.

Port details
libx86 Hardware-independent library for executing real-mode x86 code
1.1_2 devel on this many watch lists=0 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 1.1_2Version of this port present on the latest quarterly branch.
Maintainer: jkim@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-12-06 00:40:44
Last Update: 2023-07-26 00:48:20
Commit Hash: 95274bf
License: MIT
WWW:
http://www.codon.org.uk/~mjg59/libx86/
Description:
It's often useful to be able to make real-mode x86 BIOS calls from userland. Linux lrmi provides a simple interface to this for i386 machines, but this doesn't help on other platforms. libx86 provides the Linux lrmi interface, but will also run on platforms such as amd64 and alpha.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. include/libx86.h
  2. lib/libx86.a
  3. lib/libx86.so
  4. lib/libx86.so.1
  5. @ldconfig
  6. /usr/local/share/licenses/libx86-1.1_2/catalog.mk
  7. /usr/local/share/licenses/libx86-1.1_2/LICENSE
  8. /usr/local/share/licenses/libx86-1.1_2/MIT
Collapse this list.
Dependency lines:
  • libx86>0:devel/libx86
To install the port:
cd /usr/ports/devel/libx86/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libx86
  • pkg install libx86
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libx86
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
SHA256 (libx86-1.1.tar.gz) = 5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048 SIZE (libx86-1.1.tar.gz) = 87428

Packages (timestamps in pop-ups are UTC):
libx86
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.1_2--1.1_2---
FreeBSD:13:quarterly-1.1_2--1.1_2---
FreeBSD:14:latest-1.1_2--1.1_2---
FreeBSD:14:quarterly-1.1_2--1.1_2---
FreeBSD:15:latest-1.1_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. sysutils/read-edid
  2. sysutils/vbetool

Configuration Options:
No options to configure
Options name:
devel_libx86
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/jkim/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/jkim/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/jkim/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/jkim/
  5. http://www.codon.org.uk/~mjg59/libx86/downloads/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1_2
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.1_2
23 Jul 2023 16:30:12
commit hash: d575f386ddb378180ee682857ca71ac91f189043commit hash: d575f386ddb378180ee682857ca71ac91f189043commit hash: d575f386ddb378180ee682857ca71ac91f189043commit hash: d575f386ddb378180ee682857ca71ac91f189043 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libx86: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.1_2
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.
1.1_2
30 Jun 2015 17:42:22
Revision:390976Original commit files touched by this commit
jkim search for other commits by this committer
Fix a regression when built with Clang.

PR:		201165
1.1_1
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
1.1_1
25 Sep 2013 23:19:32
Revision:328326Original commit files touched by this commit
jkim search for other commits by this committer
- Trim Makefile header.
- Remove article from comment.
- Add LICENSE.
- Convert USE_GMAKE=yes to USES=gmake.
- Remove bogus USE_SUBMAKE.
- Simplify MAKE_ARGS and remove MAKE_ENV.
- Add support for STAGEDIR.
1.1
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)
1.1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.1
29 Dec 2010 20:04:42
Original commit files touched by this commit
pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
1.1
27 Feb 2009 23:43:57
Original commit files touched by this commit
jkim search for other commits by this committer
Move my local distfiles from HTTP to FTP mirrors.
1.1
03 Feb 2009 05:33:35
Original commit files touched by this commit
linimon search for other commits by this committer
Doesn't compile on sparc64, and probably doesn't make sense to try.
1.1
08 Dec 2008 18:25:18
Original commit files touched by this commit
jkim search for other commits by this committer
Copy and/or move some distfiles to freefall for my ports.
1.1
06 Dec 2008 00:47:52
Original commit files touched by this commit
jkim search for other commits by this committer
A minor style tweak in a patch file.
1.1
06 Dec 2008 00:40:05
Original commit files touched by this commit
jkim search for other commits by this committer
It's often useful to be able to make real-mode x86 BIOS calls from userland.
Linux lrmi provides a simple interface to this for i386 machines, but this
doesn't help on other platforms.  libx86 provides the Linux lrmi interface,
but will also run on platforms such as amd64 and alpha.

WWW: http://www.codon.org.uk/~mjg59/libx86/

Number of commits found: 17