notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/pearpc/Makefile
SVNWeb

Number of commits found: 57

Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Mon, 1 Jul 2019
[ 08:05 tobik search for other commits by this committer ] Original commit   Revision:505552
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 View all of this commit message)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 28 Oct 2018
[ 09:36 jbeich search for other commits by this committer ] Original commit   Revision:483249 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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"
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Fri, 18 Aug 2017
[ 12:44 rakuco search for other commits by this committer ] Original commit   Revision:448225
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
Mon, 1 May 2017
[ 19:24 linimon search for other commits by this committer ] Original commit   Revision:439905 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Tue, 3 Jan 2017
[ 11:01 mat search for other commits by this committer ] Original commit   Revision:430454 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 16 Jun 2015
[ 23:00 amdmi3 search for other commits by this committer ] Original commit   Revision:389871
- Mark BROKEN on < 10.x amd64:

ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope

MFH:		2015Q2
Sat, 20 Dec 2014
[ 18:17 bapt search for other commits by this committer ] Original commit   Revision:375061 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
cleanup plist
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 30 Jul 2014
[ 23:02 marino search for other commits by this committer ] Original commit   Revision:363524
emulators/pearpc: Upgrade version 0.4 => 0.5 and stage

PR:		191819
Submitted by:	Ports Fury
Wed, 2 Jul 2014
[ 20:22 antoine search for other commits by this committer ] Original commit   Revision:360256 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Fri, 5 Jul 2013
[ 17:55 novel search for other commits by this committer ] Original commit   Revision:322344
Remove support for the expired QT3 port.

PR:		180277
Submitted by:	rene
Sun, 28 Apr 2013
[ 21:20 bapt search for other commits by this committer ] Original commit   Revision:316753
Convert emulators to new options framework
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 26 Apr 2011
[ 00:45 novel search for other commits by this committer ] Original commit 
- Unbreak by fixing nasm dependency
- Define LICENCE
- Nuke MD5

PR:             156453 (based on)
Submitted by:   Chris Rees <utisoft@gmail.com>
Thu, 17 Mar 2011
[ 11:08 pav search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
- Mark ports that have been broken for six month or more, or never compiled on
  7.X and up, for removal in one month
Tue, 6 Jul 2010
[ 07:08 erwin search for other commits by this committer ] Original commit 
Mark BROKEN: does not build

Feature safe:   yes
Mon, 14 Jun 2010
[ 06:17 danfe search for other commits by this committer ] Original commit 
- 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)
Thu, 21 Jan 2010
[ 18:44 novel search for other commits by this committer ] Original commit 
Use SUB_FILES for pkg-message instead of sed.

PR:             142457 (based on)
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Sat, 22 Aug 2009
[ 00:20 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 24 Mar 2008
[ 23:21 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Thu, 4 Oct 2007
[ 00:47 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Tue, 13 Feb 2007
[ 00:16 pav search for other commits by this committer ] Original commit  (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - 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)
Sun, 16 Apr 2006
[ 14:10 novel search for other commits by this committer ] Original commit 
- Fix build on -CURRENT
- Pet portlint

Reported by:    pointyhat via kris
Tue, 10 Jan 2006
[ 10:42 novel search for other commits by this committer ] Original commit 
Broken on FreeBSD < 5.3 because of missing truncf().

Reported by:    pointyhat via kris
Thu, 22 Dec 2005
[ 12:07 novel search for other commits by this committer ] Original commit 
Update to 0.4.

PR:             90791 (based on)
Submitted by:   Vasil Dimov <vd@datamax.bg>
Thu, 17 Nov 2005
[ 13:22 novel search for other commits by this committer ] Original commit 
An attempt to fix build on 4.x.

Reported by:    pointyhat via kris
Sat, 29 Oct 2005
[ 03:44 novel search for other commits by this committer ] Original commit 
- Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGS
  is not defined
- Add WITH_DEBUG knob (disabled by default)
Fri, 28 Oct 2005
[ 06:18 kris search for other commits by this committer ] Original commit 
BROKEN on ia64: Internal compiler error
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Tue, 8 Mar 2005
[ 07:38 novel search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Use @freebsd.org address for my ports.

Approved by:    krion (mentor)
Wed, 13 Oct 2004
[ 00:09 edwin search for other commits by this committer ] Original commit 
[ 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>
Thu, 30 Sep 2004
[ 05:32 kris search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Tue, 31 Aug 2004
[ 09:03 vs search for other commits by this committer ] Original commit 
Add BUILD_DEPENDS on nasm for i386.

PR:             ports/71135
Submitted by:   Roman Bogorodskiy (maintainer)
Thu, 19 Aug 2004
[ 19:52 vs search for other commits by this committer ] Original commit 
- Update to 0.3.0. Only X11 is supported at the moment.
- Minor packaging issues

PR:             ports/70438
Submitted by:   Roman Bogorodskiy (maintainer)
Thu, 1 Jul 2004
[ 08:04 pav search for other commits by this committer ] Original commit 
- Unbreak on 4.x

Reported by:    bento via kris
Pointy hat:     mezz
Sat, 26 Jun 2004
[ 17:15 pav search for other commits by this committer ] Original commit 
- Fix plist. No portrevision raise as this is minor change.

PR:             ports/68360
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Thu, 17 Jun 2004
[ 05:54 mezz search for other commits by this committer ] Original commit 
Update to 0.2.0.

PR:             ports/68010
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Mon, 31 May 2004
[ 22:14 pav search for other commits by this committer ] Original commit 
- Unbreak WITH_QT

PR:             ports/67421
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
[ 14:02 pav search for other commits by this committer ] Original commit 
- Fix build on 4.x

PR:             ports/67411
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Tue, 25 May 2004
[ 15:43 pav search for other commits by this committer ] Original commit 
- Add WITH_QT knob to enable Qt GUI

PR:             ports/67174
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Mon, 24 May 2004
[ 23:41 pav search for other commits by this committer ] Original commit 
- 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)
Sun, 23 May 2004
[ 21:28 clement search for other commits by this committer ] Original commit 
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