FreeBSD Bugzilla – Attachment 61242 Details for
Bug 91792
Fix port: irc/unreal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
Gerrit Beine
on 2006-01-14 14:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gerrit Beine
Created:
2006-01-14 14:50:02 UTC
Size:
1.61 KB
patch
obsolete
>diff -Nur /usr/ports/irc/unreal/Makefile unreal/Makefile >--- /usr/ports/irc/unreal/Makefile Mon Apr 11 20:56:40 2005 >+++ unreal/Makefile Sat Jan 14 15:36:45 2006 >@@ -24,7 +24,7 @@ > # ftp://unrealircd.za.net/pub/UnrealIRCd/ \ # connect refused > DISTNAME= ${PORTNAME}${PORTVERSION} > >-MAINTAINER= tux@pinguru.net >+MAINTAINER= gerrit.beine@gmx.de > COMMENT= Unreal - the next generation ircd > > WRKSRC= ${WRKDIR}/${PORTNAME}3.2 >@@ -58,13 +58,7 @@ > PREFIXAQ "Enable prefixes for chanadmin and chanowner" off > # REMOTE "Enable remote includes" off \ # this does not work at the moment > >-PORT_DBDIR?= /var/db/ports >-LATEST_LINK= ${PORTNAME} >-OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options >- >-.if exists(${OPTIONSFILE}) >-.include "${OPTIONSFILE}" >-.endif >+.include <bsd.port.pre.mk> > > .if !defined(NOPORTDOCS) > DOCS= Donation doc/Authors doc/coding-guidelines \ >@@ -111,7 +105,7 @@ > USE_MYSQL= yes > WITH_SQLMOD= yes > MAKE_ARGS= all custommodule MODULEFILE=m_sqlmod >-PLIST_FILES+= etc/Unreal/m_sqlmod.conf lib/Unreal/m_sqlmod.so >+PLIST_FILES+= etc/Unreal/m_sqlmod.conf lib/Unreal/m_sqlmod.so \ > Unreal/doc/Changes.sqlmod Unreal/doc/README.sqlmod \ > Unreal/doc/LICENSE.sqlmod > .endif >@@ -135,7 +129,7 @@ > @${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/s_conf.c > @${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/url.c > .if defined(WITH_SQLMOD) >- @${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch >+ @${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch.old > .endif > > do-install: >@@ -173,4 +167,4 @@ > @${CP} ${WRKSRC}/SQLMod/LICENSE ${DOCSDIR}/LICENSE.sqlmod > .endif > >-.include <bsd.port.mk> >+.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 91792
: 61242