aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsidplay
Commit message (Collapse)AuthorAgeFilesLines
* audio/libsidplay: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-262-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure:4036: c++ -o conftest -O2 -pipe -O3 -fno-strict-aliasing -fno-omit-frame-pointer -march=native -fstack-protector -fstack-protector conftest.cc >&5 In file included from conftest.cc:32: In file included from /usr/include/c++/v1/stdlib.h:94: /usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its first declaration _Noreturn void exit(int); ^ /usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn' #define _Noreturn [[noreturn]] ^ conftest.cc:11:6: note: declaration missing '[[noreturn]]' attribute is here void exit (int); ^ [...] configure:4053: error: cannot compute sizeof (char), 77 samples.cpp:80:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'sbyte' (aka 'signed char') [-Wc++11-narrowing] 0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7, ^~~~ samples.cpp:80:2: note: insert an explicit cast to silence this issue 0x80,0x91,0xa2,0xb3,0xc4,0xd5,0xe6,0xf7, ^~~~ static_cast<sbyte>( ) PR: 224947 Reported by: pkg-fallout (blocks 8 ports) Submitted by: tijl (autoreconf) Approved by: portmgr blanket
* - Add LICENSEehaupt2016-10-281-4/+7
| | | | | | - USES tar:tgz - Take maintainership as it is required as a dependecny of one of my ports
* Cleanup plistbapt2014-10-201-1/+0
|
* Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-013-14/+6
|
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runbapt2013-09-241-1/+0
| | | | Exp-run by: bdrewery
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Fix build with libc++bapt2013-09-071-0/+1
|
* For unmaintained ports in `audio' category, drop leading article from COMMENTdanfe2013-03-131-8/+4
| | | | and perform other minor cleanups along the way, whenever noticed.
* A volunteer has stepped forward to host the distfiles fordougb2011-09-261-5/+2
| | | | | | | audio/libsidplay and audio/sidplay, so un-DEPRECATE them, and the ports that depend on them. Reset the maintainer due to complete lack of response.
* Deprecate audio/xmms-sid and www/plugger-plugins-hubbe which rely ondougb2011-09-121-1/+1
| | | | | | | audio/libsidplay, which is deprecated for a dead master site. Extend the deprecation for audio/*sidplay to give time to deal with their several dependencies.
* Turns out that some geocities sites are more dead than others.dougb2011-08-241-1/+1
| | | | | | My apologies for the inconvenience. Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
* Geocities has been gone for almost 2 years now, so let's removedougb2011-08-232-2/+3
| | | | | | references to it. Deprecate ports whose only MASTER_SITE is (was) geocities
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 1.36.59pav2004-10-122-3/+3
| | | | | | PR: ports/71067 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer timeout (1 month)
* Update to 1.36.58.nork2004-08-122-3/+3
| | | | | | PR: ports/69917 Submitted by: Paul Seniura <pdseniura@techie.com> Approved by: Stefan `Sec` Zehl <sec@42.org> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.36.57.naddy2002-09-152-2/+2
| | | | Approved by: maintainer
* - Update to 1.36.55pat2002-08-063-9/+9
| | | | | | | - Sort plist and silent some portlint warnings PR: ports/41316 Submitted by: maintainer
* Update to 1.36.54pat2002-07-172-2/+7
| | | | | PR: ports/40667 Submitted by: maintainer
* Update to version 0.36.50kevlo2002-01-134-3/+14
| | | | | PR: 33800 Submitted by: MAINTAINER
* Update to libsidplay-1.36.47kris2001-05-062-2/+2
| | | | Approved by: maintainer
* Chase a rerolled distfile tarball; remove a Makefile comment about it, datingroam2001-01-202-6/+1
| | | | | | | | | from the times there were two different distfiles on different distsites. PR: 24306 - noticed Submitted by: Andreas Schulz <ats@first.gmd.de> PR: 24479 - fixed Submitted by: maintainer
* Upgrade to 1.36.46kevlo2001-01-102-3/+7
| | | | | PR: 24168 Submitted by: MAINTAINER
* Update to 1.36.45ade2000-10-132-2/+2
| | | | | PR: 21829 Submitted by: maintainer
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-3/+1
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Override FETCH_CMD to get rid from -A option.sobomax2000-08-231-0/+1
| | | | | PR: 20764 Submitted by: maintainer
* Update to 1.36.44.sobomax2000-08-232-2/+2
| | | | Submitted by: maintainer
* Forgot to update COMMENT.sobomax2000-06-291-1/+1
| | | | | PR: 19515 Submitted by: MAINTAINER
* Remove unneeded USE_XLIB.sobomax2000-06-291-1/+0
|
* Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also updatesobomax2000-06-293-7/+10
| | | | | | | to 1.36.40. PR: 19515 Submitted by: MAINTAINER
* Add USE_NEWGCC.sobomax2000-06-231-0/+1
| | | | Submitted by: bento
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* Update to 1.36.38. We can now have sidplay shared libs!will2000-06-023-18/+13
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Update to version 1.36.35.steve1999-11-143-4/+4
| | | | | PR: 14777 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-031-2/+1
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Upgrade to 1.36.31jseger1998-12-162-6/+6
| | | | | PR: ports/9085 Submitted by: sec@btl.42.org
* A few more USE_XLIBs.asami1998-11-281-1/+3
|
* Spelling and grammar police. This commit brought to you by themph1998-08-041-3/+3
| | | | letter "A".
* No need to define both USE_CONFIGURE and GNU_CONFIGURE....asami1998-07-281-2/+1
|
* PR: ports/5504dburr1998-07-265-0/+59
Submitted by: sec@42.org Import of new port audio/sidplay, a C=64 SID musicfile player and SID chip emulator.