aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
Commit message (Collapse)AuthorAgeFilesLines
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Mark BROKEN: Violates stagedir and fails to packageAntoine Brodin2014-05-031-0/+2
| | | | | | | | | | | | | | | ====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}): extra: usr/local/share/mime/packages/pbi-thumbnail-mime.xml extra: usr/local/etc/gconf/schemas/pbi-thumbnail.schemas .. ===> Building package for pbi-thumbnailer-0.9.2_5 pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/share/mime/packages/pbi-thumbnail-mime.xml): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/etc/gconf/schemas/pbi-thumbnail.schemas): No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=352902
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-13/+8
| | | | | | | Strip binaries Notes: svn path=/head/; revision=352090
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-10/+6
| | | | Notes: svn path=/head/; revision=351861
* Support stageBaptiste Daroussin2014-04-222-7/+3
| | | | | | | | Modernize Fix dependencies Notes: svn path=/head/; revision=351832
* Support stageBaptiste Daroussin2014-04-222-26/+34
| | | | Notes: svn path=/head/; revision=351831
* These ports are no longer used or cared for.Rusmir Dusko2014-04-212-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters Notes: svn path=/head/; revision=351711
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-166-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 14.02.22.11Pietro Cerutti2014-04-154-31/+60
| | | | Notes: svn path=/head/; revision=351317
* Remove buggy dependency on gdkpixbufBaptiste Daroussin2014-04-111-1/+2
| | | | Notes: svn path=/head/; revision=351024
* Remove expired ports:Rene Ladan2014-04-1110-579/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000 Notes: svn path=/head/; revision=350942
* 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the ↵Baptiste Daroussin2014-04-116-72/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 3.x version which is not compatible with 2.x 2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import 2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import 2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import Notes: svn path=/head/; revision=350933
* Support stageBaptiste Daroussin2014-04-112-15/+16
| | | | | | | Modernize Notes: svn path=/head/; revision=350927
* Support stageBaptiste Daroussin2014-04-101-5/+3
| | | | Notes: svn path=/head/; revision=350844
* Support stageBaptiste Daroussin2014-04-101-9/+8
| | | | Notes: svn path=/head/; revision=350843
* Support stageBaptiste Daroussin2014-04-102-9/+7
| | | | Notes: svn path=/head/; revision=350842
* Support stageBaptiste Daroussin2014-04-102-22/+10
| | | | Notes: svn path=/head/; revision=350840
* - Update to 0.5.9. Changelog:Jose Alonso Cardenas Marquez2014-03-262-6/+6
| | | | | | | | | | | http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28 - Convert to new LIB_DEPENDS syntax PR: ports/187908 Submitted by: maintainer Notes: svn path=/head/; revision=349259
* - Convert USE_XZ/BZIP2/GMAKE to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348343
* nautilus will be updated to the 3.x version when GNOME 3 will merged.Koop Mast2014-03-111-0/+3
| | | | | | | Deprecate the ports that are incompatible with the new 3.x version. Notes: svn path=/head/; revision=347907
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Remove expired port:Rene Ladan2014-03-105-197/+0
| | | | | | | 2014-03-10 x11-fm/dfm: No more public distfiles Notes: svn path=/head/; revision=347749
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵Antoine Brodin2014-03-081-0/+2
| | | | | | | since more than 12 years) Notes: svn path=/head/; revision=347539
* Replace USE_GCC=4.6+ by USE_GCC=yes.Gerald Pfeifer2014-03-031-1/+1
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=346975
* x11/libfmRusmir Dusko2014-02-235-14/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1] Notes: svn path=/head/; revision=345771
* - Bump PORTREVISION after update of deskutils/xfce4-tumblerOlivier Duchateau2014-02-231-0/+1
| | | | Notes: svn path=/head/; revision=345720
* Remove trailing whitespaces from category x11-fmEmanuel Haupt2014-02-212-2/+2
| | | | Notes: svn path=/head/; revision=345440
* - Update to version 0.9.1Marcus von Appen2014-02-205-33/+38
| | | | | | | | | - Enable terminal color output - Enable custom mouse cursors - Enable support for GTK+ 3.x Notes: svn path=/head/; revision=345273
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-182-1/+2
| | | | Notes: svn path=/head/; revision=344898
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=344281
* - STAGE-cleanPietro Cerutti2014-02-142-348/+346
| | | | | | | - DATADIR-clean Notes: svn path=/head/; revision=344204
* - Fix build on 10.xDmitry Marakasov2014-02-142-7/+7
| | | | | | | | | | | - Fix stripping with regard to staging PR: 186672 Submitted by: amdmi3 Approved by: anoine (portmgr) Notes: svn path=/head/; revision=344202
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-102-0/+5
| | | | | | | | | | | | | | 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
* Back to the futurBaptiste Daroussin2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-101-0/+3
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* Mark as broken: Fails to configureAntoine Brodin2014-02-011-0/+2
| | | | | | | | Reported by: pkg-fallout since august 2013 With hat: portmgr Notes: svn path=/head/; revision=342132
* - add stage supportAndrej Zverev2014-01-302-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341813
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* - Stage supportMartin Wilke2014-01-265-13/+10
| | | | Notes: svn path=/head/; revision=341177
* - Stage supportMartin Wilke2014-01-262-10/+8
| | | | Notes: svn path=/head/; revision=341176
* - stagifyLars Engels2014-01-252-12/+9
| | | | | | | | - add LICENSE - use a single space after WWW: Notes: svn path=/head/; revision=341015
* - Enable stagedir supportMarcus von Appen2014-01-182-49/+28
| | | | | | | | - Add LICENSE - Simplify OPTIONS Notes: svn path=/head/; revision=340196
* - Support staging.Raphael Kubo da Costa2014-01-051-3/+0
| | | | | | | | | - Stop setting the outdated LATEST_LINK variable. Approved by: fluffy (maintainer, implicit) Notes: svn path=/head/; revision=338803
* Convert the tree to USES=famAntoine Brodin2014-01-043-5/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=338691
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-3/+0
| | | | Notes: svn path=/head/; revision=338513
* - Update to version 0.5.8.Raphael Kubo da Costa2013-12-293-68/+58
| | | | | | | | | | | | | | | | Changelog: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=27 - Change in default options to also install unrar, unzip, ftp and samba plugins - Staging support - Convert to USES=dos2unix - Remove post-install message PR: ports/185265 Submitted by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=338053
* Stage supportAntoine Brodin2013-12-291-7/+5
| | | | Notes: svn path=/head/; revision=338012
* Stage supportAntoine Brodin2013-12-272-5/+3
| | | | Notes: svn path=/head/; revision=337820
* Update freetype to 2.5.2.Koop Mast2013-12-241-0/+1
| | | | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 Notes: svn path=/head/; revision=337385