Index: head/mail/tkrat2/Makefile =================================================================== --- head/mail/tkrat2/Makefile (revision 288144) +++ head/mail/tkrat2/Makefile (revision 288145) @@ -1,58 +1,56 @@ # New ports collection makefile for: tkrat2 # Date created: 9 November 1999 # Whom: Stephen J. Roznowski # # $FreeBSD$ # PORTNAME= tkrat PORTVERSION= 2.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail tk MASTER_SITES= http://tkrat.org/downloads/stable/ \ ftp://ftp.tkrat.org/pub/tkrat/ MAINTAINER= sjroz@verizon.net COMMENT= A mail user agent for X with a Tcl/Tk user interface LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 \ c-client4.9:${PORTSDIR}/mail/cclient USE_XORG= x11 xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.4 \ --with-tk-config=${PREFIX}/lib/tk8.4 \ --with-tcl-include=${PREFIX}/include/tcl8.4 \ --with-tk-include=${PREFIX}/include/tk8.4 MAKE_ARGS+= -j2 -B DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \ doc/userproc.example MAN1= tkrat.1 .include .if ${ARCH} == "sparc64" BROKEN= Build fails on sparc64 -.elif ${OSVERSION} >= 900000 -BROKEN= does not build .endif post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" @${MKDIR} ${PREFIX}/share/doc/tkrat .for f in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .else @${ECHO_MSG} "===> Not copying available documents" .endif @${MKDIR} ${PREFIX}/lib/ratatosk ${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk .include Property changes on: head/mail/tkrat2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property Index: head/mail/tkrat2/files/patch-configure =================================================================== --- head/mail/tkrat2/files/patch-configure (nonexistent) +++ head/mail/tkrat2/files/patch-configure (revision 288145) @@ -0,0 +1,11 @@ +--- configure.orig 2011-12-28 10:48:15.000000000 +0800 ++++ configure 2011-12-28 10:49:54.000000000 +0800 +@@ -2764,7 +2764,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` Property changes on: head/mail/tkrat2/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property