pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53212: time/xfce4-orage fails to build after update to time/libical to 3.0.3



The following reply was made to PR pkg/53212; it has been noted by GNATS.

From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/53212: time/xfce4-orage fails to build after update to
 time/libical to 3.0.3
Date: Wed, 25 Apr 2018 18:24:23 -0700

 Thanks for so quickly patching time/xfce4-orage for the update to
 time/libical 3.0.3.  I have successfully built
 the updated time/xfce4-orage on both NetBSD 8.99.14 amd64 and on
 DragonFly 5.3-DEVELOPMENT.
 
 I feel bad mentioning one small quibble, that in the Makefile for
 time/xfce4-orage, there was already a definition
 for PKGREVISION
 
 PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 therefore it seems in the patched version, adding the line
 
 VERSION=    4.12.1
 DISTNAME=    orage-${VERSION}
 PKGNAME=    xfce4-orage-${VERSION}
 PKGREVISION=    1
 
 actually rolls back the pkg name from xfce4-orage-4.12.1nb17 to
 xfce4-orage-4.12.1nb1
 
 # pkg_rolling-replace -uv -x firefox52 -X firefox52
 RR> Checking for mismatched installed packages using pkg_chk
 ...
 rr> time/libical - libical-1.0nb3 < libical-3.0.3
 rr> time/xfce4-orage - xfce4-orage-4.12.1nb7 > xfce4-orage-4.12.1nb1 - ignoring
 
 Maybe the first PKGREVISION should be changed to 8 and the added
 PKGREVISION=1 line removed?
 


Home | Main Index | Thread Index | Old Index