From owner-svn-ports-all@freebsd.org Sun Jun 17 18:52:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EEFD1005DBF; Sun, 17 Jun 2018 18:52:55 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 063607A058; Sun, 17 Jun 2018 18:52:55 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7FCD19487; Sun, 17 Jun 2018 18:52:54 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5HIqsgL069708; Sun, 17 Jun 2018 18:52:54 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5HIqsU8069707; Sun, 17 Jun 2018 18:52:54 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806171852.w5HIqsU8069707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 17 Jun 2018 18:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472626 - head/audio/sidplay2 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/sidplay2 X-SVN-Commit-Revision: 472626 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 18:52:55 -0000 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