OpenBSD CVS

CVS log for ports/emulators/higan/Makefile


[BACK] Up to [local] / ports / emulators / higan

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 6 09:16:11 2023 UTC (8 months, 3 weeks ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (unified)

Switch homepage to github.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 4 14:52:21 2023 UTC (8 months, 4 weeks ago) by bentley
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12 (unified)

Fix (amd64) asm to pass muster in an xonly world.

With much help from mlarkin@

ok mlarkin@ stsp@

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 4 13:35:21 2023 UTC (8 months, 4 weeks ago) by bentley
Branch: MAIN
Changes since 1.11: +13 -10 lines
Diff to previous 1.11 (unified)

Miscellaneous cleanup.

- fetch distfile from github
- disable BTCFI
- drop base-gcc due to C++14
- regen wantlib
- set ONLY_FOR_ARCHS = aarch64 arm amd64 i386

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 4 10:17:18 2023 UTC (8 months, 4 weeks ago) by bentley
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (unified)

Drop maintainership of packages I don't use.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 31 17:12:50 2022 UTC (2 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

sync WANTLIB

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 11 18:59:37 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.8: +0 -2 lines
Diff to previous 1.8 (unified)

drop RCS Ids

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 1 03:49:29 2021 UTC (2 years, 7 months ago) by bentley
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

Update my distfile mirror URL.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 5 09:27:29 2019 UTC (4 years, 6 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Fix runtime crash by mmap'ing MAP_STACK memory.

with assistance from deraadt@

ok stsp@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 12 20:46:09 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:02 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 20 16:32:12 2018 UTC (5 years, 8 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (unified)

When mixing C and C++ code, we need to link with c++(1).  Actually,
upstream does this right.
ok bentley@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 27 21:03:43 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

first tag: update-desktop-database

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 18 06:30:52 2018 UTC (6 years, 4 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

Check for endianness the POSIX way. Should fix the build on arm.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 24 06:51:38 2017 UTC (6 years, 5 months ago) by bentley
Branch: bentley
CVS Tags: bentley_20171223
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import higan-106.

higan is a multi-system emulator. It currently supports the following systems:

 - Nintendo Famicom
 - Nintendo Super Famicom
   - Super Game Boy
   - BS-X Satellaview
   - Sufami Turbo
 - Nintendo Game Boy
 - Nintendo Game Boy Color
 - Nintendo Game Boy Advance
 - Sega Master System
 - Sega Game Gear
 - Sega Mega Drive
 - NEC PC Engine
 - NEC SuperGrafx
 - Bandai WonderSwan
 - Bandai WonderSwan Color

ok stsp@

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 24 06:51:38 2017 UTC (6 years, 5 months ago) by bentley
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.