Commit Graph

33 Commits

Author SHA1 Message Date
naddy
45aca3b4bd audio/libsidplay: update to 1.36.59, fix data type width
* Update to 1.36.59, found on Gentoo.

* Fix the "dword" data types to be 32 bits even on 64-bit platforms.
  This fixes sid2wav from audio/sidplay.
  Based on a patch by Dave Vandervies.

* Drop maintainer.
2022-08-15 20:39:14 +00:00
fcambus
dee2106005 libsidplay: move MASTER_SITES to distfiles.gentoo.org. 2022-07-26 20:21:27 +00:00
naddy
69de5bdc39 drop RCS Id from all ports where I'm listed as MAINTAINER 2022-03-08 14:27:46 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
25f0e460f2 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.
2018-10-24 14:27:57 +00:00
jasper
4c93668c0c fix build with clang6; from freebsD 2018-04-10 16:56:20 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
fcambus
b3da7a0eda Switch ports using MASTER_SITE_OPENBSD to a new MASTER_SITES.
OK sthen@
2017-05-03 18:36:05 +00:00
espie
45048c5c53 converting code to standard C++ (98!) is cool, but converting configure
tests too is better.   No longer fails with non pre-standard includes.

okay sthen@
2017-04-16 10:57:41 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
kili
11333598c5 Yet another WANTLIB = m stdc++ 2010-06-05 16:58:33 +00:00
espie
86fe199750 fix scope issue so that it builds with gcc4 2010-05-11 21:19:25 +00:00
naddy
fda568ddee homepage and master site are long gone; from Tobias Ulmer <tobiasu@tmux.org> 2010-04-21 17:30:50 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
7ff4478022 re-format SHARED_LIBS 2006-10-28 10:30:41 +00:00
espie
b0d27a1201 Bump C++ shared libs numbers and corresponding package names,
handles a through databases
2006-01-13 19:12:15 +00:00
espie
f297538561 zap more MODGNU_SHARED_LIBS 2006-01-10 11:21:21 +00:00
espie
fd2a385350 switch a few ports to SHARED_LIBS and USE_LIBTOOL 2005-12-23 15:03:05 +00:00
naddy
199c30b4ac SIZE 2005-01-05 15:47:05 +00:00
espie
79fe9efdfd switch to new style PLISTS, using @lib, ditching DYNLIBDIR.
Replace two INSTALL scripts with @sample.
Reorder plists to match auto-generation, add comments for files that
don't get installed.
2004-08-06 14:37:27 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
naddy
3ab2a141b5 Update to 1.36.57. 2002-09-14 20:09:31 +00:00
naddy
fa4d6fe7e7 update to 1.36.55 2002-08-04 23:08:17 +00:00
naddy
4e54459736 Import libsidplay 1.36.54.
This library provides the Sound Interface Device (SID) chip emulator
engine that is used by music player programs like SIDPLAY.  With it
you can play musics from Commodore 64 (or compatible) programs.
2002-05-22 22:40:51 +00:00