pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f9069339016
branches:  trunk
changeset: 523224:6f9069339016
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 03 20:38:46 2007 +0000

description:
Fixed pkglint warnings.

diffstat:

 graphics/png/Makefile      |   4 ++--
 graphics/png/buildlink3.mk |  13 ++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 85875ab4c43e -r 6f9069339016 graphics/png/Makefile
--- a/graphics/png/Makefile     Wed Jan 03 19:54:12 2007 +0000
+++ b/graphics/png/Makefile     Wed Jan 03 20:38:46 2007 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.87 2007/01/03 16:23:10 tv Exp $
+# $NetBSD: Makefile,v 1.88 2007/01/03 20:38:46 rillig Exp $
 
 DISTNAME=      libpng-1.2.14
 PKGNAME=       ${DISTNAME:S/lib//}
 PKGREVISION=   1
 # temporary, distfile was changed after release
-DIST_SUBDIR=   libpng-1.2.14-20061130
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
                http://www.libpng.org/pub/png/src/ \
                ftp://swrinde.nde.swri.edu/pub/png/src/ \
                ftp://ftp.simplesystems.org/pub/libpng/src/ \
                ftp://ftp.fu-berlin.de/unix/graphics/png/src/
+DIST_SUBDIR=   libpng-1.2.14-20061130
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    fredb%NetBSD.org@localhost
diff -r 85875ab4c43e -r 6f9069339016 graphics/png/buildlink3.mk
--- a/graphics/png/buildlink3.mk        Wed Jan 03 19:54:12 2007 +0000
+++ b/graphics/png/buildlink3.mk        Wed Jan 03 20:38:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2007/01/03 19:54:12 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2007/01/03 20:38:46 rillig Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 PNG_BUILDLINK3_MK:=    ${PNG_BUILDLINK3_MK}+
@@ -13,16 +13,15 @@
 
 .if !empty(PNG_BUILDLINK3_MK:M+)
 # XXX tv - remove this OPSYS block the next time ABI_DEPENDS is bumped:
-.include "../../mk/bsd.fast.prefs.mk"
-.if ${OPSYS} == "Interix"
-BUILDLINK_ABI_DEPENDS.png?=    png>=1.2.14nb1 # fixes linkage bug
-.endif
+.  include "../../mk/bsd.fast.prefs.mk"
+.  if ${OPSYS} == "Interix"
+BUILDLINK_ABI_DEPENDS.png+=    png>=1.2.14nb1 # fixes linkage bug
+.  endif
 
 BUILDLINK_API_DEPENDS.png+=    png>=1.2.4
-BUILDLINK_ABI_DEPENDS.png?=    png>=1.2.9nb2
+BUILDLINK_ABI_DEPENDS.png+=    png>=1.2.9nb2
 BUILDLINK_PKGSRCDIR.png?=      ../../graphics/png
 
-.   include "../../mk/bsd.fast.prefs.mk"
 # keep this in sync with the same code in Makefile
 .  if ${MACHINE_ARCH} != "i386"
 CPPFLAGS+=     -DPNG_NO_ASSEMBLER_CODE



Home | Main Index | Thread Index | Old Index