FreeBSD Bugzilla – Attachment 16317 Details for
Bug 29961
A4 paper size for groff knob for /etc/make.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.28 KB, created by
Dmitry Morozovsky
on 2001-08-22 17:50:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Morozovsky
Created:
2001-08-22 17:50:16 UTC
Size:
1.28 KB
patch
obsolete
>Index: etc/defaults/make.conf >=================================================================== >RCS file: /home/ncvs/src/etc/defaults/make.conf,v >retrieving revision 1.172 >diff -u -r1.172 make.conf >--- etc/defaults/make.conf 2001/08/16 06:05:17 1.172 >+++ etc/defaults/make.conf 2001/08/22 16:40:02 >@@ -231,6 +231,11 @@ > #USA_RESIDENT= YES > # > # >+# Paper size for groff. Default is Letter. >+# >+#PAPERSIZE= A4 >+# >+# > # Override "don't install a port that's already installed" behavior. > # One might wish to do this for ports debugging or to unconditionally > # reinstall a set of suspect/broken ports. >Index: gnu/usr.bin/groff/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/Makefile.inc,v >retrieving revision 2.5 >diff -u -r2.5 Makefile.inc >--- gnu/usr.bin/groff/Makefile.inc 2001/04/17 12:36:30 2.5 >+++ gnu/usr.bin/groff/Makefile.inc 2001/08/22 16:40:02 >@@ -6,7 +6,11 @@ > # Define `page' to be letter if your PostScript printer uses 8.5x11 > # paper (USA) and define it to be A4, if it uses A4 paper (rest of the > # world). >+.if defined(PAPERSIZE) >+PAGE=${PAPERSIZE} >+.else > PAGE=letter >+.endif > > # Normally the Postscript driver, grops, produces output that conforms > # to version 3.0 of the Adobe Document Structuring Conventions.
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 29961
: 16317