FreeBSD Bugzilla – Attachment 160108 Details for
Bug 202488
[PATCH] comms/libirman upgrade to 0.4.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to upgrade libirman to 0.4.6.
libirman-0.4.6_2.diff (text/plain), 2.95 KB, created by
Douglas K. Rand
on 2015-08-19 16:00:44 UTC
(
hide
)
Description:
Patch to upgrade libirman to 0.4.6.
Filename:
MIME Type:
Creator:
Douglas K. Rand
Created:
2015-08-19 16:00:44 UTC
Size:
2.95 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 394793) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libirman >-PORTVERSION= 0.4.5 >+PORTVERSION= 0.4.6 > PORTREVISION= 2 > CATEGORIES= comms > MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION} >Index: files/patch-Makefile.in >=================================================================== >--- files/patch-Makefile.in (revision 394793) >+++ files/patch-Makefile.in (working copy) >@@ -1,11 +1,11 @@ >---- Makefile.in.orig 2009-04-10 23:07:01 +0800 >+--- Makefile.in.orig 2015-08-18 19:51:04 UTC > +++ Makefile.in >-@@ -534,7 +534,7 @@ install-dist_sysconfDATA: $(dist_sysconf >- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ >- f=$(am__strip_dir) \ >- echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ >-- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ >-+ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f.sample"; \ >+@@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf >+ done | $(am__base_list) | \ >+ while read files; do \ >+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \ >+- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \ >++ $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)/$$files.sample" || exit $$?; \ > done > > uninstall-dist_sysconfDATA: >Index: files/patch-irio.c >=================================================================== >--- files/patch-irio.c (revision 0) >+++ files/patch-irio.c (working copy) >@@ -0,0 +1,17 @@ >+--- irio.c.orig 2009-01-26 21:00:17 UTC >++++ irio.c >+@@ -93,14 +93,6 @@ int ir_open_port(char *filename) >+ return -1; >+ } >+ >+- /* lock the file for ourselves */ >+- if (flock(portfd, LOCK_EX | LOCK_NB) < 0) { >+- /* unable to get lock */ >+- close(portfd); >+- portfd = 0; >+- return -1; >+- } >+- >+ /* get port attributes, store in oldterm */ >+ if (tcgetattr(portfd, &oldterm) < 0) { >+ close(portfd); > >Property changes on: files/patch-irio.c >___________________________________________________________________ >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 >Index: files/patch-no-flock-of-serial-ports >=================================================================== >--- files/patch-no-flock-of-serial-ports (revision 394793) >+++ files/patch-no-flock-of-serial-ports (working copy) >@@ -1,17 +0,0 @@ >---- irio.c-orig Sat Mar 29 20:26:57 2003 >-+++ irio.c Sat Mar 29 20:27:12 2003 >-@@ -91,14 +91,6 @@ >- return -1; >- } >- >-- /* lock the file for ourselves */ >-- if (flock(portfd, LOCK_EX | LOCK_NB) < 0) { >-- /* unable to get lock */ >-- close(portfd); >-- portfd = 0; >-- return -1; >-- } >-- >- /* get port attributes, store in oldterm */ >- if (tcgetattr(portfd, &oldterm) < 0) { >- close(portfd);
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 202488
: 160108