Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_10 01 Aug 2019 21:05:34 |
rene |
Remove expired port:
2019-08-01 emulators/pearpc: Abandonware |
0.5_10 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.5_9 01 Jul 2019 08:05:49 |
tobik |
emulators/pearpc: Lock to GCC 8
It does not build with GCC 9:
ppc_fpu.cc: In function 'void ppc_opc_faddx()':
ppc_fpu.cc:1017:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1017 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_faddsx()':
ppc_fpu.cc:1056:61: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1056 | gCPU.fpscr |= ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fdivx()':
ppc_fpu.cc:1272:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1272 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]); (Only the first 15 lines of the commit message are shown above ) |
0.5_8 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.5_7 28 Oct 2018 09:36:56 |
jbeich |
Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03" |
0.5_7 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.5_6 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.5_5 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.5_4 18 Aug 2017 12:44:13 |
rakuco |
Explicitly pass -std=gnu++03 to the compiler.
This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's
code does not work with C++11 or later.
PR: 219275 |
0.5_4 01 May 2017 19:24:01 |
linimon |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.5_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.5_3 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
0.5_3 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.5_2 16 Jun 2015 23:00:03 |
amdmi3 |
- Mark BROKEN on < 10.x amd64:
ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope
MFH: 2015Q2 |
0.5_2 20 Dec 2014 18:17:20 |
bapt |
cleanup plist |
0.5_2 08 Dec 2014 16:48:41 |
tijl |
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 ) |
0.5_1 10 Sep 2014 20:50:37 |
gerald |
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.5 30 Jul 2014 23:02:16 |
marino |
emulators/pearpc: Upgrade version 0.4 => 0.5 and stage
PR: 191819
Submitted by: Ports Fury |
0.4_5 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.4_5 02 Jul 2014 20:22:56 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
0.4_5 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
0.4_5 05 Jul 2013 17:55:09 |
novel |
Remove support for the expired QT3 port.
PR: 180277
Submitted by: rene |
0.4_5 28 Apr 2013 21:20:28 |
bapt |
Convert emulators to new options framework |
0.4_5 18 Feb 2012 10:18:33 |
mva |
- 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.4_4 26 Apr 2011 00:45:04 |
novel |
- Unbreak by fixing nasm dependency
- Define LICENCE
- Nuke MD5
PR: 156453 (based on)
Submitted by: Chris Rees <utisoft@gmail.com> |
0.4_4 17 Mar 2011 11:08:44 |
pav |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month |
0.4_4 06 Jul 2010 07:08:03 |
erwin |
Mark BROKEN: does not build
Feature safe: yes |
0.4_4 14 Jun 2010 06:17:21 |
danfe |
- Convert port to use OPTIONS
- Unmute INSTALL_DATA statements
- Expand COMMENT to match that on official site
- Kill needless PKGMESSAGE assignment (it is done automagically)
- Remove no-op inplace patching commands
- Remove whitespace from `files/pkg-message.in' and do padding within
post-install target; this makes message output identical between port vs.
package installation
- Adjust `video.x' location in sample configuration file
- Simplify target CPU determination code
- Canonicalize header and do some Makefile cleanup
- Remove bogus hack that prevented clock_settime(2) detection; instead, use
CLOCK_THREAD_CPUTIME_ID instead of CLOCK_PROCESS_CPUTIME_ID as the latter
is undefined on FreeBSD. Under Linux, thread clock is essentially just a
process clock with CPUCLOCK_PERTHREAD_MASK bit applied, so it should work
in this case.
Approved by: novel (maintainer; timeout since May 31) |
0.4_4 31 May 2010 08:12:02 |
danfe |
- Kill EOL whitespace
- Remove attribution; port author is credited in Makefile header
Approved by: maintainer (novel) |
0.4_4 21 Jan 2010 18:44:33 |
novel |
Use SUB_FILES for pkg-message instead of sed.
PR: 142457 (based on)
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
0.4_4 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
0.4_4 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.4_4 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.4_4 24 Mar 2008 23:21:25 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.4_3 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.4_2 04 Oct 2007 00:47:23 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.4_2 15 Jul 2007 08:53:13 |
novel |
Fix build with gcc42.
Reported by: pointyhat via pav |
0.4_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4_1 13 Feb 2007 00:16:29 |
pav |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
0.4_1 20 Sep 2006 11:21:59 |
stas |
- 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.4 16 Apr 2006 14:10:33 |
novel |
- Fix build on -CURRENT
- Pet portlint
Reported by: pointyhat via kris |
0.4 10 Jan 2006 10:42:24 |
novel |
Broken on FreeBSD < 5.3 because of missing truncf().
Reported by: pointyhat via kris |
0.4 22 Dec 2005 12:07:37 |
novel |
Update to 0.4.
PR: 90791 (based on)
Submitted by: Vasil Dimov <vd@datamax.bg> |
0.3.1 17 Nov 2005 13:22:30 |
novel |
An attempt to fix build on 4.x.
Reported by: pointyhat via kris |
0.3.1 29 Oct 2005 03:44:42 |
novel |
- Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGS
is not defined
- Add WITH_DEBUG knob (disabled by default) |
0.3.1 28 Oct 2005 06:18:06 |
kris |
BROKEN on ia64: Internal compiler error |
0.3.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.3.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.3.1 08 Mar 2005 07:38:35 |
novel |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
0.3.1 13 Oct 2004 00:09:08 |
edwin |
[ maintainer ] emulators/pearpc: fix SDL build via update, fix build with JITC
PearPC 0.3.1 includes my patch for configure.in which makes
SDL usable and fixes stdint.h/inttypes.h trouble.
Fix build with JITC cpu for gcc34
PR: ports/72442
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
0.3.0 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.3.0 31 Aug 2004 09:03:43 |
vs |
Add BUILD_DEPENDS on nasm for i386.
PR: ports/71135
Submitted by: Roman Bogorodskiy (maintainer) |
0.3.0 19 Aug 2004 19:52:57 |
vs |
- Update to 0.3.0. Only X11 is supported at the moment.
- Minor packaging issues
PR: ports/70438
Submitted by: Roman Bogorodskiy (maintainer) |
0.2.0 03 Aug 2004 07:02:40 |
mezz |
Fix the build with GCC 3.4.x.
PR: ports/69904
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.2.0 01 Jul 2004 08:04:54 |
pav |
- Unbreak on 4.x
Reported by: bento via kris
Pointy hat: mezz |
0.2.0 26 Jun 2004 17:15:03 |
pav |
- Fix plist. No portrevision raise as this is minor change.
PR: ports/68360
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.2.0 17 Jun 2004 05:54:45 |
mezz |
Update to 0.2.0.
PR: ports/68010
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.1.2 31 May 2004 22:14:37 |
pav |
- Unbreak WITH_QT
PR: ports/67421
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.1.2 31 May 2004 14:02:28 |
pav |
- Fix build on 4.x
PR: ports/67411
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.1.2 25 May 2004 15:43:15 |
pav |
- Add WITH_QT knob to enable Qt GUI
PR: ports/67174
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.1.2 24 May 2004 23:41:57 |
pav |
- Add WITH_OPTIMIZED_CFLAGS knob to build with optimizations
- Add WITH_JITC knob to select jitc_x86 CPU, only for i386
PR: ports/67132
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
0.1.2 23 May 2004 21:28:46 |
clement |
Add pearpc 0.1.2, powerPC emulator.
PearPC is an architecture-independent PowerPC platform emulator capable of
running most PowerPC operating systems.
WWW: http://pearpc.sourceforge.net/
PR: ports/67034
Submitted by: Roman Bogorodskiy |