Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in pod2man arguments #7280

Closed
p5pRT opened this issue May 6, 2004 · 5 comments
Closed

Change in pod2man arguments #7280

p5pRT opened this issue May 6, 2004 · 5 comments

Comments

@p5pRT
Copy link

p5pRT commented May 6, 2004

Migrated from rt.perl.org#29397 (status was 'resolved')

Searchable as RT29397$

@p5pRT
Copy link
Author

p5pRT commented May 6, 2004

From tg-i2004@netcologne.de

Created by tg@66h.42h.de

Index​: pod2man.PL

RCS file​: /cvs/src/gnu/usr.bin/perl/pod/pod2man.PL,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -d -u -r1.1.1.2 -r1.2
--- pod2man.PL 3 Dec 2003 17​:57​:14 -0000 1.1.1.2
+++ pod2man.PL 21 Apr 2004 21​:35​:05 -0000 1.2
@​@​ -64,7 +64,7 @​@​
# allowing short forms as well. --lax is currently ignored.
my %options;
Getopt​::Long​::config ('bundling_override');
-GetOptions (\%options, 'section|s=s', 'release|r=s', 'center|c=s',
+GetOptions (\%options, 'section|s=s', 'release|r​:s', 'center|c=s',
  'date|d=s', 'fixed=s', 'fixedbold=s', 'fixeditalic=s',
  'fixedbolditalic=s', 'name|n=s', 'official|o', 'quotes|q=s',
  'lax|l', 'help|h', 'verbose|v') or exit 1;

This allows for the fourth argument to the "TH" man macro to be
empty, enabling /usr/share/tmac/tmac.an.old to fill in the system
default.
I would like to use this for OpenSSL manpages, thus please apply
the patch.

Thanks
//Thorsten Glaser, MirOS developer

Perl Info

Flags:
    category=utilities
    severity=wishlist

Site configuration information for perl v5.8.0:

Configured by root at Sat Nov 22 14:30:47 UTC 2003.

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=openbsd, osvers=3.4, archname=i386-openbsd
    uname='openbsd'
    config_args='-Dopenbsd_distribution=defined -dsE'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='pgcc', ccflags ='-fno-strict-aliasing',
    optimize='-O2',
    cppflags='-fno-strict-aliasing'
    ccversion='', gccversion='2.95.3 20010125 (prerelease, propolice)', gccosandvers='openbsd3.4'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='pgcc', ldflags ='-Wl,-E '
    libpth=/usr/lib
    libs=-lm -lc -lutil
    perllibs=-lm -lc -lutil
    libc=/usr/lib/libc.so.30.2, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC '

Locally applied patches:
    


@INC for perl v5.8.0:
    /usr/libdata/perl5/i386-openbsd/5.8.0
    /usr/local/libdata/perl5/i386-openbsd/5.8.0
    /usr/libdata/perl5
    /usr/local/libdata/perl5
    /usr/local/libdata/perl5/site_perl/i386-openbsd
    /usr/libdata/perl5/site_perl/i386-openbsd
    /usr/local/libdata/perl5/site_perl
    /usr/libdata/perl5/site_perl
    /usr/local/lib/perl5/site_perl
    .


Environment for perl v5.8.0:
    HOME=/home/tg
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/home/tg/.etc/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/games
    PERL_BADLANG (unset)
    SHELL=

@p5pRT
Copy link
Author

p5pRT commented May 7, 2004

From ams@wiw.org

At 2004-05-06 22​:08​:10 -0000, perlbug-followup@​perl.org wrote​:

--- pod2man.PL 3 Dec 2003 17​:57​:14 -0000 1.1.1.2
+++ pod2man.PL 21 Apr 2004 21​:35​:05 -0000 1.2
@​@​ -64,7 +64,7 @​@​

Thanks, applied. (#22799)

-- ams

@p5pRT
Copy link
Author

p5pRT commented May 7, 2004

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented May 7, 2004

From rra@stanford.edu

Abhijit Menon-Sen <ams@​wiw.org> writes​:

At 2004-05-06 22​:08​:10 -0000, perlbug-followup@​perl.org wrote​:

--- pod2man.PL 3 Dec 2003 17​:57​:14 -0000 1.1.1.2
+++ pod2man.PL 21 Apr 2004 21​:35​:05 -0000 1.2
@​@​ -64,7 +64,7 @​@​

Thanks, applied. (#22799)

Also applied upstream, although I can't release a new version of pod2man
at the moment because it's been ported to Pod​::Simple but is waiting on
word about a necessary patch to Pod​::Simple and a new release.

--
Russ Allbery (rra@​stanford.edu) <http​://www.eyrie.org/~eagle/>

@p5pRT
Copy link
Author

p5pRT commented May 31, 2008

p5p@spam.wizbit.be - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant