FreeBSD Bugzilla – Attachment 28578 Details for
Bug 47994
[maintainer-update] sysutils/linux-acu (strict Makefile)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.67 KB, created by
Matt Peterson
on 2003-02-06 09:10:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Matt Peterson
Created:
2003-02-06 09:10:15 UTC
Size:
1.67 KB
patch
obsolete
>--- Makefile.old Thu Feb 6 00:44:50 2003 >+++ Makefile Thu Feb 6 00:54:50 2003 >@@ -19,10 +19,6 @@ > > .include <bsd.port.pre.mk> > >-#.if ${OSVERSION} < 460000 >-#BROKEN= "${PORTNAME} is not available for your version of FreeBSD. Please upgrade." >-#.endif >- > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) > IGNORE= may not be automatically fetched due to licensing\ > restrictions. You MUST manually fetch the tarball after\ >@@ -38,9 +34,29 @@ > NO_BUILD= yes > NO_CDROM= "Redistribution not allowed" > >+LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' >+ >+pre-fetch: >+.if ${OSVERSION} < 460000 >+ @${ECHO} >+ @${ECHO} "OS-VERSION ${OSVERSION} too low" >+ @${ECHO} >+ @${ECHO} "acu needs some important sys/dev/an changes" >+ @${ECHO} "Please upgrade to 4.6-STABLE or greater" >+ @${FALSE} >+.endif >+ >+post-extract: >+.if ${LINPROCFS} >+ @${ECHO} >+ @${ECHO} "linprocfs is mounted, please umount this filesystem" >+ @${ECHO} "becauce acu needs to read ${LINUXBASE}/proc/aironet" >+ @${FALSE} >+.endif >+ > do-install: > @${MKDIR} ${PREFIX}/bin >-# @${MKDIR} ${LINUXBASE}/proc/aironet >+ @${MKDIR} ${LINUXBASE}/proc/aironet > @${INSTALL} ${WRKSRC}/utilities/acu ${PREFIX}/bin > > post-install: >@@ -48,10 +64,7 @@ > @${ECHO} "notes: acu will only run from the root super-user account" > @${ECHO} " to allow root access to your X session," > @${ECHO} " run 'xhost localhost' or use sudo." >- @${ECHO} " acu will not run with linprocfs since it needs to see:" >- @${ECHO} " ${LINUXBASE}/proc/aironet"" > @${ECHO} " acu annoyingly creates" > @${ECHO} " /compat/linux/etc/eth2.cfg" > @${ECHO} " and will use that over the current card's settings." >- > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47994
: 28578