Unbreak security/vpnc and graphics/pecomato. Those ports were fixed by 133053,
thanks. However, it remains unclear why the PR wasn't assigned to me nor why I wasn't notified as maintainer.
This commit is contained in:
parent
6d9d081735
commit
6f4b06cd7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231022
2 changed files with 1 additions and 11 deletions
|
@ -22,12 +22,6 @@ MAKEFILE= Makefile.unix
|
|||
MAN1= pecomato.1
|
||||
PLIST_FILES= bin/pecomato
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800067
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
${PYTHON} ${WRKSRC}/devtools/txt2tags.py --no-rc -t man \
|
||||
-i ${WRKSRC}/doc/manpage.t2t -o ${WRKSRC}/doc/${MAN1}
|
||||
|
@ -39,4 +33,4 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -34,10 +34,6 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}" BINS="${EXTRABUILDS}"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DECRYPT)
|
||||
MAN1= cisco-decrypt.1
|
||||
EXTRABUILDS+= cisco-decrypt
|
||||
|
|
Loading…
Reference in a new issue