On Wed, Sep 09, 2015 at 03:40:03PM -0700, J. Scott Heppler wrote:

[snip]
> The following patch was tested with "pkg_add -u".  tint2 installed
> cleanly in place of tint.

Your MUA mangled the devel/quirks patch.  (Missing leading spaces, etc.)
Here's a patch which should apply cleanly.  

As noted previously, this port tested OK on amd64.


Index: Makefile
===================================================================
RCS file: /systems/cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.276
diff -u -p -u -p -r1.276 Makefile
--- Makefile    28 Aug 2015 14:48:05 -0000      1.276
+++ Makefile    9 Sep 2015 20:21:06 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-2.121
+PKGNAME =      quirks-2.122
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /systems/cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.286
diff -u -p -u -p -r1.286 Quirks.pm
--- files/Quirks.pm     28 Aug 2015 14:48:05 -0000      1.286
+++ files/Quirks.pm     9 Sep 2015 20:20:52 -0000
@@ -377,6 +377,7 @@ my $stem_extensions = {
        'mirall' => 'owncloudclient',
 # 5.9
        'consolekit' => 'consolekit2',
+       'tint' => 'tint2',
 };
 
 # reasons for obsolete packages

Reply via email to