Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157265421
D30023.id88466.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
948 B
Referenced Files
None
Subscribers
None
D30023.id88466.diff
View Options
Index: sysutils/debootstrap/Makefile
===================================================================
--- sysutils/debootstrap/Makefile
+++ sysutils/debootstrap/Makefile
@@ -2,7 +2,7 @@
PORTNAME= debootstrap
PORTVERSION= 1.0.123
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -15,6 +15,7 @@
RUN_DEPENDS= wget:ftp/wget \
bash:shells/bash \
+ ${LOCALBASE}/bin/grep:textproc/gnugrep \
gpgv2:security/gnupg \
${LOCALBASE}/share/keyrings/ubuntu-archive-keyring.gpg:security/ubuntu-keyring
@@ -41,6 +42,10 @@
@${FIND} ${WRKSRC}/scripts -type f | \
${XARGS} ${REINPLACE_CMD} -e 's,/usr/share/keyrings,${LOCALBASE}/share/keyrings,g'
+ # Workaround for bin/255525
+ @${REINPLACE_CMD} -e 's,grep,${LOCALBASE}/bin/grep,g' \
+ ${WRKSRC}/functions
+
post-install:
${INSTALL_MAN} ${WRKSRC}/debootstrap.8 \
${STAGEDIR}${MAN8PREFIX}/man/man8/debootstrap.8
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 8:58 PM (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33356531
Default Alt Text
D30023.id88466.diff (948 B)
Attached To
Mode
D30023: sysutils/debootstrap: add dependency on gnugrep
Attached
Detach File
Event Timeline
Log In to Comment