pkgsrc-WIP-changes archive

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

Fix minor problems reported by pkglint



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sat Sep 3 19:55:13 2016 +0000
Changeset:	ad089a631dce7ce5e10d05c64ec98ca52bf37810

Modified Files:
	scite/Makefile
	scite/distinfo
	scite/patches/patch-aa

Log Message:
Fix minor problems reported by pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad089a631dce7ce5e10d05c64ec98ca52bf37810

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 scite/Makefile         | 8 ++++----
 scite/distinfo         | 2 +-
 scite/patches/patch-aa | 2 ++
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/scite/Makefile b/scite/Makefile
index 58b41d2..6e9e58d 100644
--- a/scite/Makefile
+++ b/scite/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.25 2016/02/25 08:27:03 jperkin Exp $
 #
-
 DISTNAME=	scite366
 PKGNAME=	scite-3.6.6
-PKGREVISION=	0�+#PKGREVISION=	0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=scintilla/}
 EXTRACT_SUFX=	.tgz
@@ -11,7 +10,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://scintilla.sourceforge.net/
 COMMENT=	Source code editor
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	mit
 
 WRKSRC=		${WRKDIR}/scite
 USE_LANGUAGES=	c c++
@@ -20,13 +19,14 @@ USE_TOOLS+=	gmake pkg-config
 MAKE_FILE=	makefile
 INSTALLATION_DIRS= share/applications share/pixmaps
 
-BUILDLINK_TRANSFORM.SunOS+=	rm:-Wl,--version-script=lua.vers
+#BUILDLINK_TRANSFORM.SunOS+=	rm:-Wl,--version-script=lua.vers
 
 post-extract:
 	${RM} -r ${WRKDIR}/scintilla
 	${RM} ${WRKSRC}/gtk/deps.mak
 	${TOUCH} ${WRKSRC}/gtk/deps.mak
 
+.include "../../devel/pango/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.scintilla+= scintilla>=3.2.4
diff --git a/scite/distinfo b/scite/distinfo
index c70307b..9267b69 100644
--- a/scite/distinfo
+++ b/scite/distinfo
@@ -4,4 +4,4 @@ SHA1 (scite366.tgz) = 86651845f28aeee659286d5a4564a469407e9fcd
 RMD160 (scite366.tgz) = 59e70df6cfa6e8b6a891dbe5d777694cc2fb7cf7
 SHA512 (scite366.tgz) = 815f67a5c04f74260a2f008380b61ca0e9efc7ab4c1fba9257d68f666f08fa7bd980e50a65a88a02ff3726c951cee667dc644cc71dc3c97f915b19c780985504
 Size (scite366.tgz) = 2371062 bytes
-SHA1 (patch-aa) = 9c8ae662e2de538c8c4aa282ed690550eb63678d
+SHA1 (patch-aa) = a2199e47fb526f479f3c6ceaf969bde8ac62caaa
diff --git a/scite/patches/patch-aa b/scite/patches/patch-aa
index eb55361..bd96c40 100644
--- a/scite/patches/patch-aa
+++ b/scite/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD$
+Overwrite paths and defaults, patch inspired by OpenBSD ports version 3.5.2
 --- gtk/makefile.orig	2015-09-22 00:04:06.000000000 +0000
 +++ gtk/makefile	2016-08-21 21:11:56.272068426 +0000
 @@ -29,13 +29,14 @@


Home | Main Index | Thread Index | Old Index