summaryrefslogtreecommitdiff
path: root/multimedia/smpeg/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/smpeg: fix build with clang 16Dimitry Andric2023-05-181-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since clang 16 (and gcc 11) the default C++ standard is now gnu++17. Because multimedia/smpeg's configure scripts and Makefiles do not explicitly set the C++ standard, this leads to several errors: In file included from MPEGaudio.cpp:24: ../MPEGaudio.h:129:7: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int r=(buffer[bitindex>>3]>>(7-(bitindex&7)))&1; ^~~~~~~~~ ../MPEGaudio.h:135:7: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned short a; ^~~~~~~~~ MPEGaudio.cpp:317:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int r=(_buffer[bitindex>>3]>>(7-(bitindex&7)))&1; ^~~~~~~~~ MPEGaudio.cpp:326:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned short a; ^~~~~~~~~ MPEGaudio.cpp:339:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned short a; ^~~~~~~~~ Because smpeg uses a rather strange configure script, it does not process CXXFLAGS correctly, so set CXX to include -std=gnu++98. Also remove the REAL_CC patch which is no longer necessary. PR: 271353 Approved by: portmgr (build fix blanket) MFH: 2023Q2
* multimedia/smpeg: Revert configure patch fileJose Alonso Cardenas Marquez2022-06-181-26/+0
| | | | | | | | | * Commit 87624aab for PR #231524 has accidentally introduced two additional patches to the configure script, breaking parts of its workings. Revert these changes to fix the configuration. * Bump PORTREVISION PR: 263023 Reported by: Robert Clausecker <fuz _at_ fuz.su>
* - Fix LLD for i386Jose Alonso Cardenas Marquez2018-11-205-18/+44
| | | | | | | | | | | | - Correct order variables, while here - Regenerate patches with makepatch - Bump PORTREVISION PR: 231524 Submitted by: Nathan <ndowens _at_ yahoo.com> Notes: svn path=/head/; revision=485454
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename multimedia/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363283
* - Convert multimedia/smpeg* to USES=libtool and bump dependent portsTijl Coosemans2014-07-151-11/+0
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361996
* - Fix smpeg.m4 to remove annoying warning (warning: underquoted definition ↵Dmitry Marakasov2014-03-071-0/+11
| | | | | | | | | | | of AM_PATH_SMPEG) on each autotools invocation PR: 186765 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347363
* - Fix build with clangDmitry Marakasov2011-09-091-0/+9
| | | | | | | | | PR: 159270 Submitted by: myself Approved by: acm (maintainer via private email) Notes: svn path=/head/; revision=281476
* - Fix build with gcc4.xJose Alonso Cardenas Marquez2007-03-201-0/+16
| | | | | | | | Reported by : Kris Obtained from : NetBSD Notes: svn path=/head/; revision=187814
* - Fix build on AMD64Kirill Ponomarev2004-02-081-0/+11
| | | | Notes: svn path=/head/; revision=100423
* Use c++ instead of cc for linking shared library from objects generatedMaxim Sobolev2002-07-021-0/+13
| | | | | | | from C++ code. This fixes the port on -current. Notes: svn path=/head/; revision=62337
* Update to 0.4.3.Maxim Sobolev2001-04-061-20/+0
| | | | Notes: svn path=/head/; revision=40951
* OOPS, previously committed not a last version of this patch.Maxim Sobolev2000-12-111-2/+11
| | | | Notes: svn path=/head/; revision=35891
* Fix smpeg-config: sdl-config in FreeBSD called sdl11-config.Maxim Sobolev2000-12-111-0/+11
| | | | Notes: svn path=/head/; revision=35890
* Update to 0.4.2.Maxim Sobolev2000-12-111-11/+0
| | | | Notes: svn path=/head/; revision=35886
* Add a patch for I18N fontset.Vanilla I. Shu2000-04-222-0/+21
| | | | Notes: svn path=/head/; revision=27897
* Add a patch forgot while merging changes from Maxim SobolevChris Piazza2000-02-031-0/+11
Notes: svn path=/head/; revision=25452