| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- USES tar:tgz
- Take maintainership as it is required as a dependecny
of one of my ports
|
| |
|
| |
|
|
|
|
| |
Exp-run by: bdrewery
|
|
|
|
| |
audio)
|
| |
|
|
|
|
| |
and perform other minor cleanups along the way, whenever noticed.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
My apologies for the inconvenience.
Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
|
|
|
|
|
|
| |
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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 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)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
PR: ports/71067
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: maintainer timeout (1 month)
|
|
|
|
|
|
| |
PR: ports/69917
Submitted by: Paul Seniura <pdseniura@techie.com>
Approved by: Stefan `Sec` Zehl <sec@42.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Sort plist and silent some portlint warnings
PR: ports/41316
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/40667
Submitted by: maintainer
|
|
|
|
|
| |
PR: 33800
Submitted by: MAINTAINER
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 24168
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 21829
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 20764
Submitted by: maintainer
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
PR: 19515
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
|
|
| |
to 1.36.40.
PR: 19515
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 14777
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
[ie. Add WWW:, and periodic misc legibalizificatings]
|
|
|
|
|
| |
PR: ports/9085
Submitted by: sec@btl.42.org
|
| |
|
|
|
|
| |
letter "A".
|
| |
|
|
Submitted by: sec@42.org
Import of new port audio/sidplay, a C=64 SID musicfile player and
SID chip emulator.
|