Skip to content

Commit

Permalink
Fixed pkglint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Jun 18, 2006
1 parent 59de08a commit dd7540a
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 53 deletions.
7 changes: 4 additions & 3 deletions archivers/bicom/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2006/05/10 17:12:00 joerg Exp $
# $NetBSD: Makefile,v 1.26 2006/06/18 07:04:15 rillig Exp $
#

DISTNAME= bicom101
Expand Down Expand Up @@ -27,11 +27,12 @@ USE_LANGUAGES= c++
INSTALLATION_DIRS= bin

do-build:
set -e; \
for i in bialib bicom; do \
cd ${WRKSRC}/$$i && \
cd ${WRKSRC}/"$$i" && \
for f in *.cpp; do \
${CXX} ${CXXFLAGS} -I./ -I../bialib \
-c $$f; \
-c "$$f"; \
done; \
done
cd ${WRKSRC}/bicom && \
Expand Down
6 changes: 3 additions & 3 deletions archivers/freeze/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.20 2006/03/04 21:28:52 jlam Exp $
# $NetBSD: Makefile,v 1.21 2006/06/18 07:04:15 rillig Exp $

DISTNAME= freeze-2.5
DISTNAME= freeze-2.5
PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/

MAINTAINER= [email protected]
MAINTAINER= [email protected]
COMMENT= FREEZE / MELT compression program - often used in QNX

PKG_INSTALLATION_TYPES= overwrite pkgviews
Expand Down
10 changes: 5 additions & 5 deletions archivers/gcpio/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.33 2006/06/05 19:04:32 minskim Exp $
# $NetBSD: Makefile,v 1.34 2006/06/18 07:04:15 rillig Exp $
#

DISTNAME= cpio-2.6
PKGREVISION= 4
DISTNAME= cpio-2.6
PKGNAME= g${DISTNAME}
PKGREVISION= 4
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}

MAINTAINER= [email protected]
HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html
Expand All @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews

GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= # PLIST
INFO_FILES= yes

TEST_TARGET= check

Expand Down
4 changes: 2 additions & 2 deletions archivers/gsharutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.40 2006/05/17 06:12:27 rillig Exp $
# $NetBSD: Makefile,v 1.41 2006/06/18 07:04:15 rillig Exp $

DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
Expand All @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes

INSTALL_TARGET= install install-man
INFO_FILES= # PLIST
INFO_FILES= yes
USE_TOOLS+= makeinfo msgfmt sh:run mktemp:run

CONFIGURE_ARGS+= --disable-uucode
Expand Down
4 changes: 2 additions & 2 deletions archivers/gtar-base/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.52 2006/04/13 18:23:29 jlam Exp $
# $NetBSD: Makefile,v 1.53 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= tar-1.15.1
DISTNAME= tar-1.15.1
PKGNAME= gtar-base-1.15.1
PKGREVISION= 2
SVR4_PKGNAME= gtarb
Expand Down
8 changes: 4 additions & 4 deletions archivers/gtar-info/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.23 2006/03/20 18:15:37 jlam Exp $
# $NetBSD: Makefile,v 1.24 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= tar-1.15.1
DISTNAME= tar-1.15.1
PKGNAME= gtar-info-1.15.1
SVR4_PKGNAME= gtari
PKGREVISION= 1
SVR4_PKGNAME= gtari
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=tar/}

Expand All @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews

NO_CONFIGURE= yes
NO_BUILD= yes
INFO_FILES= # PLIST
INFO_FILES= yes

INSTALLATION_DIRS= ${PKGINFODIR}

Expand Down
6 changes: 3 additions & 3 deletions archivers/gzip-info/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.22 2006/03/20 18:15:37 jlam Exp $
# $NetBSD: Makefile,v 1.23 2006/06/18 07:04:16 rillig Exp $

DISTNAME= gzip-1.2.4a
PKGNAME= gzip-info-1.2.4a
SVR4_PKGNAME= gzipi
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
EXTRACT_SUFX= .shar

MAINTAINER= [email protected]
Expand All @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews

NO_CONFIGURE= yes
NO_BUILD= yes
INFO_FILES= # PLIST
INFO_FILES= yes

INSTALLATION_DIRS= ${PKGINFODIR}

Expand Down
7 changes: 4 additions & 3 deletions archivers/lbrate/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2006/05/17 06:12:27 rillig Exp $
# $NetBSD: Makefile,v 1.12 2006/06/18 07:04:16 rillig Exp $

DISTNAME= lbrate-1.1
PKGREVISION= 1
Expand All @@ -16,7 +16,8 @@ LBRATE_DOCSDIR= ${PREFIX}/share/doc/lbrate

post-install:
${INSTALL_DATA_DIR} ${LBRATE_DOCSDIR}
for f in COPYING ChangeLog README TODO; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${LBRATE_DOCSDIR}; done
.for f in COPYING ChangeLog README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${LBRATE_DOCSDIR}
.endfor

.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions archivers/lha/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.27 2006/03/04 21:28:53 jlam Exp $
# $NetBSD: Makefile,v 1.28 2006/06/18 07:04:16 rillig Exp $

DISTNAME= lha-114i
DISTNAME= lha-114i
PKGNAME= lha-114.9
PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
ftp://ftp.win.ne.jp/pub/misc/

