aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/chucky
Commit message (Collapse)AuthorAgeFilesLines
* Fix even more issues with the upstream Makefile:Emanuel Haupt2014-02-242-4/+16
| | | | | | | | | | | - Respect CFLAGS - Respect CC - Don't hardcode /usr/local Notified by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=345797
* Add patchfile. Forgotten in previous commit.Emanuel Haupt2014-02-241-0/+14
| | | | Notes: svn path=/head/; revision=345790
* Support stagingEmanuel Haupt2014-02-242-10/+4
| | | | Notes: svn path=/head/; revision=345785
* Remove trailing whitespaces from category ports-mgmtEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345430
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* This program reads /var/db/pkg/local.sqlite and compares install timestamp withSteven Kreuzer2013-08-235-0/+69
date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD header then it is assumed to be a beta port. Chucky also features a shar file backup feature, which is normally used to backup 'beta' development ports. WWW: https://dx.burplex.com/bin/chucky.html PR: ports/177220 Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> Notes: svn path=/head/; revision=325275