FreeBSD Bugzilla – Attachment 155175 Details for
Bug 199155
[PATCH] devel/rlwrap: update to 0.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn_diff_devel_rlwrap_0.4.2
rlwrap-0.4.2.patch (text/plain), 2.66 KB, created by
Danilo G. Baio
on 2015-04-04 04:59:56 UTC
(
hide
)
Description:
svn_diff_devel_rlwrap_0.4.2
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2015-04-04 04:59:56 UTC
Size:
2.66 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 383189) >+++ Makefile (working copy) >@@ -2,17 +2,20 @@ > # $FreeBSD$ > > PORTNAME= rlwrap >-PORTVERSION= 0.37 >+PORTVERSION= 0.42 >+DISTVERSIONPREFIX= v > CATEGORIES= devel >-MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ \ >- ${MASTER_SITE_LOCAL} \ >- http://dryice.name/computer/FreeBSD/distfiles/ >-MASTER_SITE_SUBDIR= dryice > > MAINTAINER= gamato@users.sf.net > COMMENT= Readline wrapper > >-USES= readline >+LICENSE= GPLv2 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= hanslub42 >+GH_PROJECT= ${PORTNAME} >+ >+USES= readline autoreconf > GNU_CONFIGURE= yes > > PORTDOCS= AUTHORS BUGS NEWS PLEA README TODO >@@ -19,9 +22,6 @@ > > OPTIONS_DEFINE= DOCS > >-post-patch: .SILENT >- ${REINPLACE_CMD} 's|/dev/ptmx|${NONEXISTENT}|' ${WRKSRC}/configure >- > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${PORTDOCS} >Index: distinfo >=================================================================== >--- distinfo (revision 383189) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (rlwrap-0.37.tar.gz) = 8403a2c184a33ee293a30637afd1362e7dbe0ee642c33b54b2fca68162498bbd >-SIZE (rlwrap-0.37.tar.gz) = 251438 >+SHA256 (rlwrap-v0.42_GH0.tar.gz) = fff56c24341f0c717cf3a8f0ebbf2cba415b1952e1591168ca69ed13638b20f3 >+SIZE (rlwrap-v0.42_GH0.tar.gz) = 139838 >Index: files/patch-configure.ac >=================================================================== >--- files/patch-configure.ac (revision 0) >+++ files/patch-configure.ac (working copy) >@@ -0,0 +1,20 @@ >+--- configure.ac.orig 2014-11-14 14:48:11 UTC >++++ configure.ac >+@@ -212,7 +212,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl >+ AC_CHECK_HEADERS([pty.h]) >+ else if test x$ac_cv_func__getpty = xyes; then >+ ptyttylib_cv_ptys=SGI4 >+- else if test -c /dev/ttyp20 -a ! -c /dev/ptmx; then >++ else if test -c /dev/ttyp20 -a ! -c /nonexistent; then >+ ptyttylib_cv_ptys=SCO >+ else if test -c /dev/ptym/clone; then >+ ptyttylib_cv_ptys=HPUX >+@@ -222,7 +222,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl >+ ptyttylib_cv_ptys=PTC >+ else if test -c /dev/ptc -a -d /dev/pts; then >+ ptyttylib_cv_ptys=PTC >+- else if test -c /dev/ptmx -a -c /dev/pts/0; then >++ else if test -c /nonexistent -a -c /dev/pts/0; then >+ ptyttylib_cv_ptys=STREAMS >+ else case "$host_os" in >+ *cygwin*) ptyttylib_cv_ptys=STREAMS ;; > >Property changes on: files/patch-configure.ac >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 199155
: 155175