10 failed ports (Staging bugs) - various maintainers...

Michelle Sullivan michelle at sorbs.net
Wed Aug 13 02:36:11 UTC 2014


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
- at 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
- at exec [ ! -f %B/idn.conf ] && cp %B/%f %B/idn.conf
- at 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
- at exec [ ! -f %B/idnalias.conf ] && cp %B/%f %B/idnalias.conf
+ at sample etc/idn.conf.sample
+ at 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/



More information about the freebsd-ports mailing list