| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=363283
|
|
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
Notes:
svn path=/head/; revision=361996
|
|
|
|
|
|
|
|
|
|
|
| |
of AM_PATH_SMPEG) on each autotools invocation
PR: 186765
Submitted by: amdmi3
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=347363
|
|
|
|
|
|
|
|
|
| |
PR: 159270
Submitted by: myself
Approved by: acm (maintainer via private email)
Notes:
svn path=/head/; revision=281476
|
|
|
|
|
|
|
|
| |
Reported by : Kris
Obtained from : NetBSD
Notes:
svn path=/head/; revision=187814
|
|
|
|
| |
Notes:
svn path=/head/; revision=100423
|
|
|
|
|
|
|
| |
from C++ code. This fixes the port on -current.
Notes:
svn path=/head/; revision=62337
|
|
|
|
| |
Notes:
svn path=/head/; revision=40951
|
|
|
|
| |
Notes:
svn path=/head/; revision=35891
|
|
|
|
| |
Notes:
svn path=/head/; revision=35890
|
|
|
|
| |
Notes:
svn path=/head/; revision=35886
|
|
|
|
| |
Notes:
svn path=/head/; revision=27897
|
|
Notes:
svn path=/head/; revision=25452
|