| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Add new knob, WITH_ARTS, this enables arts backend (weird...)
|
|
|
|
|
|
| |
This avoids a bus error crash when using esddsp.
PR: 80382
|
|
|
|
|
|
|
|
| |
- Remove the patch-configure; it's no longer need.
- Make the portlint a happy man.
PR: ports/69175 [1]
Reported by: Torfinn Ingolfsen <tingo@start.no> [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
PR: 57610
Submitted by: James McNaughton <jtm63@rcn.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Do not bump PORTREVISION
Approved by: adamw (gnome), fjoe (mentor) (implicit)
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
| |
0.2.28.
Spotted by: edwin
|
| |
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
| |
|
|
|
|
|
|
|
| |
problems.
PR: 39541
Prompted by: many
|
|
|
|
| |
Reminder by: pat
|
| |
|
|
|
|
|
| |
is here is to prevent gettext from rolling its own version of getopt_long
into the binary, thereby slightly improving code sharing.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 35468
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
| |
along with libaudiofile dependency.
|
|
|
|
|
| |
This is more a "style" fix than anything else, so that leave PORTREVISION
intact.
|
| |
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: green
|
|
|
|
| |
Submitted by: ade
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/.
Also, the ~/.esd/socket of course needs only be 0644.
Two macros had to be backed up by functions which returned a static
buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME,
both return constant strings as the new functions esd_unix_socket_dir()
and esd_unix_socket_name(), so the static buffers are not particularly
evil.
The fix has been tested (without needing recompilation) by the most
important EsounD-related apps, esd and XMMS, and works perfectly
in both cases. It will be submitted to the EsounD maintainer to
be fixed in the source distribution ASAP.
Approved by: Security Officer Kris
Noticed by: Stan Bubrouski <satan@FASTDIAL.NET>
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
| |
|
| |
|
|
|
|
| |
OK'd by: vanilla
|
|
|
|
|
| |
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
|
|
|
|
|
| |
PR: ports/14788
Submitted by: Ade Lovett<ade@lovett.com>
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
|