Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the local system and to back them out again. It also uses OpenSSL for patch signing. This package is BSD licensed and uses solely BSD licensed tools for operation.
This commit is contained in:
parent
7850fbaaad
commit
c159ebf50f
1 changed files with 30 additions and 0 deletions
30
sysutils/patchadd/Makefile
Normal file
30
sysutils/patchadd/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/04/19 21:13:57 tonnerre Exp $
|
||||
#
|
||||
|
||||
DISTNAME= patchadd-0.1-durchstich
|
||||
PKGNAME= patchadd-0.1durchstich
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tonnerre/patchadd/
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
HOMEPAGE= http://oss.sygroup.ch/project/patchadd/
|
||||
COMMENT= Binary patch management tools
|
||||
LICENSE= original-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
USE_TOOLS+= basename ftp
|
||||
|
||||
DEPENDS+= bsdiff-[0-9]*:../../misc/bsdiff
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
SUBST_CLASSES+= tools
|
||||
SUBST_STAGE.tools= post-configure
|
||||
SUBST_FILES.tools= patch_add patch_delete patch_info
|
||||
SUBST_SED.tools= -e "s|${TOOLS_DIR}/bin/ftp|${FTP}|g"
|
||||
SUBST_SED.tools+= -e "s|${TOOLS_DIR}/bin/basename|${BASENAME}|g"
|
||||
SUBST_SED.tools+= -e "s|${TOOLS_DIR}/bin/mkdir|${MKDIR:S/-p//}|g"
|
||||
|
||||
CONFIGURE_ARGS+= --localstatedir=/var
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
Loading…
Reference in a new issue