ports/173104: net/boinc-client missing POST-INSTALL in pkg-install

Andrey Simonenko simon at comsys.ntu-kpi.kiev.ua
Fri Oct 26 07:30:01 UTC 2012


>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:


More information about the freebsd-ports-bugs mailing list