FreeBSD Bugzilla – Attachment 39659 Details for
Bug 62476
[PATCH] irc/irssi: Unbreak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
irssi-0.8.9_1.patch
irssi-0.8.9_1.patch (text/plain), 1.42 KB, created by
Ulrich Spoerlein
on 2004-02-07 12:40:16 UTC
(
hide
)
Description:
irssi-0.8.9_1.patch
Filename:
MIME Type:
Creator:
Ulrich Spoerlein
Created:
2004-02-07 12:40:16 UTC
Size:
1.42 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/irc/irssi/Makefile,v >retrieving revision 1.78 >diff -u -u -r1.78 Makefile >--- Makefile 7 Feb 2004 06:38:29 -0000 1.78 >+++ Makefile 7 Feb 2004 12:28:50 -0000 >@@ -18,16 +18,23 @@ > GNU_CONFIGURE= yes > > WANT_GNOME= yes >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > MAN1= irssi.1 > >-.include <bsd.port.pre.mk> >+# Set option defaults. >+ >+.if ! defined(WITH_SSL) >+WITH_SSL= yes >+.endif > >-.if ${OSVERSION} >= 502000 >-BROKEN= "Does not compile" >+.if ${WITH_SSL:L} == "no" >+CONFIGURE_ARGS+= --disable-ssl >+.else >+USE_OPENSSL= yes > .endif > >-# Set option defaults. >+.include <bsd.port.pre.mk> > > .if ! defined(WITH_GLIB) > .if exists(${LOCALBASE}/include/glib-2.0/glib.h) >@@ -53,10 +60,6 @@ > WITH_IPV6= yes > .endif > >-.if ! defined(WITH_SSL) >-WITH_SSL= yes >-.endif >- > .if ! defined(WITH_BOEHM_GC) > WITH_BOEHM_GC= no > .endif >@@ -105,12 +108,6 @@ > .endif > .endif > >-.if ${WITH_SSL:L} == "yes" >-USE_OPENSSL= yes >-.else >-CONFIGURE_ARGS+= --disable-ssl >-.endif >- > .if ${WITH_BOEHM_GC:L} == "yes" > LIB_DEPENDS+= gc.1:${PORTSDIR}/devel/boehm-gc > CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include >@@ -136,7 +133,7 @@ > @${ECHO} "" > > pre-configure: >- @cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample >+ @cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample || ${TRUE} > > post-install: > @if [ ! -f ${LOCALBASE}/etc/irssi.conf ]; then \
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 62476
: 39659 |
39660