Stuart Cassoff said:
> On 07/08/15 17:55, Dmitrij D. Czarkoff wrote:
> > Stuart Cassoff said:
> >> Tests, loads ok on i386 for me.
> > 
> > With your patch "make test" fails:
> 
> Doh! I tested with the software already installed.
> 
> Fix can be either no longer doing SEPARATE_BUILD, or add:
> 
> pre-test:
>         ln -s ${WRKSRC}/tclgpg.tcl ${WRKBUILD}

While we are already patching Makefile.in, I thought patching it even
further would be a better option.  At least I suggest it to upstream.

Attaching new tarball and tkabber diff, both relative to $PORTSDIR.

OK?

-- 
Dmitrij D. Czarkoff

Attachment: tclgpg-20150324.tgz
Description: application/tar-gz

Index: net/tkabber//base/Makefile
===================================================================
RCS file: /var/cvs/ports/net/tkabber/base/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- net/tkabber//base/Makefile  2 Apr 2015 20:23:56 -0000       1.2
+++ net/tkabber//base/Makefile  28 Jun 2015 12:20:49 -0000
@@ -3,6 +3,7 @@
 COMMENT =              Tk client for the Jabber instant messaging system
 
 DISTNAME =             tkabber-${VERSION}
+REVISION =             0
 
 RUN_DEPENDS =          ${MODTK_RUN_DEPENDS} \
                        devel/tcllib \
Index: net/tkabber//base/pkg/README
===================================================================
RCS file: /var/cvs/ports/net/tkabber/base/pkg/README,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 README
--- net/tkabber//base/pkg/README        26 Mar 2014 09:50:34 -0000      1.1.1.1
+++ net/tkabber//base/pkg/README        28 Jun 2015 10:53:56 -0000
@@ -6,8 +6,9 @@ $OpenBSD: README,v 1.1.1.1 2014/03/26 09
 
 Optional dependencies for Tkabber:
 
-* snack (sound notifications)
-* tkimg (support for PNG, JPG images)
 * ispell (spell checking)
+* tclgpg (message signing and encryption)
 * tkcon (Tk console)
+* tkimg (support for PNG, JPG images)
 * tktray (iconify Tkabber)
+* snack (sound notifications)

Reply via email to