summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sqlfs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2019-08-14Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold1-4/+6
2017-10-31Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni1-1/+1
2017-01-20- Add LICENSEDmitry Marakasov2-7/+10
- Switch to options helpers - Regenerate patches
2016-01-10Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdBaptiste Daroussin1-5/+2
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2015-05-11Cleanup DIST* variables.Mathieu Arnold1-1/+1
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
2015-03-02Remove Author from pkg-descr and white space fixesBaptiste Daroussin1-1/+0
2014-07-04Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger1-7/+5
2014-07-04Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans1-0/+1
have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
2013-11-13Support STAGEDIR.Vanilla I. Shu1-7/+3
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-1/+1
sysutils)
2013-03-28Style: tab -> space.Eitan Adler1-1/+1
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-06Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin1-6/+2
While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-02-28- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti1-2/+2
Approved by: portmgr
2012-12-14- introduce a USE_FUSE macroFlorian Smeets1-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)
2011-10-24- Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov1-1/+1
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
2011-03-19- Get Rid MD5 supportMartin Wilke1-1/+0
2009-01-06- Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik1-4/+0
2007-02-07- Update to 1.1.Stanislav Sedov4-16/+25
- The project has moved.
2006-08-22- I forgot to reset TARGETDIRCheng-Lung Sung1-1/+1
2006-08-22Add fusefs-sqlfs 20060811, SQLite backed FUSE file system.Cheng-Lung Sung5-0/+135
PR: ports/102271 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>