| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update patch files
Notes:
svn path=/head/; revision=556187
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error:
`_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section `.data.rel.ro' of tag.lo: defined in discarded section `.rodata._ZTSN12_GLOBAL__N_117ConstIteratorImplE[_ZTSN12_GLOBAL__N_117ConstIteratorImplE]' of tag.lo
Using newer binutils alone doesn't help, but using also newer GCC helps.
PR: 243715
Reported by: canardo909@gmx.com
Notes:
svn path=/head/; revision=530789
|
|
|
|
| |
Notes:
svn path=/head/; revision=497401
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=478660
|
|
|
|
|
|
|
|
|
|
| |
- Use USES=localbase
- Cosmetic change
- Regenerate patch files with makepatch:
- Take maintainership
Notes:
svn path=/head/; revision=475683
|
|
|
|
| |
Notes:
svn path=/head/; revision=473661
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=473660
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a patch to fix stack corruption bug when reading IDv3 tags
and VBR header information.
PR: 220374
Submitted by: bob@eager.cx
Obtained from: https://sourceforge.net/p/id3lib/bugs/189/
MFH: 2017Q3
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=445652
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
| |
Notes:
svn path=/head/; revision=371234
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=365447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace USE_AUTOTOOLS=libtool with USES=libtool. This allows removing
some libtool related patches.
PR: ports/186692
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=346378
|
|
|
|
|
|
|
| |
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=328096
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
|
|
| |
PR: ports/163368
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout (kaeru@inigo-tech.com, >28d)
Notes:
svn path=/head/; revision=289689
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
| |
PR: 117700
Submitted by: pietro cerutti <gahr@gahr.ch>
Approved by: portmgr (pav), maintainer
Notes:
svn path=/head/; revision=202458
|
|
|
|
|
|
|
|
|
| |
- Use MASTER_SITE=SF for sourceforge project
Approved by: maintainer
Notes:
svn path=/head/; revision=200582
|
|
|
|
|
|
|
|
|
| |
handling.
Approved by: maintainer
Notes:
svn path=/head/; revision=200581
|
|
|
|
| |
Notes:
svn path=/head/; revision=183830
|
|
|
|
|
|
|
|
|
|
|
|
| |
${OSVERSION} >= 500000 && ${OSVERSION} < 501103
because this OSVERSION is not supported anymore and the code in question
includes references to the deprecated port devel/stlport-icc
* Switch to USE_LDCONFIG
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=180274
|
|
|
|
|
|
|
|
|
|
|
|
| |
tags
- Pass maintainer-ship to submitter
PR: 98061
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Obtained from: Fedora (CVS)
Notes:
svn path=/head/; revision=163968
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=149221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
days his MTA also remains unresponsive [1].
[1] Unable to deliver to destination domain
Failed to deliver to domain oven.org after 73 tries.
The last error was:
CantConnectToHost
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=146588
|
|
|
|
|
|
|
|
|
| |
PR: ports/84917
Submitted by: "James E. Flemer" <jflemer@alum.rpi.edu>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=142207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Mon, 5 Apr 2004 11:37:55 +0200 (IST)
From: Roman Shterenzon <ports@oven.org>
To: edwin@freebsd.org
Subject: audio/id3lib
Hi,
I'm no longer using blars.
Thanks,
--Roman
Notes:
svn path=/head/; revision=106231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reporting-MTA: dns; mx2.freebsd.org
Arrival-Date: Sun, 4 Apr 2004 21:04:57 -0700 (PDT)
Final-Recipient: rfc822; ports@oven.org
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host mail.oven.org[192.115.22.32] said: 554 Service
unavailable; Client host [216.136.204.119] blocked using block.blars.org
Notes:
svn path=/head/; revision=106191
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=105722
|
|
|
|
| |
Notes:
svn path=/head/; revision=104535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
Notes:
svn path=/head/; revision=103708
|
|
|
|
|
|
|
| |
xmms-imms to fail to build. Mail to ${MAINTAINER} bounces.
Notes:
svn path=/head/; revision=101759
|
|
|
|
|
|
|
|
|
|
| |
Update: audio/id3lib to version 3.8.3
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes:
svn path=/head/; revision=97218
|
|
|
|
|
|
|
|
| |
PR: ports/57001 (originally)
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=90093
|
|
|
|
| |
Notes:
svn path=/head/; revision=76030
|
|
|
|
| |
Notes:
svn path=/head/; revision=75786
|
|
|
|
|
|
|
|
| |
PR: ports/48054
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes:
svn path=/head/; revision=75448
|
|
|
|
|
|
|
|
| |
PR: ports/47565
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes:
svn path=/head/; revision=74135
|