Bug 168427 - needs path prefix in RUN_DEPENDS in ports-mgmt/packagekit Makefile
Summary: needs path prefix in RUN_DEPENDS in ports-mgmt/packagekit Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 03:50 UTC by ksmakoto
Modified: 2012-12-29 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (631 bytes, patch)
2012-05-29 03:50 UTC, ksmakoto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ksmakoto 2012-05-29 03:50:02 UTC
It needs path prefix "${LOCALBASE}/sbin/" in RUN_DEPENDS in ports-mgmt/packagekit/Makefile

Fix: see attached patch

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-29 12:03:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2012-06-24 13:24:52 UTC
State Changed
From-To: open->feedback
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2012-12-29 20:06:32 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-12-29 20:06:37 UTC
Author: mezz
Date: Sat Dec 29 20:06:24 2012
New Revision: 309630
URL: http://svnweb.freebsd.org/changeset/ports/309630

Log:
  It needs to have the full path in portupgrade dependency.
  
  PR:		ports/168427
  Submitted by:	Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>

Modified:
  head/ports-mgmt/packagekit/Makefile   (contents, props changed)

Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile	Sat Dec 29 19:53:46 2012	(r309629)
+++ head/ports-mgmt/packagekit/Makefile	Sat Dec 29 20:06:24 2012	(r309630)
@@ -66,7 +66,7 @@ MAN1=	pkcon.1 pkmon.1 pkgenpack.1 pk-deb
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_PORTS)
-RUN_DEPENDS+=	portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
+RUN_DEPENDS+=	${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
 USE_RUBY=	yes
 CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports
 PLIST_SUB+=	PORTS=""
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"