MAINTAINER= [email protected]
MAINTAINER= [email protected]
HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
COMMENT= Archive files using LZW compression (.lzh files)

Expand Down
10 changes: 5 additions & 5 deletions archivers/pax/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2006/05/17 06:12:27 rillig Exp $
# $NetBSD: Makefile,v 1.24 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= pax-20060202
Expand All @@ -14,10 +14,10 @@ GNU_CONFIGURE= yes

NO_PKGTOOLS_REQD_CHECK= yes
NO_CHECKSUM= yes
NO_MTREE= yes
NO_PKG_REGISTER= yes
NO_PACKAGE= Deinstallation is not permitted
PKG_PRESERVE= yes
NO_MTREE= yes
NO_PKG_REGISTER= yes
NO_PACKAGE= Deinstallation is not permitted
PKG_PRESERVE= yes

.include "../../mk/bsd.prefs.mk"

Expand Down
4 changes: 2 additions & 2 deletions archivers/rar/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.44 2006/05/17 06:12:27 rillig Exp $
# $NetBSD: Makefile,v 1.45 2006/06/18 07:04:16 rillig Exp $

DISTNAME= rarbsd
PKGNAME= rar-2.02
Expand All @@ -18,7 +18,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}

WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null
EXTRACT_CMD= exec "$$extract_file" >/dev/null

pre-extract:
${_PKG_SILENT}${_PKG_DEBUG} set -e; set -u; \
Expand Down
5 changes: 3 additions & 2 deletions archivers/star/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2006/05/17 06:12:27 rillig Exp $
# $NetBSD: Makefile,v 1.19 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= star-1.4.3
Expand All @@ -18,8 +18,9 @@ MAKE_FLAGS+= INS_BASE=${PREFIX:Q}
.include "../../mk/bsd.prefs.mk"

pre-build:
set -e; \
cd ${WRKSRC}/RULES && for i in arm mipsel x86_64 sparc64; do \
${LN} -s i386-netbsd-cc.rul $$i-netbsd-cc.rul; done
${LN} -s i386-netbsd-cc.rul "$$i"-netbsd-cc.rul; done
cd ${WRKSRC}/RULES && \
${LN} -s os-freebsd.id os-dragonfly.id

Expand Down
6 changes: 3 additions & 3 deletions archivers/unarj/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.24 2006/04/22 09:22:05 rillig Exp $
# $NetBSD: Makefile,v 1.25 2006/06/18 07:04:16 rillig Exp $

DISTNAME= unarj-2.65
DISTNAME= unarj-2.65
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_LOCAL}

MAINTAINER= [email protected]
MAINTAINER= [email protected]
HOMEPAGE= http://www.arjsoftware.com/
COMMENT= Allows files to be extracted from ARJ archives

Expand Down
6 changes: 3 additions & 3 deletions archivers/unzip/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.63 2006/06/15 13:34:27 wiz Exp $
# $NetBSD: Makefile,v 1.64 2006/06/18 07:04:16 rillig Exp $

DISTNAME= unzip552
PKGNAME= unzip-5.52
Expand All @@ -24,8 +24,8 @@ BUILD_TARGET= generic_zlib unzipsfx
CFLAGS+= -DBSD
.endif
CFLAGS+= -I. -DUNIX -Dunix -DUSE_UNSHRINK
MAKE_FLAGS+= CF=${CPPFLAGS:Q}\ ${CFLAGS:Q}
MAKE_FLAGS+= LF2=${_STRIPFLAG_CC:Q}\ ${LDFLAGS:Q}\ -lz
MAKE_FLAGS+= CF=${CPPFLAGS:M*:Q}\ ${CFLAGS:M*:Q}
MAKE_FLAGS+= LF2=${_STRIPFLAG_CC:Q}\ ${LDFLAGS:M*:Q}\ -lz

INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc

Expand Down
4 changes: 2 additions & 2 deletions archivers/unzoo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2005/10/16 15:02:36 wiz Exp $
# $NetBSD: Makefile,v 1.10 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= unzoo.c
Expand All @@ -18,7 +18,7 @@ NO_CONFIGURE= YES
INSTALLATION_DIRS= bin

do-extract:
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
cd ${DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC}

do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c
Expand Down
10 changes: 5 additions & 5 deletions archivers/zoo/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.25 2006/06/10 17:18:48 adrianp Exp $
# $NetBSD: Makefile,v 1.26 2006/06/18 07:04:16 rillig Exp $

DISTNAME= zoo-2.10pl1
DISTNAME= zoo-2.10pl1
PKGNAME= zoo-2.10.1
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/

MAINTAINER= [email protected]
COMMENT= Manipulate archives of files in compressed form
Expand All @@ -16,8 +16,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes

BUILD_TARGET= bsdansi
MAKEFILE= makefile
BUILD_TARGET= bsdansi
MAKEFILE= makefile

INSTALLATION_DIRS= bin man/man1

Expand Down
4 changes: 2 additions & 2 deletions archivers/zziplib/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.11 2006/04/09 08:57:54 heinz Exp $
# $NetBSD: Makefile,v 1.12 2006/06/18 07:04:16 rillig Exp $
#

DISTNAME= zziplib-0.10.82
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zziplib/}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zziplib/}
EXTRACT_SUFX= .tar.bz2

MAINTAINER= [email protected]
Expand Down

0 comments on commit dd7540a

Please sign in to comment.