ports/75155: [PATCH] audio/baudline: fetching does not require linprocfs
Ion-Mihai IOnut Tetcu
itetcu at people.tecnik93.com
Thu Dec 16 16:30:30 UTC 2004
>Number: 75155
>Category: ports
>Synopsis: [PATCH] audio/baudline: fetching does not require linprocfs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 16 16:30:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Ion-Mihai "IOnut" Tetcu
>Release: FreeBSD 5.3-STABLE i386
>Organization:
Tecnik'93
>Environment:
System: FreeBSD 5.3-STABLE #12: Sat Dec 4 15:20:02 EET 2004
>Description:
This port does not require linprocfs to have its
distfiles fetched, so the attached patch changes
the check for linprofs from pre-everything to pre-extrat.
>How-To-Repeat:
cd /usr/ports/audio/baudline && make fetch
>Fix:
--- Makefile.diff begins here ---
--- Makefile.orig Thu Dec 16 18:19:19 2004
+++ Makefile Thu Dec 16 18:20:38 2004
@@ -44,7 +44,7 @@
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
-pre-everything::
+pre-extract:
.if !empty(LINPROCFS)
@${ECHO_CMD} ""
@${ECHO_CMD} "Check if linprocfs is running: YES"
--- Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list