Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 04:36:08 +0200
From:      Michelle Sullivan <michelle@sorbs.net>
To:        ports@freebsd.org
Subject:   Re: 10 failed ports (Staging bugs) - various maintainers...
Message-ID:  <53EACF18.6090909@sorbs.net>
In-Reply-To: <53EAC38B.1040907@sorbs.net>
References:  <53EABCFF.9020207@sorbs.net> <53EAC38B.1040907@sorbs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Michelle Sullivan wrote:
> Michelle Sullivan wrote:
>   
>> For the logs, see:
>> http://flashback.sorbs.net/logs/84amd64.isux.com/archive/logs/2014-08-12_17h21m40s/#failed
>>
>>
>> Failed ports
>>
>> Package    Origin    Phase    Log
>>
>> idnkit-1.0_4    dns/idnkit    check-plist    logfile
>>   
>>     
> ====> Running Q/A tests (stage-qa)
> ====> Checking for pkg-plist issues (check-plist)
> ===> Parsing plist
> ===> Checking for items in STAGEDIR missing from pkg-plist
> Error: Orphaned: etc/idn.conf
> Error: Orphaned: etc/idnalias.conf
> ===> Checking for directories owned by MTREEs
> ===> Checking for directories handled by dependencies
> ===> Checking for items in pkg-plist which are not in STAGEDIR
> ===> Error: Plist issues found.
> *** Error code 1
>
> (I'll try to get a patch together for this as it's maintained by ports@ )
>
>   
Patch (credit to 'Zi')

diff -Nru idnkit.orig/pkg-plist idnkit/pkg-plist
--- idnkit.orig/pkg-plist    2014-07-02 18:07:48.000000000 -0500
+++ idnkit/pkg-plist    2014-08-12 21:31:10.000000000 -0500
@@ -1,11 +1,7 @@
 bin/idnconv
 bin/runidn
-@unexec if cmp -s %D/etc/idn.conf %D/etc/idn.conf.sample; then rm -f
%D/etc/idn.conf; fi
-etc/idn.conf.sample
-@exec [ ! -f %B/idn.conf ] && cp %B/%f %B/idn.conf
-@unexec if cmp -s %D/etc/idnalias.conf %D/etc/idnalias.conf.sample;
then rm -f %D/etc/idnalias.conf; fi
-etc/idnalias.conf.sample
-@exec [ ! -f %B/idnalias.conf ] && cp %B/%f %B/idnalias.conf
+@sample etc/idn.conf.sample
+@sample etc/idnalias.conf.sample
 include/idn/api.h
 include/idn/assert.h
 include/idn/checker.h

Reported/Patched in:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192631

-- 
Michelle Sullivan
http://www.mhix.org/




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