aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-08-02 02:06:12 +0800
committeruqs <uqs@FreeBSD.org>2011-08-02 02:06:12 +0800
commit0325aa3b1060128a78ecf137e51facc407a1edba (patch)
tree13377c7b7bbbac6ac1527015388150673b8306e9 /mail
parent31fe5e9a02fbd7a7d5d4e8edf6b9fcf2c074686f (diff)
downloadfreebsd-ports-graphics-0325aa3b1060128a78ecf137e51facc407a1edba.tar.gz
freebsd-ports-graphics-0325aa3b1060128a78ecf137e51facc407a1edba.tar.zst
freebsd-ports-graphics-0325aa3b1060128a78ecf137e51facc407a1edba.zip
Unbreak on -CURRENT
Tell groff to tell grotty to not emit SGR sequences, they make ul(1) choke. Discussed with: ru
Diffstat (limited to 'mail')
-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 7337ed41d2b..88ea956103e 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 00000000000..cb36c8fa0b6
--- /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}