aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/vhdtool/files
ModeNameSize
-rw-r--r--patch-Makefile432logstatsplainblame
-rw-r--r--patch-vhdtool.c1122logstatsplainblame
ER_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 * Overhaul of rc script which was non-functionalfeld2014-05-192-27/+24 | | | | | | | | | | | | Most notable change is the renaming of $samplicator_user to $samplicator_runas. The reasoning is that the usage of daemon(8) and $name_user does not mix well; it resulted in the following: _doit='su -m $name_user -c '\''sh -c "/usr/sbin/daemon -u $name_user ..." This defeats the purpose of daemon which has to be launched as root. Sponsored by: SupraNet Communications, Inc * - Add rc scriptzi2014-03-042-0/+72 | | | | | | - Bump PORTREVISION Submitted by: me Approved by: me@falz.net (maintainer) * Remove trailing whitespaces from category netehaupt2014-02-211-1/+1 | * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2 | | | | | | | | | | | 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) * Support STAGEfeld2014-02-031-5/+9 | | | | | | | Add LICENSE Approved by: swills (mentor, implicit) Approved by: maintainer (my coworker) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211