FreeBSD Bugzilla – Attachment 16575 Details for
Bug 30350
pkg_version output was "?" only
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 693 bytes, created by
NINOMIYA Hideyuki <NINOMIYA Hideyuki
on 2001-09-05 19:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
NINOMIYA Hideyuki <NINOMIYA Hideyuki
Created:
2001-09-05 19:30:00 UTC
Size:
693 bytes
patch
obsolete
>Index: pkg_version.pl >=================================================================== >RCS file: /tmp/am/da/freebsd_cvs/src/usr.sbin/pkg_install/version/pkg_version.pl >retrieving revision 1.4.2.12 >diff -u -r1.4.2.12 pkg_version.pl >--- pkg_version.pl 2001/06/18 18:07:43 1.4.2.12 >+++ pkg_version.pl 2001/09/05 15:17:18 >@@ -45,8 +45,8 @@ > $GetPkgNameCommand = 'make -V PKGNAME'; > > #$IndexFile = "ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/INDEX" >-$PortsDirectory = '/usr/ports'; >-$IndexFile = '/usr/ports/INDEX'; >+$PortsDirectory = $ENV{PORTSDIR} || '/usr/ports'; >+$IndexFile = "$PortsDirectory/INDEX"; > $ShowCommandsFlag = 0; > $DebugFlag = 0; > $VerboseFlag = 0;
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 30350
: 16575