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
vgba-bin Emulator of Nintendo GameBoy Advance(TM)
3.0_4 emulators on this many watch lists=2 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 3.0_4Version of this port present on the latest quarterly branch.
Ignore IGNORE: is only for i386, while you are running amd64
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 search for ports maintained by this maintainer
Port Added: 2003-04-05 22:52:27
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: bash-completion, vgb-bin, ipcheck, mplayer-skins
License: not specified in port
WWW:
https://www.komkon.org/fms/VGBA/
Description:
Virtual GameBoy Advance (VGBA) is an emulator of the GameBoy Advance videogame console produced by Nintendo. It allows to run GameBoy Advance games on PCs, Macs, or just about any other sufficiently fast computers in existence. It can also help to debug GameBoy Advance software without using a costly development system. VGBA is not a real GameBoy Advance though. Get the real thing if you want a real experience. Also, VGBA will not play older GameBoy and GameBoy Color games. You will need VGB for that.
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 (1 items)
Collapse this list.
  1. bin/vgba
Collapse this list.
Dependency lines:
  • vgba-bin>0:emulators/vgba-bin
To install the port:
cd /usr/ports/emulators/vgba-bin/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install emulators/vgba-bin
  • pkg install vgba-bin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vgba-bin
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
distinfo:
SHA256 (VGBA30-FreeBSD-80x86-bin.tar.Z) = b5cfc23a466165221df3b4f2888fcc4f590398ada41e4a5b0efbe4c556994381 SIZE (VGBA30-FreeBSD-80x86-bin.tar.Z) = 309626

Packages (timestamps in pop-ups are UTC):
vgba-bin
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----3.0_4---
FreeBSD:13:quarterly----3.0_4---
FreeBSD:14:latest----3.0_4---
FreeBSD:14:quarterly----3.0_4---
FreeBSD:15:latest--n/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. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
Library dependencies:
  1. libc.so.5 : misc/compat5x
  2. libm.so.2 : misc/compat4x
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for vgba-bin-3.0_4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
emulators_vgba-bin
USES:
xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://fms.komkon.org/VGBA/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
3.0_4
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)
3.0_4
20 Jul 2022 14:21:50
commit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfdcommit hash: 27eb52ac6a0bb5c93c0ae4ebe4fef9bafb727cfd files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
emulators: remove 'Created by' lines

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

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexander Best <arundel@gmx.net>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Brian Gaeke <brg@dgate.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@cs.ucdavis.edu)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0_4
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.
3.0_4
05 Nov 2019 15:48:41
Revision:516802Original commit files touched by this commit Sanity Test Failure
zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories e

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
3.0_4
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
3.0_4
01 Feb 2016 23:07:16
Revision:407784Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add missing depends
- Switch to options helpers
3.0_3
10 Apr 2014 12:50:22
Revision:350803Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Fix recursive COMMENT
- Convert to new LIB_DEPENDS format
- Switch to PLIST_FILES
- Define DOCS option
3.0_3
14 Feb 2014 16:51:44
Revision:344281Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign lioux' ports to the heap

With hat:	portmgr
3.0_3
20 Sep 2013 16:43:53
Revision:327721Original 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:
emulators)
3.0_3
02 Jul 2011 17:14:20
Original commit files touched by this commit
miwi search for other commits by this committer
= Drop MD5 support
3.0_3
05 Jan 2009 19:44:02
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
3.0_3
15 Jun 2008 18:50:31
Original commit files touched by this commit
lioux search for other commits by this committer
o On (OSVERSION >= 600000), depend upon misc/compat5x
o Bump PORTREVISION
3.0_2
24 Mar 2008 13:03:55
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
3.0_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
3.0
11 Nov 2005 06:06:17
Original commit files touched by this commit
lioux search for other commits by this committer
Add SHA256 checksum
3.0
03 Apr 2005 19:44:24
Original commit files touched by this commit
lioux search for other commits by this committer
Update to 3.0
2.1
29 Dec 2004 02:10:33
Original commit files touched by this commit
lioux search for other commits by this committer
Update to 2.1
2.0
25 Dec 2004 11:43:58
Original commit files touched by this commit
lioux search for other commits by this committer
Remove deprecated USE_SIZE
2.0
06 Jun 2004 19:45:40
Original commit files touched by this commit
linimon search for other commits by this committer
Remove trailing whitespace.
2.0
08 Feb 2004 01:14:05
Original commit files touched by this commit
lioux search for other commits by this committer
USE_SIZEify
2.0
18 Apr 2003 17:00:35
Original commit files touched by this commit
lioux search for other commits by this committer
Update to 2.0
1.7
05 Apr 2003 22:40:18
Original commit files touched by this commit
lioux search for other commits by this committer
o After repo copy from emulators/vgb-bin:
        - Update to vgba-bin version 1.7: Virtual GameBoy Advance
        is an emulator of Nintendo GameBoy Advance(TM)

Number of commits found: 23