non port: emulators/pearpc/Makefile |
Number of commits found: 57 |
Friday, 26 Jul 2019
|
20:46 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
 |
Monday, 1 Jul 2019
|
08:05 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]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fdivsx()':
ppc_fpu.cc:1318:61: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1318 | gCPU.fpscr |= ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fmaddx()':
ppc_fpu.cc:1342:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1342 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
[...]
http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/pearpc-0.5_8.log
This does not seem trivial to fix and there is no active upstream
to report this to. Put an expiration date on the port too.
PR: 238330
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Sunday, 28 Oct 2018
|
09:36 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"
 |
Sunday, 29 Jul 2018
|
22:18 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
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Sunday, 10 Sep 2017
|
20:55 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
 |
Friday, 18 Aug 2017
|
12:44 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
 |
Monday, 1 May 2017
|
19:24 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)
 |
Saturday, 1 Apr 2017
|
15:23 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
 |
Tuesday, 3 Jan 2017
|
11:01 mat
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
 |
Sunday, 20 Nov 2016
|
09:38 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.
 |
Tuesday, 16 Jun 2015
|
23:00 amdmi3
- Mark BROKEN on < 10.x amd64:
ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope
MFH: 2015Q2
 |
Saturday, 20 Dec 2014
|
18:17 bapt
cleanup plist
 |
Monday, 8 Dec 2014
|
16:48 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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Wednesday, 10 Sep 2014
|
20:50 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)
 |
Wednesday, 30 Jul 2014
|
23:02 marino
emulators/pearpc: Upgrade version 0.4 => 0.5 and stage
PR: 191819
Submitted by: Ports Fury
 |
Wednesday, 2 Jul 2014
|
20:22 antoine
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
Friday, 5 Jul 2013
|
17:55 novel
Remove support for the expired QT3 port.
PR: 180277
Submitted by: rene
 |
Sunday, 28 Apr 2013
|
21:20 bapt
Convert emulators to new options framework
 |
Saturday, 18 Feb 2012
|
10:18 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
 |
Tuesday, 26 Apr 2011
|
00:45 novel
- Unbreak by fixing nasm dependency
- Define LICENCE
- Nuke MD5
PR: 156453 (based on)
Submitted by: Chris Rees <utisoft@gmail.com>
 |
Thursday, 17 Mar 2011
|
11:08 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
 |
Tuesday, 6 Jul 2010
|
07:08 erwin
Mark BROKEN: does not build
Feature safe: yes
 |
Monday, 14 Jun 2010
|
06:17 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)
 |
Thursday, 21 Jan 2010
|
18:44 novel
Use SUB_FILES for pkg-message instead of sed.
PR: 142457 (based on)
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
 |
Saturday, 22 Aug 2009
|
00:20 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
 |
Monday, 5 Jan 2009
|
19:44 pav
- Remove conditional checks for FreeBSD 5.x and older
 |
Thursday, 21 Aug 2008
|
06:18 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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Monday, 24 Mar 2008
|
23:21 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
 |
Thursday, 4 Oct 2007
|
00:47 edwin
Remove always-false/true conditions based on OSVERSION 500000
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 13 Feb 2007
|
00:16 pav
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
 |
Wednesday, 20 Sep 2006
|
11:21 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)
 |
Sunday, 16 Apr 2006
|
14:10 novel
- Fix build on -CURRENT
- Pet portlint
Reported by: pointyhat via kris
 |
Tuesday, 10 Jan 2006
|
10:42 novel
Broken on FreeBSD < 5.3 because of missing truncf().
Reported by: pointyhat via kris
 |
Thursday, 22 Dec 2005
|
12:07 novel
Update to 0.4.
PR: 90791 (based on)
Submitted by: Vasil Dimov <vd@datamax.bg>
 |
Thursday, 17 Nov 2005
|
13:22 novel
An attempt to fix build on 4.x.
Reported by: pointyhat via kris
 |
Saturday, 29 Oct 2005
|
03:44 novel
- Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGS
is not defined
- Add WITH_DEBUG knob (disabled by default)
 |
Friday, 28 Oct 2005
|
06:18 kris
BROKEN on ia64: Internal compiler error
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Tuesday, 8 Mar 2005
|
07:38 novel
Use @freebsd.org address for my ports.
Approved by: krion (mentor)
 |
Wednesday, 13 Oct 2004
|
00:09 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>
 |
Thursday, 30 Sep 2004
|
05:32 kris
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
 |
Tuesday, 31 Aug 2004
|
09:03 vs
Add BUILD_DEPENDS on nasm for i386.
PR: ports/71135
Submitted by: Roman Bogorodskiy (maintainer)
 |
Thursday, 19 Aug 2004
|
19:52 vs
- Update to 0.3.0. Only X11 is supported at the moment.
- Minor packaging issues
PR: ports/70438
Submitted by: Roman Bogorodskiy (maintainer)
 |
Thursday, 1 Jul 2004
|
08:04 pav
- Unbreak on 4.x
Reported by: bento via kris
Pointy hat: mezz
 |
Saturday, 26 Jun 2004
|
17:15 pav
- Fix plist. No portrevision raise as this is minor change.
PR: ports/68360
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
 |
Thursday, 17 Jun 2004
|
05:54 mezz
Update to 0.2.0.
PR: ports/68010
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
 |
Monday, 31 May 2004
|
22:14 pav
- Unbreak WITH_QT
PR: ports/67421
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
 |
14:02 pav
- Fix build on 4.x
PR: ports/67411
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
 |
Tuesday, 25 May 2004
|
15:43 pav
- Add WITH_QT knob to enable Qt GUI
PR: ports/67174
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
 |
Monday, 24 May 2004
|
23:41 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)
 |
Sunday, 23 May 2004
|
21:28 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
 |
Number of commits found: 57 |