Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 10:20:12 +0300
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173104: net/boinc-client missing POST-INSTALL in pkg-install
Message-ID:  <20121026072012.GA20565@pm513-1.comsys.ntu-kpi.kiev.ua>
Resent-Message-ID: <201210260730.q9Q7U0dj069935@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173104
>Category:       ports
>Synopsis:       net/boinc-client missing POST-INSTALL in pkg-install
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 26 07:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
>Description:

The pkg-install script in net/boinc-client does not have support for
POST-INSTALL, so the package created from this port cannot be installed.

>How-To-Repeat:
>Fix:
diff -ruN boinc-client.orig/Makefile boinc-client/Makefile
--- boinc-client.orig/Makefile	2012-10-19 11:40:33.000000000 +0300
+++ boinc-client/Makefile	2012-10-26 09:57:34.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	boinc-client
 PORTVERSION=	7.0.28
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	pav
Files boinc-client.orig/boinc-client-7.0.28_1.tbz and boinc-client/boinc-client-7.0.28_1.tbz differ
diff -ruN boinc-client.orig/files/pkg-install.in boinc-client/files/pkg-install.in
--- boinc-client.orig/files/pkg-install.in	2012-10-19 11:40:33.000000000 +0300
+++ boinc-client/files/pkg-install.in	2012-10-26 09:57:18.000000000 +0300
@@ -34,6 +34,8 @@
 	echo "Adjusting file ownership in \"${home}\" to ${user}:${group}"
 	chown -hR ${user}:${group} "${home}"
         ;;
+POST-INSTALL)
+	;;
 *)
 	exit 64
 	;;
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121026072012.GA20565>