FreeBSD Bugzilla – Attachment 105947 Details for
Bug 146491
[patch] net-mgmt/ocsinventory-agent: fix dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 872 bytes, created by
Guido Falsi
on 2010-05-11 13:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2010-05-11 13:10:05 UTC
Size:
872 bytes
patch
obsolete
>diff -ruN ocsinventory-agent.old/Makefile ocsinventory-agent/Makefile >--- ocsinventory-agent.old/Makefile 2010-04-21 14:53:52.735749888 +0200 >+++ ocsinventory-agent/Makefile 2010-04-21 14:55:20.074147681 +0200 >@@ -15,11 +15,11 @@ > MAINTAINER= araujo@FreeBSD.org > COMMENT= Keep track of the computers configuration and software > >-BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ >+RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ > ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ > ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ >- ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \ >- dmidecode:${PORTSDIR}/sysutils/dmidecode \ >+ ${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon >+BUILD_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ > lspci:${PORTSDIR}/sysutils/pciutils > > USE_PERL5= yes
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 146491
: 105947
Working