| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
Notes:
svn path=/head/; revision=554733
|
|
|
|
| |
Notes:
svn path=/head/; revision=517047
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That commit removed library version numbers from LIB_DEPENDS, but it
should not have been removed from libmagic. Rodent was correctly set to
use sysutils/file, but after that point it linked with base libmagic.
Restore the original intent more than 4 years later by specifying the
so version once again.
Approved by: just-fix-it
Notes:
svn path=/head/; revision=419625
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
| |
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Notes:
svn path=/head/; revision=397374
|
|
|
|
| |
Notes:
svn path=/head/; revision=394851
|
|
|
|
| |
Notes:
svn path=/head/; revision=386859
|
|
|
|
|
|
|
|
| |
Bump port revision.
Reported by marino
Notes:
svn path=/head/; revision=384224
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix librfm pkg-descr
- remove unnecesary dirrm & dirrmtry
PR: ports/194834
Submitted by: marino
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=372653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The rodent project split the code in 3 parts, rodent itself and
two shared libraries, librfm and libtubo.
Librfm and libtubo are new ports because they evolve separately
and can be used by other ports.
PR: ports/193561
Submitted by: rodrigo
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=369939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=351831
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351411
|
|
|
|
| |
Notes:
svn path=/head/; revision=345440
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
Notes:
svn path=/head/; revision=341704
|
|
|
|
|
|
|
|
|
|
|
| |
the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331275
|
|
|
|
|
|
|
| |
x11-fm)
Notes:
svn path=/head/; revision=327780
|
|
|
|
| |
Notes:
svn path=/head/; revision=326107
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership (asked via mailing list) [1]
- USES gmake
- Remove leading article from COMMENT
PR: ports/180618 [1]
Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=323185
|
|
|
|
| |
Notes:
svn path=/head/; revision=317470
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=303640
|
|
|
|
|
|
|
|
|
|
| |
- Remove ABI version numbers in LIB_DEPENDS
PR: ports/169503 [1]
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
Notes:
svn path=/head/; revision=300560
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Noticed by: beat
Notes:
svn path=/head/; revision=295064
|
|
GNU operating system (but it also works in BSD). That's one
way to look at it. Another way is to call it a graphic shell
(that's probably more accurate).
* Rodent wastes no space on menus or function buttons (display
real estate is too valuable).
* All functionality is available through popup menu or keyboard
action.
* Popup menu is context sensitive.
* Full lpterminal is available from keyboard.
* Functionality is extendible via plugin technology.
WWW: http://xffm.org/
PR: ports/166191
Submitted by: Jens K. Loewe <bsd@tuxproject.de>
Notes:
svn path=/head/; revision=295054
|