Date: Wed, 7 Aug 2002 10:00:07 -0700 (PDT) From: KIMURA Shigekazu <zau50357@lion.zero.ad.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41084: New Ports / archivers/untar Message-ID: <200208071700.g77H07uP023140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41084; it has been noted by GNATS. From: KIMURA Shigekazu <zau50357@lion.zero.ad.jp> To: freebsd-gnats-submit@FreeBSD.org, zau50357@lion.zero.ad.jp Cc: Subject: Re: ports/41084: New Ports / archivers/untar Date: Thu, 08 Aug 2002 01:51:31 +0900 // ports/archivers/untar Please apply this patches. I have checked by portlint(1), including ports/devel. KIMURA Shigekazu / zau50357@lion.zero.ad.jp diff -uNr untar.ORG/Makefile untar/Makefile --- untar.ORG/Makefile Sun Jul 14 17:18:05 2002 +++ untar/Makefile Wed Aug 7 20:55:46 2002 @@ -1,28 +1,31 @@ # New ports collection makefile for: untar # Date created: 14 Jul 2002 -# Whom: zau50357@lion.zero.ad.jp (KIMURA Shigekazu) +# Whom: KIMURA Shigekazu <zau50357@lion.zero.ad.jp> # # $FreeBSD$ # PORTNAME= untar PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ - -#MAINTAINER= ports@FreeBSD.org - -DISTNAME= untar - +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c EXTRACT_ONLY= +MAINTAINER= ports@FreeBSD.org + NO_WRKSUBDIR= yes +NO_INSTALL_MANPAGES= yes + +PROG= untar pre-patch: @${CP} ${DISTDIR}/untar.c ${WRKSRC} @${CP} ${FILESDIR}/Makefile.untar ${WRKSRC}/Makefile -NO_INSTALL_MANPAGES= yes +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/bin .include <bsd.port.mk> diff -uNr untar.ORG/files/Makefile.untar untar/files/Makefile.untar --- untar.ORG/files/Makefile.untar Sun Jul 14 17:18:05 2002 +++ untar/files/Makefile.untar Wed Aug 7 20:50:33 2002 @@ -1,16 +1,11 @@ # Makefile for untar-1.4 # For FreeBSD-[43].X -# This Makefile written by ziky in 1999. Freely redistributable. -PROG= untar +PROG= untar SRCS= untar.c NOMAN= yes -#PREFIX?=/usr/local -BINDIR?= /usr/local/bin - -CFLAGS+= -D_POSIX_SOURCE -LDFLAGS+= -static -#LDFLAGS+= -s +CFLAGS+= -D_POSIX_SOURCE +LDFLAGS+= -static .include <bsd.prog.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208071700.g77H07uP023140>