FreeBSD Bugzilla – Attachment 146568 Details for
Bug 193175
[patch] [maintainer update] irc/undernet-ircu fix build on 8.4 systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build issue on 8.x
20140830-irc-undernet-ircu.diff (text/plain), 734 bytes, created by
Daniel Austin
on 2014-08-30 19:44:45 UTC
(
hide
)
Description:
fix build issue on 8.x
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2014-08-30 19:44:45 UTC
Size:
734 bytes
patch
obsolete
>diff -ruN irc/undernet-ircu.orig/Makefile irc/undernet-ircu/Makefile >--- irc/undernet-ircu.orig/Makefile 2014-08-17 10:36:47.000000000 +0100 >+++ irc/undernet-ircu/Makefile 2014-08-30 20:25:39.457732893 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= undernet-ircu > PORTVERSION= 2.10.12.14 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= irc net > MASTER_SITES= SF/${PORTNAME}/ircu/ircu${PORTVERSION} \ > ftp://ftpmirror.uk/freebsd-ports/undernet-ircu/ >@@ -58,6 +58,10 @@ > .endif > > .include <bsd.port.options.mk> >+# always disable profile support on 8.x >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 >+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-profile} >+.endif > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/ircd/ircd ${STAGEDIR}${PREFIX}/sbin
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 193175
: 146568