| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=379301
|
|
|
|
|
|
|
|
| |
Reported by: danfe@
PR: 194468
Notes:
svn path=/head/; revision=372597
|
|
|
|
|
|
|
| |
PR: 194468
Notes:
svn path=/head/; revision=372558
|
|
|
|
| |
Notes:
svn path=/head/; revision=371546
|
|
|
|
|
|
|
| |
- Drop .la files, no dependees require them
Notes:
svn path=/head/; revision=367863
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=346819
|
|
|
|
| |
Notes:
svn path=/head/; revision=331504
|
|
|
|
|
|
|
|
|
|
| |
- Remove substitutions that have no effect.
PR: ports/181504 [1]
Submitted by: nork [1]
Notes:
svn path=/head/; revision=330858
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=328226
|
|
|
|
| |
Notes:
svn path=/head/; revision=327750
|
|
|
|
|
|
|
| |
devel part 3)
Notes:
svn path=/head/; revision=327724
|
|
|
|
| |
Notes:
svn path=/head/; revision=326333
|
|
|
|
|
|
|
|
|
|
| |
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Notes:
svn path=/head/; revision=325945
|
|
|
|
|
|
|
|
|
| |
PR: ports/164190
Submitted by: Yuri Pankov
Feature safe: yes
Notes:
svn path=/head/; revision=306326
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
Notes:
svn path=/head/; revision=305610
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=276999
|
|
|
|
| |
Notes:
svn path=/head/; revision=271527
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- liboil stopped development and remains in maintenance mode only
- project outdated and replaced with ORC (The Oil Runtime Compiler)
http://code.entropywave.com/projects/orc/
Notes:
svn path=/head/; revision=250759
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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: 133947
Submitted by: Paul <onemda at gmail dot com>
Notes:
svn path=/head/; revision=233275
|
|
|
|
|
|
|
|
|
| |
symbols as functions and give them a correct size.
Ok'd: gerald (thanks!)
Notes:
svn path=/head/; revision=231283
|
|
|
|
|
|
|
| |
Approved by: ahze (via multimedia@FreeBSD.org)
Notes:
svn path=/head/; revision=225338
|
|
|
|
| |
Notes:
svn path=/head/; revision=225293
|
|
|
|
| |
Notes:
svn path=/head/; revision=217536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Notes:
svn path=/head/; revision=209647
|
|
|
|
|
|
|
|
|
|
| |
supported anymore.
PR: ports/119969
Submitted by: Tsurutani Naoki
Notes:
svn path=/head/; revision=206745
|
|
|
|
| |
Notes:
svn path=/head/; revision=200786
|
|
|
|
| |
Notes:
svn path=/head/; revision=200770
|
|
|
|
|
|
|
| |
gcc 4.2.
Notes:
svn path=/head/; revision=200710
|
|
|
|
|
|
|
| |
Submitted by: mi
Notes:
svn path=/head/; revision=197813
|
|
|
|
| |
Notes:
svn path=/head/; revision=192856
|
|
|
|
| |
Notes:
svn path=/head/; revision=188214
|
|
|
|
|
|
|
|
|
|
| |
gstreamer applications
* Add gnometarget
Approved by: ahze
Notes:
svn path=/head/; revision=181877
|
|
|
|
|
|
|
|
|
| |
will depend on gcc40+
Reported by: pav
Notes:
svn path=/head/; revision=177635
|
|
|
|
|
|
|
| |
- Add a knob that enables 3dnow extensions (requires gcc40+)
Notes:
svn path=/head/; revision=177591
|
|
|
|
| |
Notes:
svn path=/head/; revision=175598
|
|
|
|
|
|
|
|
| |
which is not installed by the base gcc for some reason. Without this
fix binaries that link to liboil would fail to load.
Notes:
svn path=/head/; revision=167043
|
|
|
|
| |
Notes:
svn path=/head/; revision=165209
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=165202
|
|
|
|
|
|
|
|
| |
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
Notes:
svn path=/head/; revision=164918
|
|
|
|
|
|
|
| |
Spotted on: portscout
Notes:
svn path=/head/; revision=164660
|
|
|
|
|
|
|
| |
- Adopt port
Notes:
svn path=/head/; revision=162686
|
|
|
|
|
|
|
| |
compilers, too.
Notes:
svn path=/head/; revision=161089
|
|
|
|
| |
Notes:
svn path=/head/; revision=160852
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=159522
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|