aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rodent
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-1/+1
| | | | | | | | | | | | | | - 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
* x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517047
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* x11-fm/rodent: Fix LIB_DEPENDS broken by r300560 (July 2012)John Marino2016-08-041-1/+2
| | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-6/+2
| | | | | | | | | | 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
* Update librfm and rodent ports to 5.3.16.3Rodrigo Osorio2015-08-203-96/+96
| | | | Notes: svn path=/head/; revision=394851
* Upgrade rodent and librfm from 5.2.9 to 5.3.14.6Rodrigo Osorio2015-05-203-6/+672
| | | | Notes: svn path=/head/; revision=386859
* Replace wrong dependencie from japanese/gawk to lang/gawk.Rodrigo Osorio2015-04-181-2/+2
| | | | | | | | Bump port revision. Reported by marino Notes: svn path=/head/; revision=384224
* - fix x11-fm/librfm and rodent issues with DFbsdRodrigo Osorio2014-11-162-272/+3
| | | | | | | | | | | | - fix librfm pkg-descr - remove unnecesary dirrm & dirrmtry PR: ports/194834 Submitted by: marino Approved by: mentors (implicit) Notes: svn path=/head/; revision=372653
* Upgrade rodent file manager to v5.2.9Rodrigo Osorio2014-10-033-1153/+1120
| | | | | | | | | | | | | | 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
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Support stageBaptiste Daroussin2014-04-222-26/+34
| | | | Notes: svn path=/head/; revision=351831
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove trailing whitespaces from category x11-fmEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345440
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-fm) Notes: svn path=/head/; revision=327780
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326107
* x11-fm/rodent: pass maintainershipWilliam Grzybowski2013-07-171-3/+3
| | | | | | | | | | | | - 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
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-9/+5
| | | | Notes: svn path=/head/; revision=317470
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).Mark Linimon2012-09-041-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303640
* - Update to 4.8.0 [1]Alex Kozlov2012-07-063-39/+76
| | | | | | | | | | - 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
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* This file should not have been committed.Chris Rees2012-04-181-1106/+0
| | | | | | | Noticed by: beat Notes: svn path=/head/; revision=295064
* Rodent is a fast, small and powerful file manager for theChris Rees2012-04-185-0/+2278
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