aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/archivemount/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportmiwi2014-02-111-6/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | sysutils)
* Remove useless USE_GCC: clang builds it just finebapt2013-09-141-3/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Convert USE_FUSE macros into USES feature.bapt2013-03-071-6/+2
| | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
* - introduce a USE_FUSE macroflo2012-12-141-3/+1
| | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* - Update to 0.6.1culot2011-03-211-1/+1
| | | | | PR: ports/155718 Submitted by: Evgeny Zhirnov <jirnov AT gmail.com> (maintainer)
* - Update to 0.6.0pav2009-06-151-4/+4
| | | | | PR: ports/135591 Submitted by: Evgeny Zhirnov <jirnov@gmail.com> (maintainer)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-7/+1
|
* Archivemount is a piece of glue code between libarchivemiwi2008-06-211-0/+35
(http://people.freebsd.org/~kientzle/libarchive/) and FUSE (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. WWW: http://www.cybernoia.de/software/archivemount/ PR: ports/124793 Submitted by: Evgeny Zhirnov <jirnov at gmail.com>