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
yape Yet Another Commodore +4 Emulator
0.32.5_3 emulators Deleted 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 0.32.5_3Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2019-05-08
Ignore IGNORE: is marked as broken: fails to build
Maintainer: jmohacsi@bsd.hu search for ports maintained by this maintainer
Port Added: 2002-11-19 14:42:17
Last Update: 2019-05-09 15:03:38
SVN Revision: 501106
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: not specified in port
WWW:
http://yape.plus4.net/
Description:
Yet Another Commodore +4 Emulator Yape features: - full, cycle exact MOS 7501 CPU emulation - almost full TED 7360 chip emulation - full ROM banking - almost full tape emulation - joystick emulation via cursor keys - color palette based on original Commodore specs - PRG and TAP file format support - fake disk LOAD/SAVE to the file system WWW: http://yape.plus4.net/ Janos Mohacsi
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
Expand this list (1 items)
Collapse this list.
  1. bin/yape
Collapse this list.
Dependency lines:
  • yape>0:emulators/yape
No installation instructions:
This port has been deleted.
PKGNAME: yape
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (yapeSDL-0.32.5.tar.gz) = 2944a42ac8beb1735f839e82f57d94e9dbd1a0b33e64891c88d1374e4d953830 SIZE (yapeSDL-0.32.5.tar.gz) = 135478

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
  2. sdl-config : devel/sdl12
Library dependencies:
  1. libSDL.so : devel/sdl12
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for yape-0.32.5_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
compiler:features gmake sdl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://yape.homeserver.hu/download/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.32.5_3
09 May 2019 15:03:38
Revision:501106Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.32.5_3
07 Apr 2019 07:43:38
Revision:498264Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
0.32.5_3
04 Nov 2018 12:37:45
Revision:484007Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

main.cpp:651:13: error: comparison between pointer and integer ('char *' and
'int')
        if (argv[1]!='\0') {
            ~~~~~~~^ ~~~~

Reported by:	pkg-fallout
0.32.5_3
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
0.32.5_3
05 Nov 2015 12:36:25
Revision:400848Original commit files touched by this commit
mat search for other commits by this committer
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
0.32.5_3
22 May 2015 13:34:22
Revision:387021Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files in categories a-j.

With hat:	portmgr
Sponsored by:	Absolight
0.32.5_3
08 May 2015 09:13:35
Revision:385734Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix build with clang

Approved by:	portmgr blanket
MFH:		2015Q2
0.32.5_3
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.32.5_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.32.5_1
03 Jul 2014 22:10:07
Revision:360470Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS, and convert some stuff to OPTIONS helpers.
0.32.5_1
01 Jun 2014 16:37:23
Revision:356154Original commit files touched by this commit
grembo search for other commits by this committer
Stagify.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
0.32.5_1
26 May 2014 13:13:46
Revision:355332Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
0.32.5_1
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)
0.32.5_1
09 Jan 2013 19:50:06
Revision:310162Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
0.32.5_1
18 Feb 2012 10:18:33
Original commit files touched by this commit
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
0.32.5
02 Jul 2011 17:14:20
Original commit files touched by this commit
miwi search for other commits by this committer
= Drop MD5 support
0.32.5
11 May 2009 19:24:41
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 0.32.5
- Fix build on 64-bit archs

PR:             ports/134306
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Tested by:      gahr
Approved by:    miwi (mentor implicit)
0.32.4_3
13 Mar 2008 14:28:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
0.32.4_2
02 Oct 2007 05:18:10
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken with gcc4.2 on 64-bit archs.  While here, remove cruft
for obsolete versions of 5.x.
0.32.4_2
23 Aug 2007 10:57:37
Original commit files touched by this commit
rafan search for other commits by this committer
- Fix build with gcc 4
- Pet portlint(1)

PR:             ports/115749
Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
0.32.4_2
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}.
0.32.4_1
20 Sep 2006 11:21:59
Original commit files touched by this commit
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
0.32.4
07 May 2006 10:55:47
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
0.32.4
22 Jan 2006 09:47:28
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.32.4
13 Oct 2005 14:44:05
Original commit files touched by this commit
mnag search for other commits by this committer
Update to 0.32.4 [1]
Mark IGNORE when system < 5.3 (don't have fmin(3) and fmax(3) functions)

PR:             87269 [1]
Submitted by:   Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
0.32.3_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.32.3_2
16 Mar 2004 04:23:56
Original commit files touched by this commit
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
0.32.3_1
07 Mar 2004 23:39:10
Original commit files touched by this commit
edwin search for other commits by this committer
Let ports use the USE_SDL macro

PR:             ports/61807
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
0.32.3_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.32.3
31 Mar 2003 09:35:13
Original commit files touched by this commit
edwin search for other commits by this committer
New master site for emulator/yape.

PR:             ports/49077
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
0.32.3
21 Feb 2003 11:59:01
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.32.3
28 Jan 2003 12:51:36
Original commit files touched by this commit
edwin search for other commits by this committer
Fix master_sites

PR:             ports/47357
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
0.32.3
02 Jan 2003 15:06:10
Original commit files touched by this commit
sobomax search for other commits by this committer
Update version number of SDL shared library.
0.32.3
19 Nov 2002 14:39:00
Original commit files touched by this commit
ijliao search for other commits by this committer
add yape 0.32.3
Yet Another Commodore +4 Emulator

PR:             45004
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>

Number of commits found: 34