Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 18:52:54 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472626 - head/audio/sidplay2
Message-ID:  <201806171852.w5HIqsU8069707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jun 17 18:52:54 2018
New Revision: 472626
URL: https://svnweb.freebsd.org/changeset/ports/472626

Log:
  audio/sidplay2: Unbreak on FreeBSD 12.0
  
  - While here also add license information
  
  checking for working sidplay2 library and headers... /usr/local/lib, /usr/local/include
  configure: error:
  sidplay2 build test failed with found library and header files.
  Please check your installation!
  
  In file included from conftest.cc:27:
  ...
  /usr/include/stdlib.h:97:17: error: declaration of 'exit' has a different language linkage
  _Noreturn void   exit(int);
                   ^
  conftest.cc:11:6: note: previous declaration is here
  void exit (int);
  
  http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/errors/sidplay2-2.0.9_4.log

Modified:
  head/audio/sidplay2/Makefile

Modified: head/audio/sidplay2/Makefile
==============================================================================
--- head/audio/sidplay2/Makefile	Sun Jun 17 18:46:08 2018	(r472625)
+++ head/audio/sidplay2/Makefile	Sun Jun 17 18:52:54 2018	(r472626)
@@ -11,10 +11,14 @@ DISTNAME=	sidplay-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Commodore SID music player using libsidplay2
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libsidplay2.so:audio/libsidplay2
 
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
+USE_CXXSTD=	c++98
 
 PLIST_FILES=	bin/sidplay2 man/man1/sidplay2.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806171852.w5HIqsU8069707>