FreeBSD Bugzilla – Attachment 116740 Details for
Bug 158737
deskutils/ical: Allow ical to depend on any version to tk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.09 KB, created by
Scot Hetzel
on 2011-07-08 17:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot Hetzel
Created:
2011-07-08 17:40:00 UTC
Size:
1.09 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/deskutils/ical/Makefile,v >retrieving revision 1.38 >diff -u -r1.38 Makefile >--- Makefile 9 Apr 2008 13:41:58 -0000 1.38 >+++ Makefile 8 Jul 2011 11:11:13 -0000 >@@ -9,20 +9,20 @@ > PORTNAME= ical > PORTVERSION= 2.2 > PORTREVISION= 3 >-CATEGORIES= deskutils tk >+CATEGORIES?= deskutils tk > MASTER_SITES= ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ > >-MAINTAINER= obrien@FreeBSD.org >-COMMENT= A calendar application >+MAINTAINER?= obrien@FreeBSD.org >+COMMENT?= A calendar application > >-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 >+USE_TK= yes > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.4 \ >- --with-tclhdir=${PREFIX}/include/tcl8.4 \ >- --with-tclsh=${PREFIX}/bin/tclsh8.4 \ >- --with-tkconfig=${PREFIX}/lib/tk8.4 \ >- --with-tkhdir=${PREFIX}/include/tk8.4 >+CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \ >+ --with-tclhdir=${TCL_INCLUDEDIR} \ >+ --with-tclsh=${TCLSH} \ >+ --with-tkconfig=${TK_LIBDIR} \ >+ --with-tkhdir=${TK_INCLUDEDIR} > > MAN1= ical.1
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 158737
: 116740