FreeBSD Bugzilla – Attachment 119200 Details for
Bug 161660
Update port: net-im/icb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.84 KB, created by
tkato432
on 2011-10-14 19:50:36 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2011-10-14 19:50:36 UTC
Size:
1.84 KB
patch
obsolete
>diff -urN /usr/ports/net-im/icb/Makefile net-im/icb/Makefile >--- /usr/ports/net-im/icb/Makefile 2008-04-09 23:39:36.000000000 +0900 >+++ net-im/icb/Makefile 2011-08-28 18:12:52.000000000 +0900 >@@ -8,7 +8,7 @@ > > PORTNAME= icb > PORTVERSION= 5.1.0 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net-im tcl > MASTER_SITES= http://www.obfuscation.org/icb/ > DISTNAME= c${PORTNAME}-${PORTVERSION} >@@ -16,18 +16,26 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Internet CB - a mostly-defunct chat client > >-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 >- >+USE_TK_BUILD= yes >+USE_TK= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \ >+CONFIGURE_ARGS= --with-tclinclude=${TCL_INCLUDEDIR} \ > --with-tcllib=${LOCALBASE}/lib >+MAKE_JOBS_SAFE= yes >+ >+PORTEXAMPLES= bartender confuse echofunctions sample.icbrc >+PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb >+PLIST_DIRS= %%DATADIR%% > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin >- @${MKDIR} ${PREFIX}/share/icb >- ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb >-.for f in bartender confuse echofunctions sample.icbrc >- ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb >+ @${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${DATADIR} >+.if !defined(NOPORTEXAMPLES) >+ @${MKDIR} ${EXAMPLESDIR} >+.for f in ${PORTEXAMPLES} >+ ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${EXAMPLESDIR} > .endfor >+.endif > > .include <bsd.port.mk> >diff -urN /usr/ports/net-im/icb/pkg-plist net-im/icb/pkg-plist >--- /usr/ports/net-im/icb/pkg-plist 2005-10-08 00:22:49.000000000 +0900 >+++ net-im/icb/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,8 +0,0 @@ >-@comment $FreeBSD: ports/net-im/icb/pkg-plist,v 1.5 2005/10/07 15:22:49 mnag Exp $ >-bin/icb >-%%DATADIR%%/bartender >-%%DATADIR%%/confuse >-%%DATADIR%%/echofunctions >-%%DATADIR%%/icbserverdb >-%%DATADIR%%/sample.icbrc >-@dirrm %%DATADIR%%
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 161660
: 119200