aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dfc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MANPREFIX: eliminate usage of MANPREFIXBaptiste Daroussin2024-01-111-1/+2
| | | | While here move some manpages to share/man
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/dfc: Update to 3.1.1Danilo G. Baio2017-09-171-3/+3
| | | | | | | | | | | Update pkg-descr. While here, add LICENSE_FILE and use https address. PR: 222315 Submitted by: Matteo Cypriani <mcy@lm7.fr> (maintainer) Notes: svn path=/head/; revision=450028
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Fix plist with NLSBaptiste Daroussin2014-10-181-0/+1
| | | | | | | | | While here sort plist PR: 194444 Notes: svn path=/head/; revision=371161
* - Update to version 3.0.5Pawel Pekala2014-10-141-6/+5
| | | | | | | | | | | - More precise LICENSE, fix WWW line - Give maintainership to submitter PR: 194253 Submitted by: Matteo Cypriani <mcy@lm7.fr> Notes: svn path=/head/; revision=370878
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* Update to 3.0.4Baptiste Daroussin2013-10-101-2/+2
| | | | Notes: svn path=/head/; revision=329999
* Use stageBaptiste Daroussin2013-09-231-4/+1
| | | | Notes: svn path=/head/; revision=327933
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Use new helpersBaptiste Daroussin2013-06-141-14/+4
| | | | Notes: svn path=/head/; revision=320927
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Use hack to unsetenv SunOS 3.2 TTY compatibilityBaptiste Daroussin2012-07-241-7/+1
| | | | | | | | | as this broke the build on 7.x which still have it. Submitted by: pluknet@ (via private mail) Notes: svn path=/head/; revision=301452
* Still broken on 7.XBaptiste Daroussin2012-07-241-1/+7
| | | | | | | Submitted by: pointyhat (beat) Notes: svn path=/head/; revision=301448
* - update to 3.0.0Baptiste Daroussin2012-06-151-7/+16
| | | | | | | | | | | | | | | | - add an options for NLS - upstream changes: * fix size and inode calculation on FreeBSD * new aguments: -l: show only local mounts -d: show the used size -e: allow to export informations in TeX, HTML, CSV -p: filter on file system name -q: sort the output * more: http://projects.gw-computing.net/news/12 Notes: svn path=/head/; revision=299372
* - Mark BROKEN on FreeBSD 7.X: does not compilePav Lucistnik2012-05-051-1/+7
| | | | | | | | | | | src/util.c: In function 'getttywidth': src/util.c:99: error: 'struct ttysize' has no member named 'ws_col' *** Error code 1 Reported by: pointyhat Notes: svn path=/head/; revision=296064
* - update to 3.5.0Baptiste Daroussin2012-04-051-4/+2
| | | | | | | | | | | | - changes: * new -W (wide) option to avoid trauncating mount points * support show mount options for FreeBSD * gmake not needed anymore Feature safe: yes Notes: svn path=/head/; revision=294243
* - update to 2.4.0 (mostly integrating FreeBSD support upstream)Baptiste Daroussin2012-04-011-2/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294096
* Display file system space usage using graph and colors.Baptiste Daroussin2012-04-011-0/+21
Feature safe: yes Notes: svn path=/head/; revision=294074