mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
I had moved the file to the root of port's directory to perform some testing when updating the port to 2.8.0 and forgot to move it to its rightful place in files/. The patch file avoids redundantly building systemd and Solaris support files that are never used in FreeBSD thereby reducing build time. PORTREVISION doesn't need to change. Reported by: lwhsu MFH: No sense doing that so late in the quarter
8 lines
317 B
Text
8 lines
317 B
Text
--- scripts/Makefile.am.orig 2020-02-09 10:44:01.000000000 -0800
|
|
+++ scripts/Makefile.am 2020-03-24 19:40:01.084978000 -0700
|
|
@@ -25,4 +25,4 @@
|
|
Windows/halt.c \
|
|
Windows/Makefile
|
|
|
|
-SUBDIRS = augeas devd hotplug python systemd udev Solaris upsdrvsvcctl
|
|
+SUBDIRS = augeas devd hotplug python udev upsdrvsvcctl
|