FreeBSD Bugzilla – Attachment 77232 Details for
Bug 111252
[MAINTAINER] net-im/tmsnc: update to 0.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tmsnc-0.3.2.patch
tmsnc-0.3.2.patch (text/plain), 4.47 KB, created by
Tsung-Han Yeh
on 2007-04-05 06:40:05 UTC
(
hide
)
Description:
tmsnc-0.3.2.patch
Filename:
MIME Type:
Creator:
Tsung-Han Yeh
Created:
2007-04-05 06:40:05 UTC
Size:
4.47 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net-im/tmsnc/Makefile /home/snowfly/works/tmsnc/Makefile >--- /usr/ports/net-im/tmsnc/Makefile Tue Dec 27 06:35:53 2005 >+++ /home/snowfly/works/tmsnc/Makefile Thu Apr 5 13:04:47 2007 >@@ -1,12 +1,12 @@ > # New ports collection makefile for: tmsnc >-# Date created: 10 Sep 2005 >+# Date created: 4 Apr 2007 > # Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> > # > # $FreeBSD: ports/net-im/tmsnc/Makefile,v 1.4 2005/12/26 22:35:53 pav Exp $ > # > > PORTNAME= tmsnc >-PORTVERSION= 0.3.1 >+PORTVERSION= 0.3.2 > CATEGORIES= net-im > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -20,6 +20,6 @@ > > GNU_CONFIGURE= yes > >-MAN1= tmsnc.1 >+PLIST_FILES= bin/tmsnc > > .include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/net-im/tmsnc/distinfo /home/snowfly/works/tmsnc/distinfo >--- /usr/ports/net-im/tmsnc/distinfo Tue Dec 27 06:35:53 2005 >+++ /home/snowfly/works/tmsnc/distinfo Thu Apr 5 00:21:01 2007 >@@ -1,3 +1,3 @@ >-MD5 (tmsnc-0.3.1.tar.gz) = 3b30e5dab0b1b679d2b945c3a5713636 >-SHA256 (tmsnc-0.3.1.tar.gz) = 1f89538b714147c13781b01b77ac44b81a82270506f187c80743b97ab1f1b441 >-SIZE (tmsnc-0.3.1.tar.gz) = 163015 >+MD5 (tmsnc-0.3.2.tar.gz) = 337dae91d4775e03b6681f61db56d2a7 >+SHA256 (tmsnc-0.3.2.tar.gz) = 7f54ba3974f45c0787b6d62d0d62ce352ddbf95419123b98b4969b97d3dfed23 >+SIZE (tmsnc-0.3.2.tar.gz) = 200018 >diff -ruN --exclude=CVS /usr/ports/net-im/tmsnc/files/patch-configure /home/snowfly/works/tmsnc/files/patch-configure >--- /usr/ports/net-im/tmsnc/files/patch-configure Sun Sep 18 12:51:17 2005 >+++ /home/snowfly/works/tmsnc/files/patch-configure Thu Apr 5 08:47:18 2007 >@@ -1,13 +1,13 @@ >---- configure.orig Wed Aug 10 17:42:42 2005 >-+++ configure Wed Sep 14 08:29:30 2005 >-@@ -6145,81 +6145,12 @@ >+--- configure.orig Thu Apr 5 08:38:09 2007 >++++ configure Thu Apr 5 08:47:12 2007 >+@@ -5087,81 +5087,12 @@ > > if $search_ncurses > then > - if test -f /usr/include/ncurses.h > - then >-- echo "$as_me:$LINENO: result: Found ncurses on /usr/include/ncurses.h" >&5 >--echo "${ECHO_T}Found ncurses on /usr/include/ncurses.h" >&6 >+- { echo "$as_me:$LINENO: result: Found ncurses on /usr/include/ncurses.h" >&5 >+-echo "${ECHO_T}Found ncurses on /usr/include/ncurses.h" >&6; } > - CURSES_LIBS="-lncurses" > - CURSES_INCLUDEDIR="" > - search_ncurses=false >@@ -29,8 +29,8 @@ > - then > - if test -f /usr/include/ncurses/ncurses.h > - then >-- echo "$as_me:$LINENO: result: Found ncurses on /usr/include/ncurses/ncurses.h" >&5 >--echo "${ECHO_T}Found ncurses on /usr/include/ncurses/ncurses.h" >&6 >+- { echo "$as_me:$LINENO: result: Found ncurses on /usr/include/ncurses/ncurses.h" >&5 >+-echo "${ECHO_T}Found ncurses on /usr/include/ncurses/ncurses.h" >&6; } > - CURSES_LIBS="-lncurses" > - CURSES_INCLUDEDIR="-I/usr/include/ncurses" > - search_ncurses=false >@@ -52,8 +52,8 @@ > - then > - if test -f /usr/local/include/ncurses.h > - then >-- echo "$as_me:$LINENO: result: Found ncurses on /usr/local/include/ncurses.h" >&5 >--echo "${ECHO_T}Found ncurses on /usr/local/include/ncurses.h" >&6 >+- { echo "$as_me:$LINENO: result: Found ncurses on /usr/local/include/ncurses.h" >&5 >+-echo "${ECHO_T}Found ncurses on /usr/local/include/ncurses.h" >&6; } > - CURSES_LIBS="-L/usr/local/lib -lncurses" > - CURSES_INCLUDEDIR="-I/usr/local/include" > - search_ncurses=false >@@ -75,11 +75,11 @@ > - then > if test -f /usr/local/include/ncurses/ncurses.h > then >- echo "$as_me:$LINENO: result: Found ncurses on /usr/local/include/ncurses/ncurses.h" >&5 >- echo "${ECHO_T}Found ncurses on /usr/local/include/ncurses/ncurses.h" >&6 >+ { echo "$as_me:$LINENO: result: Found ncurses on /usr/local/include/ncurses/ncurses.h" >&5 >+ echo "${ECHO_T}Found ncurses on /usr/local/include/ncurses/ncurses.h" >&6; } > - CURSES_LIBS="-L/usr/local/lib -L/usr/local/lib/ncurses -lncurses" > - CURSES_INCLUDEDIR="-I/usr/local/include/ncurses" >-+ CURSES_LIBS="-L/usr/local/lib -L/usr/local/lib/ncurses -Wl,-rpath,/usr/local/lib -lncurses" >++ CURSES_LIBS="-L/usr/local/lib -L/usr/local/lib/ncurses -Wl,-rpath,/usr/local/lib -lncurses" > + CURSES_INCLUDEDIR="-I/usr/local/include -I/usr/local/include/ncurses" > search_ncurses=false > screen_manager="ncurses on /usr/local/include/ncurses" >diff -ruN --exclude=CVS /usr/ports/net-im/tmsnc/pkg-plist /home/snowfly/works/tmsnc/pkg-plist >--- /usr/ports/net-im/tmsnc/pkg-plist Tue Dec 27 06:35:53 2005 >+++ /home/snowfly/works/tmsnc/pkg-plist Thu Jan 1 08:00:00 1970 >@@ -1 +0,0 @@ >-bin/tmsnc
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 111252
: 77232