FreeBSD Bugzilla – Attachment 35652 Details for
Bug 57502
ports that define USE_* too late
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
docbook-to-man.diff
docbook-to-man.diff (text/x-patch), 1.03 KB, created by
Tom McLaughlin
on 2007-11-04 22:03:57 UTC
(
hide
)
Description:
docbook-to-man.diff
Filename:
MIME Type:
Creator:
Tom McLaughlin
Created:
2007-11-04 22:03:57 UTC
Size:
1.03 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /ncvs/ports/textproc/docbook-to-man/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- Makefile 19 May 2007 20:23:50 -0000 1.12 >+++ Makefile 3 Nov 2007 23:15:53 -0000 >@@ -15,18 +15,8 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter > >-.include <bsd.port.pre.mk> >- > # Global variables > # >- >-# There are two ports that satisfy the nsgmls requirement. >-# Jade is preferred. >- >-.if ${MACHINE_ARCH} == "alpha" >-WITH_OPENJADE= yes >-.endif >- > .if defined(WITH_OPENJADE) > RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade > .else >@@ -37,12 +27,21 @@ > USE_IMAKE= yes > PREFIX?= ${LOCALBASE} > USE_XLIB= yes >-XFREE86_HTML_MAN= no >+XFREE86_HTML_MAN= no > > MAN1= oinstant.1 > >+.include <bsd.port.pre.mk> >+ > # Local variables > # >+ >+# There are two ports that satisfy the nsgmls requirement. >+# Jade is preferred. >+ >+.if ${ARCH} == "alpha" >+WITH_OPENJADE= yes >+.endif > > .if defined(WITH_OPENJADE) > NSGMLS= onsgmls
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57502
: 35652