/www/decss/

fixes hangs when combined with Salt [1]. Reported by: C. R. Oldham <cro@ncbt.org> [1]
- This reverts the change from r247267 which removed it.
- The upstream svscanboot script closes stdout, stdin and stderr.  Our
  script should do the same.  Doing this does not lose any output since the
  output is all piped to the proper logger.  This fixes hangs when combined
  with Salt [1].

Reported by:	C. R. Oldham <cro@ncbt.org> [1]
Add Public Domain support to ports license framework. You can now use 2016-01-12T14:33:21+00:00 amdmi3 amdmi3@FreeBSD.org 2016-01-12T14:33:21+00:00 8659b9a6ac2cbabfd5bb99ce40212547eaa65cc6 LICENSE= PD Note that although Public Domain is not technically a license, it's handled in the same way as licenses here, which is a common practice (Arch, Gentoo, Fedora, Debian, even FOSSology do the same). Convert all ports which redefine Public Domain LICENSE to LICENSE=PD. Approved by: portmgr (bapt) Differential Revision: D4149
    LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
MASTER_SITES cleanup. 2015-05-14T10:15:04+00:00 mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - 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
- 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
- Add missing 'shutdown' keyword in rc.d/svscan script so that services 2014-07-25T16:40:07+00:00 bdrewery bdrewery@FreeBSD.org 2014-07-25T16:40:07+00:00 91cf252ee7b1b22dc2a9b153f255d8244536d1cd can gracefully shutdown. Reported by: dvl
  can gracefully shutdown.

Reported by:	dvl