aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-08-01 18:06:12 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-08-01 18:06:12 +0000
commita97f3773f49357e25189fc38ddfe58377d298f78 (patch)
treee2600536b576f6750d5eafcb08942123d3f83825 /mail/sendmail
parent576c62995f805ca75e5a9b57215702b14e5dca5b (diff)
downloadports-a97f3773f49357e25189fc38ddfe58377d298f78.tar.gz
ports-a97f3773f49357e25189fc38ddfe58377d298f78.zip
Unbreak on -CURRENT
Tell groff to tell grotty to not emit SGR sequences, they make ul(1) choke. Discussed with: ru
Notes
Notes: svn path=/head/; revision=278736
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile4
-rw-r--r--mail/sendmail/files/patch-doc-op-Makefile11
2 files changed, 11 insertions, 4 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 7337ed41d2b4..88ea956103ef 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -409,10 +409,6 @@ help:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
-BROKEN= does not build
-.endif
-
.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS)
.if !defined(WITH_OPENSSL_BASE)
SITE+= ${FILESDIR}/site.config.m4.ssl
diff --git a/mail/sendmail/files/patch-doc-op-Makefile b/mail/sendmail/files/patch-doc-op-Makefile
new file mode 100644
index 000000000000..cb36c8fa0b63
--- /dev/null
+++ b/mail/sendmail/files/patch-doc-op-Makefile
@@ -0,0 +1,11 @@
+--- doc/op/Makefile.orig 2011-08-01 19:46:12.000000000 +0200
++++ doc/op/Makefile 2011-08-01 19:47:45.000000000 +0200
+@@ -12,7 +12,7 @@
+ PIC= ${PIC_CMD} -C
+ EQNASCII= ${EQN_CMD} -C -Tascii
+ EQNPS= ${EQN_CMD} -C -Tps
+-ROFFASCII= ${ROFF_CMD} -Tascii ${MACROS}
++ROFFASCII= ${ROFF_CMD} -P-c -Tascii ${MACROS}
+ ROFFPS= ${ROFF_CMD} -Tps -mps ${MACROS}
+ ULASCII= ${UL_CMD} -t dumb
+ PS2PDF= ${PS2PDF_CMD}