Port details |
- cc65 Cross-compiler for 6502-based systems
- 2.19 devel =7 2.19Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2000-05-09 15:32:04
- Last Update: 2023-04-18 18:05:13
- Commit Hash: 4edfb62
- People watching this port, also watch:: sudo, zsh, wget, figlet, unzip
- License: ZLIB
- WWW:
- https://cc65.github.io/
- Description:
- cc65 is a complete cross development package for 65(C)02 systems,
including a powerful macro assembler, a C compiler, linker, librarian
and several other tools.
Direct library support (that is, startup/initialization code) and
support libraries for other features are available for...
- the Commodore C64
- the GEOS operating system for the Commodore C64
- the Commodore C128
- the Commodore C16, C116 and Plus/4
- the Commodore P500
- the Commodore 600/700 family of computers
- the Apple ][
- the Atari 8bit machines
- the Oric Atmos
- the Nintendo Entertainment System (NES)
- the Supervision Game Console
- the Atari Lynx Console
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cc65/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cc65
- pkg install cc65
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cc65
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1606902168
SHA256 (cc65-cc65-V2.19_GH0.tar.gz) = 157b8051aed7f534e5093471e734e7a95e509c577324099c3c81324ed9d0de77
SIZE (cc65-cc65-V2.19_GH0.tar.gz) = 2284735
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- linuxdoc : textproc/linuxdoc-tools
- linuxdoc : textproc/linuxdoc-tools
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- comms/opencbm
- comms/opencbm-plugin-xa1541
- emulators/x16-rom
Configuration Options:
- ===> The following configuration options are available for cc65-2.19:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
INFO=on: Build and/or install GNU info pages
===> Use 'make config' to modify these settings
- Options name:
- devel_cc65
- USES:
- gmake perl5 shebangfix makeinfo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.19 18 Apr 2023 18:05:13 |
Po-Chuan Hsieh (sunpoet) |
devel/cc65: Fix build with texinfo 7.0.0+
PR: 270721
Obtained
from: https://github.com/cc65/cc65/commit/0e55d33cc309b88e04b739638a0ed68bafe98a80 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.19 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.19 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.19 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.19 02 Dec 2020 10:50:59 |
wen |
- Update to 2.19
- Update WWW [1]
PR: 246594 [1]
Submitted by: felix@palmen-it.de [1] |
2.18_1 31 May 2020 09:39:21 |
wen |
- Strip binaries
- Add a new INFO option
- Build and install html documents when DOCS option enabled
- Fix the problem of examples were installed twice
PR: 246605
Submitted by: felix@palmen-it.de |
2.18 31 May 2019 08:19:01 |
wen |
- Update to 2.18 |
2.17 19 Dec 2018 01:26:18 |
wen |
- Update to 2.17
- Update COMMENT
- Add LICENSE_FILE
- Remove unneeded pkg-message
- Take maintainership |
2.13.3_1 14 Apr 2018 09:33:38 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.13.3_1 16 Jan 2016 21:40:37 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
2.13.3_1 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
2.13.3_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.13.3_1 27 Mar 2014 09:47:25 |
pawel |
- Add staging support
- Convert USE_GMAKE, USE_BZIP2 to USES |
2.13.3_1 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
2.13.3_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.13.3_1 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.13.3_1 07 May 2013 13:12:32 |
bapt |
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts |
2.13.3 01 Dec 2012 02:10:46 |
bdrewery |
- Restore header attribution due to being removed
while the policy was unclear
Feature safe: yes |
2.13.3 06 Nov 2012 22:50:39 |
pawel |
- Update MASTER_SITES
- Update pkg-descr
- Convert to OptionsNG
- MKDIR macro already has -p option
PR: ports/171981
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
2.13.3 31 Aug 2012 17:36:09 |
bdrewery |
- Update to 2.13.3
- Add missing perl build dependency
- Remove header
Approved by: eadler, bapt (mentors, implicit) |
2.13.2_1 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
2.13.2_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.13.2_1 11 Apr 2011 19:54:35 |
ade |
Update to GNU make 3.82 after numerous -exp runs. |
2.13.2_1 18 Aug 2010 01:18:04 |
stas |
- Fix NOPORTDOCS case.
Spotted by: QAT |
2.13.2 18 Aug 2010 00:53:29 |
stas |
- Update to 2.13.2. |
2.13.1 09 Jan 2010 00:05:42 |
stas |
- Update to 2.13.1. |
2.13.0 15 Dec 2009 05:07:11 |
stas |
- Update to 2.13.0. |
2.12.0 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.12.0 15 Jun 2008 17:02:02 |
stas |
- Fix pkg-plist in NOPORTDOCS case.
Reported by: itetcu |
2.12.0 14 Jun 2008 14:21:14 |
stas |
- Fix patching in NOPORTDOCS case.
Spotted by: itetcu |
2.12.0 15 May 2008 10:12:03 |
stas |
- Update to 2.12.0. |
2.11.0 24 Jun 2007 08:29:17 |
stas |
- Remove FreeBSD 4.x bits.
Submitted by: araujo
PR: ports/111849 |
2.11.0 27 Mar 2007 22:12:03 |
stas |
- Change my email.
Suggested by: skv |
2.11.0 24 Mar 2007 14:03:04 |
pav |
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass |
2.11.0 09 Sep 2006 06:09:23 |
cperciva |
Add an operator. This fixes the INDEX build.
Requested by: make(1)
Reported by: portsnap buildbox |
2.11.0 09 Sep 2006 05:26:46 |
rafan |
- Update to 2.11.0
- Unbreak it
- Add pkg-message for instructions
PR: ports/102990
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> (maintainer) |
2.10.1 06 Sep 2006 10:47:58 |
itetcu |
Stanislav wants to maintain this ports.
Requested by: Stanislav (on IRC) |
2.10.1 06 Sep 2006 01:48:04 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
2.10.1 02 Sep 2006 16:51:10 |
kris |
Schedule these broken ports for termination on 2006-12-01 |
2.10.1 22 Jan 2006 11:02:41 |
edwin |
SHA256ify (manually updated and checked)
Approved by: krion@ |
2.10.1 07 May 2005 02:54:20 |
kris |
BROKEN on i386: Does not install |
2.10.1 19 Mar 2005 19:00:27 |
krion |
Remove hardcoded WRKDIR.
Proposed by: des |
2.10.1 21 Feb 2005 01:20:59 |
kris |
Annotate comment about using sgmltools port to build the docs with a
note that this port was removed. Perhaps the maintainer can investigate
whether some other tool can be used instead. |
2.10.1 18 Nov 2004 08:15:38 |
kris |
BROKEN on !i386: Does not compile |
2.10.1 07 Jul 2004 13:48:42 |
vs |
Update to 2.10.1 (including 64bit fixes)
PR: ports/68739
Submitted by: maintainer |
2.10.0a_1 03 Apr 2004 14:01:28 |
kris |
BROKEN on !i386: Does not compile |
2.10.0a_1 23 Mar 2004 15:19:16 |
vs |
Update to 2.10.0
This update brings lot of new library functions for platforms, graphics etc.
For full information on the changes, see the announcement:
http://www.cc65.org/doc/announce.txt
PR: 64521
Submitted by: Joachim Strombergson (maintainer)
Approved by: linimon (mentor) |
2.9.3_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.9.3 23 Jan 2004 05:28:50 |
trevor |
Use LS macro. |
2.9.3 22 Jan 2004 11:06:02 |
trevor |
Use the SORT macro from bsd.port.mk. |
2.9.3 07 Jan 2004 00:31:37 |
linimon |
Update to 2.9.3. Recent changes:
This is a maintenance release that contains bug fixes for version 2.9.2 (see
http://www.cc65.org/bugs.php for a list). In addition, the current development
versions of the ca65html and da65 applications (an assembler source to HTML
converter and a disassembler) have been backported. Apart from these two
exceptions, there are no new features in the release.
PR: ports/58501
Submitted by: Joachim Strombergson <watchman@ludd.luth.se>
No recent response by: roam@FreeBSD.org (assignee) |
2.9.1 22 May 2003 21:32:42 |
hoek |
Update from 2.8.0 to 2.9.1. New features include a TGI, a small
graphics library, beta support for the Oric Atmos, and more.
Change MAINTAINER to Joachim Str?mbergson <watchman@ludd.luth.se>. |
2.8.0 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.8.0 02 Sep 2002 17:09:25 |
hoek |
Update from 2.4.1 to 2.8.0. Add support for Atari and for
the uIP TCP stack. |
05 Feb 2001 14:34:42 |
olgeni |
Style police over the devel category. |
26 Dec 2000 17:54:48 |
hoek |
New website: www.cc65.org |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
29 Jun 2000 08:03:02 |
obrien |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |
29 May 2000 03:13:36 |
steve |
This port uses gmake(1). |