| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 195101
Submitted by: olivierd@FreeBSD.org
Notes:
svn path=/head/; revision=372994
|
|
|
|
| |
Notes:
svn path=/head/; revision=371546
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
qemu bug, but the code itself is arguably wrong as well. Apply this patch atop
the tar ball and move on.
Phabric: https://reviews.freebsd.org/D746
Submitted by: nox
Reviewed by: kwm
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=368308
|
|
|
|
|
|
|
|
| |
Remove some libtool patches that don't make sense anymore with use
USES=libtool handling.
Notes:
svn path=/head/; revision=358970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: swills@
Notes:
svn path=/head/; revision=351688
|
|
|
|
|
|
|
|
|
|
| |
Update LICENSE to new notation and the fact there two different license
in the software.
Switch to USES=libtool, strip library.
Don't install compiled examples. They not getting build on some platforms.
Notes:
svn path=/head/; revision=351617
|
|
|
|
|
|
|
|
| |
PR: 186838
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Notes:
svn path=/head/; revision=344759
|
|
|
|
|
|
|
|
| |
With help from: antoine
Approved by: kwm
Notes:
svn path=/head/; revision=344197
|
|
|
|
| |
Notes:
svn path=/head/; revision=327754
|
|
|
|
| |
Notes:
svn path=/head/; revision=327750
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=327318
|
|
|
|
|
|
|
|
|
|
| |
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Notes:
svn path=/head/; revision=325945
|
|
|
|
| |
Notes:
svn path=/head/; revision=325443
|
|
|
|
| |
Notes:
svn path=/head/; revision=323993
|
|
|
|
|
|
|
| |
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org>
Notes:
svn path=/head/; revision=309714
|
|
|
|
|
|
|
|
| |
PR: ports/166809
Approved by: maintainer timeout (>14d)
Notes:
svn path=/head/; revision=295570
|
|
|
|
| |
Notes:
svn path=/head/; revision=289768
|
|
|
|
|
|
|
|
| |
PR: ports/156440
Submitted by: Arseny Nasokin <eirnym@gmail.com>
Notes:
svn path=/head/; revision=274096
|
|
|
|
|
|
|
|
| |
PR: ports/156487
Submitted by: Koop Mast <kwm@FreeBSD.org>
Notes:
svn path=/head/; revision=273558
|
|
|
|
| |
Notes:
svn path=/head/; revision=271527
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263214
|
|
|
|
| |
Notes:
svn path=/head/; revision=262752
|
|
|
|
| |
Notes:
svn path=/head/; revision=261411
|
|
|
|
|
|
|
|
|
|
| |
- Don't link against librt for clock_gettime
PR: ports/148985
Submitted by: swell.k@gmail.com
Notes:
svn path=/head/; revision=260577
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=260308
|
|
|
|
| |
Notes:
svn path=/head/; revision=260223
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkgconfigdir [1]
PR: ports/148548 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
Notes:
svn path=/head/; revision=257820
|
|
|
|
| |
Notes:
svn path=/head/; revision=256208
|
|
|
|
|
|
|
|
|
| |
PR: ports/146023
Submitted by: Andreas Tobler <andreast-list at fgznet dot ch>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=255616
|
|
|
|
| |
Notes:
svn path=/head/; revision=251801
|
|
|
|
| |
Notes:
svn path=/head/; revision=250762
|
|
Orc is a library and set of tools for compiling and executing
very simple programs that operate on arrays of data. The "language"
is a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.
(OIL stands for Optimized Inner Loops)
WWW: http://code.entropywave.com/projects/orc/
Notes:
svn path=/head/; revision=250761
|