net/minidlna: fix run dir for packages
- Use rc.d script to install /var/{db,run}/minidlna as precmd
- Fix order (rclint)
PR: ports/179487
Submitted by: crees
Approved by: culot / jpaetzel (mentors, implicit)
Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
Deprecate USE_GETTEXT for USES and make it optional (depending on NLS setting)
Submitted by: jgh
- Update CyaSSL to 2.7.0
- Enable SNI support
. introdice optionsNG to the port;
. remove shlib ABI version from LIB_DEPENDS;
. introduce EXAMPLE option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. get use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. trim Makefile heades;
. remove acticle from COMMENT;
. simplify install commands.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. introduce EXAMPLES option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. make use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. simpify install commands.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mdir commands and unmute install commands;
. do not use mkdir for parent directories (mkdir implies "-p");
. introduce EXAMPLE option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. make use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. use standard DOCSDIR and EXAMPLESDIR (instead of a PREFIX/foo/bar path);
. trim Makefile headers.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. pet portlint: use {} instaed of () at variable;
. use PLIST_FILES, PORTDATA and PORTDOCS at Makefile;
. get rid of pkg-plist;
. remove article from COMMENT;
. trim Makefile headers.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. mute mkdir;
. use PLIST_FILES and PORTDOCS at Makefile;
. remove pkg-plist;
. trim Makefile headers;
. remove article from COMMENT;
. pet portlint -- use opne space after WWW: at pkg-descr.
If CONTRIB is enabled (default), add docbook-xml-450 as a direct
build requisite. There have been reports about missing DocBook XML V4.5
DTDs, even though they do not show in Tinderbox builds:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084357.html>
Manually installing docbook-xml-450 appears to help:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084383.html>
Approved by: wxs
Use optionsNG for DOCS.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PORTDOCS at Makefile (thus simplify pkg-plist);
. use plain install instead of a .for loop;
. trim Makefile headers.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PLIST_FILES, PORTDATA and PORTDOCS;
. use standard DATADIR and DOCSDIR (rather PREFIX/foo/bar);
. remove pkg-plist.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
. add license (GPLv2);
. bump PORTREVISION;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use f instead of file for a variable (portlint warns against file);
. do not mute install commands;
. remove article from COMMENT;
. trim Makefile headers;
. pet portlint: use one space after WWW: at pkg-descr.
. remove pkg-plist (along with the previous commit).
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PORTDOCS and PORTDATA at makefile;
. mute mkdirs;
. add padding to PKGMESSAGE;
. remove article from COMMENT.
. NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES;
. use PORTEXAMPLES at Makefile;
. trim Makefile headers.
- Update to 4.3.1
- Update to 2.0.22
Add fmake from head, as of r250982.
This is almost the same as the one from stable/9, except with a few comment
changes, so it is a good drop-in replacement.
Reviewed by: bapt, brooks, obrien (all briefly)
sysutils/swapexd: update to 0.4
- Update to 0.4 [1]
- Fix typo in pkg-descr [1]
- Trim Makefile header
- Remove leading article from COMMENT
PR: ports/179717 [1]
Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
Upgrade subversion to 1.8.0.
Re-enable ruby-subversion, as it supports ruby 1.9
Update the sleuthkit to 4.1.0
New Features:
Added YAFFS2 support (patch from viaForensics).
Added Ext4 support (patch from kfairbanks)