c987560802
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
16 lines
611 B
Bash
16 lines
611 B
Bash
# Template file for 'cvs'
|
|
pkgname=cvs
|
|
version=1.12.13
|
|
revision=6
|
|
build_style=gnu-configure
|
|
configure_args="--with-editor=/usr/bin/vi --with-external-zlib
|
|
ac_cv_func_working_mktime=yes" # broken test upstream
|
|
hostmakedepends="nvi openssh"
|
|
makedepends="mit-krb5-devel openssh"
|
|
depends="openssh>=6.1p1"
|
|
short_desc="Concurrent Versions System"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
homepage="http://www.nongnu.org/cvs/"
|
|
license="GPL-1, LGPL-2"
|
|
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2"
|
|
checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
|