aboutsummaryrefslogtreecommitdiff
path: root/x11/libfm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x11/libfm: fix BROKEN for gtk3 flavorFernando Apesteguía2021-04-291-0/+1
| | | | | PR: 255477 Reported by: portmaster@bsdforge.com (maintainer)
* x11/libfm: Update to 1.3.2Fernando Apesteguía2021-04-131-1/+1
| | | | | | | | | | Updating pkg-plist in slave port x11/libfm-extra. ChangeLog: https://github.com/lxde/libfm/releases/tag/1.3.2 PR: 254791 Reported by: gspurki@gmail.com Tested by: portmaster@bsdforge.com (maintainer)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix LICENSEDmitry Marakasov2019-07-021-1/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=505669
* x11/libfm, x11-fm/pcmanfm: update and flavorize both.Alexandre C. Guimarães2019-01-071-13/+30
| | | | | | | | | | | | | | | - update x11/libfm to version 1.3.1 - update x11-fm/pcmanfm to version 1.3.1 - convert both to flavors - fix other affected ports PR: 229944 Reviewed by: adamw, antoine, bapt Approved by: mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D16387 Notes: svn path=/head/; revision=489579
* portmaster@bsdforge.com takes maintainership of 3 ports.Yuri Victorovich2018-03-201-1/+1
| | | | | | | | PR: 226804 226805 226806 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Notes: svn path=/head/; revision=465111
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* - Update to 1.2.5Olivier Duchateau2016-12-111-23/+19
| | | | | | | | | | - Adjust dependencies (reported by QA script) - Switch to USES= localbase - Remove DOCS option - Take maintainership Notes: svn path=/head/; revision=428372
* Reset ports maintained by horia@racoviceanu.com.Raphael Kubo da Costa2016-06-281-1/+1
| | | | | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980 Notes: svn path=/head/; revision=417703
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* x11/libfm:Olivier Duchateau2016-03-281-3/+3
| | | | | | | | | | | | | | | | - Update to 1.2.4 - Cosmetic change for documentation files x11/libfm-extra - Update to 1.2.4 - Remove distinfo (not need in slave port) PR: 207579 Submitted by: myself Approved by: horia@racoviceanu.com (maintainer, timeout 1 month) Notes: svn path=/head/; revision=412051
* Chase update of x11/menu-cache, after revision r405055Olivier Duchateau2016-01-021-1/+1
| | | | Notes: svn path=/head/; revision=405056
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Convert x11/libfm and x11/libfm-extra to Master-Slave PortThomas Zander2015-08-011-9/+51
| | | | | | | | | | | | | (same application, CATEGORIES, DISTFILES, install path) - Bump PORTREVISION - Add missing fm-actions header - Move patches to Makefile PR: 200824 Submitted by: horia@racoviceanu.com (maintainer) Notes: svn path=/head/; revision=393393
* - Update to 1.2.3Olivier Duchateau2015-04-101-18/+14
| | | | | | | | | | | | | | | | - Adjust LICENSE and dependencies - Fix USES= gettext-* when NLS option is not set - Remove STATIC option Add x11-libfm-extra to avoid circular dependency (required for x11/menu-cache >= 1.0.0 and x11/libfm >= 1.2.3) PR: 198773 (based on) Submitted by: myself Approved by: maintainer (timeout 3 weeks) Notes: svn path=/head/; revision=383743
* - Update to 1.2.2.1Jason E. Hale2014-09-121-1/+1
| | | | | | | | PR: 193240 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=368001
* - USE_AUTOTOOLS contains aclocal but not autoconf which leaves configureTijl Coosemans2014-09-061-12/+7
| | | | | | | | | | | | | out of date and causes make (build phase) to run autoconf, erasing any configure patches. Then make reruns configure. Instead of adding autoconf to USE_AUTOTOOLS avoid USE_AUTOTOOLS altogether by patching Makefile.in instead of Makefile.am. - Use INSTALL_TARGET=install-strip and USES=pathfix Reported by: antoine Notes: svn path=/head/; revision=367411
* - Update from 1.2.0 to 1.2.1Danilo Egea Gondolfo2014-07-041-17/+6
| | | | | | | | | | | | | | - Add libtoolize:env to USE_AUTOTOOLS - Add static libraries to Options, remove from default - Add nls to CONFIGURE_ARGS while here - Use @sample in pkg-plist PR: ports/191589 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=360539
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-051-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356665
* These ports are no longer used or cared for.Rusmir Dusko2014-04-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* x11/libfmRusmir Dusko2014-02-231-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Convert the tree to USES=famAntoine Brodin2014-01-041-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=338691
* x11/menu-cacheRusmir Dusko2013-10-041-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.5.0 - Change maintainer email to @FreeBSD.org - Remove not needed patches x11/lxde-meta - Bump PORTREVISION - Change maintainer email to @FreeBSD.org - Add dependency for deskutils/lxshortcut - Add NO_MTREE=yes x11/libfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files with stage x11-fm/pcmanfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files x11/lxpanel - Bump PORTREVISION Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329402
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - Update to 1.1.2.2Rusmir Dusko2013-09-161-6/+5
| | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pkgconfig Approved by: wxs/pawel (mentors) Notes: svn path=/head/; revision=327433
* Update to version 1.1.1Pawel Pekala2013-07-251-3/+3
| | | | | | | | PR: ports/180811 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=323641
* x11/libfm: preserve conf filesWilliam Grzybowski2013-07-031-12/+7
| | | | | | | | | | | - Fix preservation of conf files - Fix dependencies PR: ports/180110 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=322226
* x11/libfm: minor fixesWilliam Grzybowski2013-06-221-12/+27
| | | | | | | | | | | | | - Fix NLS option [1] - Preserve .conf files [1] - Pass maintainership to submitter [1] - Fix pkg-plist and install of .conf PR: ports/179703 [1] Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321568
* x11/menu-cache: update to 0.4.1William Grzybowski2013-06-201-1/+2
| | | | | | | | | | | | | - Update to 0.4.1 [1] - Trim Makefile header [1] - Pass maintainership to submitter [1] - Bump PORTREVISION of dependent ports PR: ports/179711 [1] Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=321401
* Send some ports back to the pool that I no longer have time forKris Moore2013-06-181-1/+1
| | | | Notes: svn path=/head/; revision=321199
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to 1.1.0Kris Moore2013-01-081-12/+13
| | | | | | | | PR: 175099 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=310098
* - Update to 1.0Kris Moore2012-09-051-2/+6
| | | | Notes: svn path=/head/; revision=303720
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.1.17Kris Moore2012-02-281-8/+1
| | | | Notes: svn path=/head/; revision=292388
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add patch which fixes crash using "OpenWith" menus of pcmanfmKris Moore2011-09-191-0/+1
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=282000
* Update to 0.1.16Kris Moore2011-09-031-1/+7
| | | | Notes: svn path=/head/; revision=281054
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.Koop Mast2011-07-301-0/+4
| | | | Notes: svn path=/head/; revision=278564
* - Update to 0.1.14Kris Moore2011-05-251-3/+3
| | | | Notes: svn path=/head/; revision=274660
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Use gnomehack to fix pkgconfig files properlyKris Moore2010-10-081-9/+1
| | | | Notes: svn path=/head/; revision=262622
* Add x11/libfm.Kris Moore2010-09-301-0/+51
Library which provides the core functionality to PCManFM. Notes: svn path=/head/; revision=262173