Index: head/comms/ruby-termios/Makefile =================================================================== --- head/comms/ruby-termios/Makefile (revision 228226) +++ head/comms/ruby-termios/Makefile (revision 228227) @@ -1,49 +1,49 @@ # New ports collection makefile for: ruby-termios # Date created: 30 August 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= termios PORTVERSION= 0.9.5 PORTEPOCH= 1 CATEGORIES= comms ruby MASTER_SITES= http://arika.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to termios USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install RUBY_RD_FILES= termios.rd DOCS= ChangeLog README \ ${RUBY_RD_FILES} \ ${RUBY_RD_HTML_FILES} .include post-patch: ${RUBY} -i -pe 'gsub(/ttyS\d/, "cuaa0")' ${WRKSRC}/examples/*.rb ${RUBY} -i -pe 'gsub(/\.c_/, ".")' ${WRKSRC}/examples/*.rb post-install: doc-install doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.rb ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include Property changes on: head/comms/ruby-termios/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/comms/ruby-termios/files/patch-extconf.rb =================================================================== --- head/comms/ruby-termios/files/patch-extconf.rb (nonexistent) +++ head/comms/ruby-termios/files/patch-extconf.rb (revision 228227) @@ -0,0 +1,11 @@ +--- extconf.rb.orig 2009-02-13 23:17:58.000000000 +0300 ++++ extconf.rb 2009-02-13 23:18:05.000000000 +0300 +@@ -3,7 +3,7 @@ + if have_header('termios.h') && + have_header('unistd.h') + +- unless RUBY_VERSION < '1.7' || have_type("rb_io_t", ["ruby.h", "rubyio.h"]) ++ unless RUBY_VERSION < '1.7' + have_struct_member("OpenFile", "fd", ["ruby.h", "rubyio.h"]) + end + Property changes on: head/comms/ruby-termios/files/patch-extconf.rb ___________________________________________________________________ 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