pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: adapt for PATCH_DIST_STRIP default change to -p1
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Aug 3 15:12:30 2026 +0200
Changeset: 32975342c21053b4447d38fd3992bfd129826530
Modified Files:
c-news/Makefile
freebsd-svn/Makefile
gcc12/Makefile.common
gcc13/Makefile.common
linux-makedev/Makefile
micropolis/Makefile
vm-pop3d/Makefile
xtensa-lx106-elf-gcc10/Makefile
Log Message:
*: adapt for PATCH_DIST_STRIP default change to -p1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32975342c21053b4447d38fd3992bfd129826530
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
c-news/Makefile | 1 +
freebsd-svn/Makefile | 1 +
gcc12/Makefile.common | 1 -
gcc13/Makefile.common | 1 -
linux-makedev/Makefile | 2 --
micropolis/Makefile | 1 -
vm-pop3d/Makefile | 1 -
xtensa-lx106-elf-gcc10/Makefile | 1 -
8 files changed, 2 insertions(+), 7 deletions(-)
diffs:
diff --git a/c-news/Makefile b/c-news/Makefile
index adbbe2d014..e5e43494a6 100644
--- a/c-news/Makefile
+++ b/c-news/Makefile
@@ -12,6 +12,7 @@ EXTRACT_SUFX= .tar.Z
DISTFILES= ${DEFAULT_DISTFILES} pgpverify-1.12
PATCH_SITES= ftp://ftp.dinoex.org/pub/c-news/
+PATCH_DIST_STRIP= -p0
PATCHFILES= c-news-patch-fileart.c c-news-patch-namecheck.awk \
c-news-patch-newsrun c-news-patch-sendbatches \
c-news-patch-ctl-pgp3 c-news-patch-ctl-more \
diff --git a/freebsd-svn/Makefile b/freebsd-svn/Makefile
index aa9215ed9e..47737d195b 100644
--- a/freebsd-svn/Makefile
+++ b/freebsd-svn/Makefile
@@ -15,6 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../../wip/freebsd-svn/distinfo
PATCHFILES+= extra-patch-fbsd-template
PATCH_SITES+= https://svnweb.freebsd.org/ports/head/devel/subversion19/files/
+PATCH_DIST_STRIP= -p0
USE_TOOLS+= msgfmt
diff --git a/gcc12/Makefile.common b/gcc12/Makefile.common
index f2338257eb..57e4bdc1f8 100644
--- a/gcc12/Makefile.common
+++ b/gcc12/Makefile.common
@@ -61,7 +61,6 @@ PATCHFILES= gcc-12.5.0-1.diff
PATCH_SITES= https://ftp.NetBSD.org/pub/pkgsrc/misc/triaxx/
#PATCH_SITES= https://ftp.netbsd.org/pub/pkgsrc/misc/maya/
#PATCH_SITES= https://raw.githubusercontent.com/Homebrew/formula-patches/ca7047dad38f16fb02eb63bd4447e17d0b68b3bb/gcc/
-PATCH_DIST_STRIP= -p1
.endif
## For graphite support.
diff --git a/gcc13/Makefile.common b/gcc13/Makefile.common
index 43ee75f3ca..c367a9ef09 100644
--- a/gcc13/Makefile.common
+++ b/gcc13/Makefile.common
@@ -62,7 +62,6 @@ BUILDLINK_TRANSFORM+= rm:-nodefaultrpaths
CONFIGURE_ARGS+= --disable-darwin-at-rpath
PATCHFILES= gcc-13.3.0.diff
PATCH_SITES= https://raw.githubusercontent.com/Homebrew/formula-patches/bda0fad/gcc/
-PATCH_DIST_STRIP= -p1
.endif
## For graphite support.
diff --git a/linux-makedev/Makefile b/linux-makedev/Makefile
index 5c6458f905..4350d17114 100644
--- a/linux-makedev/Makefile
+++ b/linux-makedev/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/10/03 08:53:47 asau Exp $
-#
DISTNAME= makedev_2.3.1.orig
PKGNAME= linux-makedev-${VERSION:S/-/./}
@@ -9,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/makedev/}
PATCH_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/makedev/}
PATCHFILES= makedev_${VERSION}.diff.gz
-PATCH_DIST_STRIP= -p1
MAINTAINER= reed%reedmedia.net@localhost
COMMENT= Script to make and update Linux /dev device nodes
diff --git a/micropolis/Makefile b/micropolis/Makefile
index 83b630f19e..5eeb21e09c 100644
--- a/micropolis/Makefile
+++ b/micropolis/Makefile
@@ -15,7 +15,6 @@ USE_TOOLS+= bash:run pkg-config
PATCH_SITES= http://git.zerfleddert.de/micropolis/patches/
PATCHFILES= micropolis_git-1530263971-cc31822e4ebe54c0109623ac0c5cdf0e3acad755.patch
-PATCH_DIST_STRIP= -p1
WRKSRC= ${WRKDIR}/micropolis-activity
diff --git a/vm-pop3d/Makefile b/vm-pop3d/Makefile
index a8b208fd79..014387cc33 100644
--- a/vm-pop3d/Makefile
+++ b/vm-pop3d/Makefile
@@ -7,7 +7,6 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/mail/pop/}
PATCH_SITES= http://www.reedmedia.net/software/virtualmail-pop3d/
PATCHFILES= vm-pop3d-1.1.7e.diff.gz
-PATCH_DIST_STRIP= -p1
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= http://www.reedmedia.net/software/virtualmail-pop3d/
diff --git a/xtensa-lx106-elf-gcc10/Makefile b/xtensa-lx106-elf-gcc10/Makefile
index e8c5fe5594..00e3dc80d7 100644
--- a/xtensa-lx106-elf-gcc10/Makefile
+++ b/xtensa-lx106-elf-gcc10/Makefile
@@ -115,7 +115,6 @@ PATCH_SITES+= https://raw.githubusercontent.com/earlephilhower/esp-quick-toolcha
PATCHFILES+= gcc-001-jump-tables-in-text-section-earlephilhower.patch
PATCH_SITES+= https://github.com/earlephilhower/esp-quick-toolchain/raw/master/patches/
-PATCH_DIST_STRIP= -p1
MAINTAINER= bouyer%NetBSD.org@localhost
HOMEPAGE= https://github.com/espressif/gcc
Home |
Main Index |
Thread Index |
Old Index