mail/procmail-bgrb is a new port tracking the BuGlessRB fork of procmail (which hasn't been updated for over 20 years). The commits to BuGlessRB/procmail appear be by the original author of procmail. Wikipedia documents that the upstream for this port is its repo. As this upstream is in active development and the original procmail on sourceforge is defunct, we may wish to consider merging or replacing mail/procmail with this port at some point. Reported by: Lucas Holt at midnightbsd.org (on Twitter)
14 lines
479 B
Plaintext
14 lines
479 B
Plaintext
--- initmake.orig Sat Jan 29 09:52:13 2000
|
|
+++ initmake Sun Aug 27 13:06:14 2000
|
|
@@ -433,8 +433,8 @@
|
|
test -z "$MAKE" && echo "MAKE = make" >>_Makefile
|
|
test a"$cc" != a"$CC" && echo "CC = $cc" >>_Makefile
|
|
|
|
-echo "CFLAGS = \$(CFLAGS1)$CFLAGS" >>_Makefile
|
|
-echo "LDFLAGS = $LDFLAGS" >>_Makefile
|
|
+echo "CFLAGS += \$(CFLAGS1)$CFLAGS" >>_Makefile
|
|
+echo "LDFLAGS += $LDFLAGS" >>_Makefile
|
|
echo >>_Makefile
|
|
|
|
MANSS=""
|