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)
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
so long.
Since this is a dependency of openoffice, try assigning it to office@.
PR: 178383
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: bkoenig@alpha-tierchen.de (maintainer)
- The port has a dedicated website now, switch MASTER_SITES and pkg-descr to
it.
- Use FONTDIR in pkg-plist to avoid some needless repetition.
This is based on ports/187695 by bsam@, which update the port to 3.003 and
contained some other differences I have decided not to incorporate.
PR: ports/187695
Submitted by: bsam@
- Turn LINKS option on by default
- Update PLIST and PLIST_SUB: do not use _REL suffix
- Simplify Makefile
- Cosmetic change
- Bump PORTREVISION for dependency and package change
The font was renamed upstream, so follow suit and rename the port. Changes
since 1.3.1:
1.3.2 - Various fixes: playing again with bold m, moving accents again,
taking care again of Powerline symbols, clean 8 and R. Add a few box
drawing characters (for use with vim-indentline). Generate webfonts
(goal: this font used for code samples on all cool languages'
websites). Add a WIP medium version of the proportional font.
1.4 - Rename font to Fantasque Sans, because fantasque is the new cosmic.
Make W look symetrical at big size.
1.4.1 - Drop Reserved Font Name. You can now subset, compress, hint and
whatnot without worrying about renaming. Many small improvements (8,
s , t, a, e, {, }, W, i, l, g...).
1.5 - Add regular italic version. Some small changes (Q, w, y, n).
1.6 - Add bold italic version.
1.6.1 - Simplify @ to make it look sharp at all sizes. Various fixes.