Commit Graph

32 Commits

Author SHA1 Message Date
Tobias Kortkamp 3b36e3f40e emulators/skyeye: Unbreak build with GCC 10 (-fno-common default)
/usr/local/bin/ld: ./utils/libutils.a(skyeye_arch.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here
/usr/local/bin/ld: ./utils/libutils.a(skyeye_config.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here
/usr/local/bin/ld: ./utils/libutils.a(skyeye_options.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here
[...]

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/skyeye-1.2.5_7.log

PR:		246700
2020-07-04 11:25:09 +00:00
Gerald Pfeifer ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Gerald Pfeifer a9f015d155 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
2018-12-12 01:35:33 +00:00
Gerald Pfeifer 09f9633cb6 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
2018-07-29 22:18:44 +00:00
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Gerald Pfeifer e59c88cece 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
2017-09-10 20:55:38 +00:00
Gerald Pfeifer 04d6f52202 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
2017-04-01 15:23:30 +00:00
Jan Beich 479c62a87f emulators/skyeye: unbreak with gcc5 or later
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:1105: undefined reference to `sign_extend_UInt32'
./arch/mips/libmips.a(decoder.o): In function `decode':
arch/mips/common/decoder.c:240: undefined reference to `divide_UInt32'
arch/mips/common/decoder.c:231: undefined reference to `divide_Int32'
arch/mips/common/decoder.c:64: undefined reference to `sign_extend_UInt32'
collect2: error: ld returned 1 exit status

PR:		216707
Reported by:	antoine (via exp-run)
2017-02-05 04:03:18 +00:00
Gerald Pfeifer 89f8b05214 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.
2016-11-20 09:38:08 +00:00
Vanilla I. Shu 27a66f0176 Upgrade to 1.2.5.
PR:		ports/193155
Submitted by:	Ports Fury.
2014-09-03 03:36:41 +00:00
Adam Weinberger ee2ac9ae22 This port remains unstaged, but this should at least fix the build without gcc.
Approved by:	portmgr (not really, but it's still unstaged).
2014-07-30 01:03:40 +00:00
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Antoine Brodin aa90d38b02 Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
2014-07-02 20:22:55 +00:00
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Antoine Brodin b5f5dde7fd Attempt to unbreak: add explicit dependency on pkgconf
Reported by:	pkg-fallout
2014-02-22 13:36:02 +00:00
Baptiste Daroussin 1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Dirk Meyer 2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke 6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Xin LI 91c0fb7b2d Mark BROKEN for amd64 for now.
Requested by:	maintainer
2007-01-21 22:44:39 +00:00
Xin LI 357a2f0ed5 Update to 1.2 release.
Submitted by:	RuanWei <iamayan at gmail.com> (maintainer)
2006-12-21 13:20:35 +00:00
Boris Samorodov bdde63d048 1. Update port: emulators/skyeye update to 1.2-RC8 [1]
* gcc-2.95/3.3/3.4/4.0/4.1 can compile skyeye
        * add amd64 support, update autotest,
        * in 64bit system, long=64 bit  int=32bit, long long =64 bit, long int=64bit;
        * in 32bit system, long = 32 bit, int=32bit, long long =64 bit,  long int=32bit
        * so I do:  long ---> int
        * Changed files:
          *.[ch] which has long --->int ,   long int ---> int
          Makefile
          utils/tools/auto_test/daily_test.sh
        * added files:
          Makefile_gcc-3.3_with_DBCT_X86_32
2. Add to Makefile ONLY_FOR_ARCHS= i386 amd64

PR:		102558  [1]
Submitted by:	RuanWei <iamayan at gmail.com> (maintainer)  [1]
Approved by:	netchild (mentor, implicit)
2006-08-27 18:10:56 +00:00
Kris Kennaway abc6ba2d15 BROKEN on !i386: Does not compile
Approved by:    portmgr (implicit)
2006-03-06 20:26:52 +00:00
Edwin Groothuis f832feef20 remove obsolete SIZE statement 2006-02-01 00:10:23 +00:00
Pav Lucistnik 821642e85d - Update to 1.2.0 RC4
PR:		ports/92042
Submitted by:	RuanWei <iamayan@gmail.com> (maintainer)
2006-01-25 12:44:29 +00:00
Edwin Groothuis 0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Joe Marcus Clarke 235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Pav Lucistnik 522698182c SkyEye is an Open Source Software Project. The goal of SkyEye is to provide an
integrated simulation environment in Linux and Windows. SkyEye environment
simulates typical Embedded Computer Systems (Now it supports Atmel AT91 board
based on ARM7TDMI CPU, board based on ARM720T CPU, board based on StrongARM
(SA1100/SA1110). You can run some Embedded Operation System such as ARM Linux,
uClinux, uc/O

PR:		ports/83770
Submitted by:	Ruan Wei <iamayan@gmail.com>
2005-07-28 13:20:05 +00:00