Re: [UPDATE] net/bitlbee-facebook 1.2.1p0 -> 1.2.2

2021-03-20 Thread Eivind Eide
Bumping this as I would like to see bitlbee-facebook updated to the
latest release before 6.9.
Tested much longer now. Works fine.

tor. 18. feb. 2021 kl. 18:26 skrev Eivind Eide :
>
> bitlbee-facebook-1.2.2
>
> facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204)
> Increase sync_interval from 5 to 1440 ("The action attempted has
> been deemed abusive or is otherwise disallowed") (#194)
> Bump the FB_ORCA_AGENT version once again (#208)
>
> Simple diff attached. Lightly tested on amd64.
>
> --
>
>
>
> Eivind Eide
>
> "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
> - Oceania Association of Autonomous Astronauts



-- 



Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts



[UPDATE] net/bitlbee-facebook 1.2.1p0 -> 1.2.2

2021-02-18 Thread Eivind Eide
bitlbee-facebook-1.2.2

facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204)
Increase sync_interval from 5 to 1440 ("The action attempted has
been deemed abusive or is otherwise disallowed") (#194)
Bump the FB_ORCA_AGENT version once again (#208)

Simple diff attached. Lightly tested on amd64.

-- 



Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts
diff -rupN bitlbee-facebook.bak/Makefile bitlbee-facebook/Makefile
--- bitlbee-facebook.bak/Makefile   Thu Feb 18 18:27:52 2021
+++ bitlbee-facebook/Makefile   Thu Feb 18 18:30:12 2021
@@ -2,9 +2,8 @@
 
 COMMENT=   Facebook Messenger protocol plugin for bitlbee
 
-V= 1.2.1
+V= 1.2.2
 DISTNAME=  bitlbee-facebook-$V
-REVISION=  0
 
 CATEGORIES=net
 
diff -rupN bitlbee-facebook.bak/distinfo bitlbee-facebook/distinfo
--- bitlbee-facebook.bak/distinfo   Thu Feb 18 18:27:52 2021
+++ bitlbee-facebook/distinfo   Thu Feb 18 18:41:18 2021
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-facebook-1.2.1.tar.gz) = 
G/yy9A/cZBZqntfhJSyYTr+BZ1q+cgJd81lAXKvG3jo=
-SIZE (bitlbee-facebook-1.2.1.tar.gz) = 409828
+SHA256 (bitlbee-facebook-1.2.2.tar.gz) = 
7PsNHJ5rOWjC5i0cvw6KUTsgzv4rLQkaJ/lDtjxTAE4=
+SIZE (bitlbee-facebook-1.2.2.tar.gz) = 416290
diff -rupN bitlbee-facebook.bak/patches/patch-facebook_facebook-api_h 
bitlbee-facebook/patches/patch-facebook_facebook-api_h
--- bitlbee-facebook.bak/patches/patch-facebook_facebook-api_h  Wed Feb  3 
16:29:14 2021
+++ bitlbee-facebook/patches/patch-facebook_facebook-api_h  Thu Jan  1 
01:00:00 1970
@@ -1,19 +0,0 @@
-$OpenBSD: patch-facebook_facebook-api_h,v 1.1 2021/02/03 15:29:14 sthen Exp $
-
-From 49ea312d98b0578b9b2c1ff759e2cfa820a41f4d Mon Sep 17 00:00:00 2001
-From: Frantisek Sumsal 
-Date: Wed, 20 Jan 2021 13:19:45 +0100
-Subject: [PATCH] Bump the FB_ORCA_AGENT version once again (#208)
-
-Index: facebook/facebook-api.h
 facebook/facebook-api.h.orig
-+++ facebook/facebook-api.h
-@@ -117,7 +117,7 @@
-  *
-  */
- 
--#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/192.0.0.31.101;FBBV/14477681]"
-+#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/537.0.0.31.101;FBBV/14477681]"
- 
- /**
-  * FB_API_AGENT:


net/bitlbee-facebook: Login problem fix

2021-02-03 Thread Eivind Eide
Recently there is a problem with login with bitlbee-facebook.
The problem and the simple fix are explained in this github commit:
https://github.com/bitlbee/bitlbee-facebook/commit/49ea312d98b0578b9b2c1ff759e2cfa820a41f4d

I solved this simply, awaiting  a new bitlbee-facebook release, as
shown in the patch attached.
(I attach the patch as a text-file, as gmail mangles all text.)
However, I'm not sure if this is the correct OpenBSD way to solve
something like this?
This fix was tested successfully on amd64 for a few days.

-- 

Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts
diff -rupN bitlbee-facebook.bak/Makefile bitlbee-facebook/Makefile
--- bitlbee-facebook.bak/Makefile   Sun Jan 10 10:34:12 2021
+++ bitlbee-facebook/Makefile   Wed Feb  3 13:22:17 2021
@@ -2,6 +2,7 @@
 
 COMMENT=   Facebook Messenger protocol plugin for bitlbee
 V= 1.2.1
+REVISION=   0
 DISTNAME=  bitlbee-facebook-$V
 CATEGORIES=net
 
@@ -21,5 +22,8 @@ LIB_DEPENDS=  devel/json-glib
 
 CONFIGURE_STYLE=   gnu
 LIBTOOL_FLAGS= --tag=disable-static
+
+post-extract:
+perl -pi -e 's/192\.0\.0\.31\.101/537\.0\.0\.31\.101/g' 
${WRKSRC}/facebook/facebook-api.h
 
 .include 


Re: UPDATE: net/bitlbee-facebook 1.2.0 -> 1.2.1

2021-01-09 Thread Eivind Eide
Ping?
Tested longer on amd64 now. No problems.

tor. 22. okt. 2020 kl. 03:36 skrev Eivind Eide :
>
> bitlbee-facebook-1.2.1 (2020-10-20):
>   - Fix "Parse error: unexpected identifier 'taNewMessage'"
>   - Fix "Failed to read thrift: facebook-api.c:1929 fb_api_cb_publish_pt:
> assertion 'fb_thrift_read_stop(thft)' failed"
>
> Tested lightly on amd64.
>
> Simple diff. Attaching as textfile, as gmail mangles all input.
>
> --
>
>
>
> Eivind Eide
>
> "ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
> - Oceania Association of Autonomous Astronauts



-- 



Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts



UPDATE: net/bitlbee-facebook 1.2.0 -> 1.2.1

2020-10-21 Thread Eivind Eide
bitlbee-facebook-1.2.1 (2020-10-20):
  - Fix "Parse error: unexpected identifier 'taNewMessage'"
  - Fix "Failed to read thrift: facebook-api.c:1929 fb_api_cb_publish_pt:
assertion 'fb_thrift_read_stop(thft)' failed"

Tested lightly on amd64.

Simple diff. Attaching as textfile, as gmail mangles all input.

-- 



Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts
diff -rupN bitlbee-facebook.bak/Makefile bitlbee-facebook/Makefile
--- bitlbee-facebook.bak/Makefile   Tue Jul  9 12:56:07 2019
+++ bitlbee-facebook/Makefile   Thu Oct 22 04:50:03 2020
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.5 2019/07/09 10:56:07 kn Exp $
 
 COMMENT=   Facebook Messenger protocol plugin for bitlbee
-V= 1.2.0
+V= 1.2.1
 DISTNAME=  bitlbee-facebook-$V
 CATEGORIES=net
 
diff -rupN bitlbee-facebook.bak/distinfo bitlbee-facebook/distinfo
--- bitlbee-facebook.bak/distinfo   Tue Jul  9 12:56:07 2019
+++ bitlbee-facebook/distinfo   Thu Oct 22 04:54:47 2020
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-facebook-1.2.0.tar.gz) = 
vkbimvTCfM5NqyJJ0jzjmMJ93s+Rcs4tSt9vgCp8Vmo=
-SIZE (bitlbee-facebook-1.2.0.tar.gz) = 409444
+SHA256 (bitlbee-facebook-1.2.1.tar.gz) = 
G/yy9A/cZBZqntfhJSyYTr+BZ1q+cgJd81lAXKvG3jo=
+SIZE (bitlbee-facebook-1.2.1.tar.gz) = 409828


Update: net/bitlbee-facebook 1.1.2 -> 1.2.0

2019-07-09 Thread Eivind Eide
There's been an update of net/bitlebee-facebook around for a while
with some fixes:
https://github.com/bitlbee/bitlbee-facebook/releases
I've been running it on OpenBSD/amd64 for some time with no problem.
The diff is quite simple, but as gmail webmail mangles all text I'll
try to attach the diff as a text attachment, see if that works out.

-- 

Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts
diff -rupN bitlbee-facebook.bak/Makefile bitlbee-facebook/Makefile
--- bitlbee-facebook.bak/Makefile   Tue Jul  9 00:51:58 2019
+++ bitlbee-facebook/Makefile   Tue Jul  9 01:33:46 2019
@@ -1,10 +1,9 @@
 # $OpenBSD: Makefile,v 1.4 2019/05/19 19:58:51 danj Exp $
 
 COMMENT=   Facebook Messenger protocol plugin for bitlbee
-V= 1.1.2
+V= 1.2.0
 DISTNAME=  bitlbee-facebook-$V
 CATEGORIES=net
-REVISION=  0
 
 HOMEPAGE=  https://github.com/bitlbee/bitlbee-facebook
 
diff -rupN bitlbee-facebook.bak/distinfo bitlbee-facebook/distinfo
--- bitlbee-facebook.bak/distinfo   Sun Oct 15 12:52:09 2017
+++ bitlbee-facebook/distinfo   Tue Jul  9 01:35:52 2019
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-facebook-1.1.2.tar.gz) = 
O5RfgFdzoO8nyXIHzbqmUESr5QvmqpV08sMZ+OU4CWg=
-SIZE (bitlbee-facebook-1.1.2.tar.gz) = 397445
+SHA256 (bitlbee-facebook-1.2.0.tar.gz) = 
vkbimvTCfM5NqyJJ0jzjmMJ93s+Rcs4tSt9vgCp8Vmo=
+SIZE (bitlbee-facebook-1.2.0.tar.gz) = 409444


audio/wavpack in portroach

2016-04-27 Thread Eivind Eide
audio/wavpack in OpenBSD is at version 4.70.0. The actual current
version are 4.80.0. [1]
This is not reflected in portroach [2] even though the download are
where it alvays used to be [3]. How come?

[1] http://wavpack.com/changelog.txt
[2] 
http://portroach.openbsd.org/the%20openbsd%20ports%20mailing-list%20%3cpo...@openbsd.org%3E.html
[3] http://wavpack.com/wavpack-4.80.0.tar.bz2



-- 



Eivind Eide

"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
- Oceania Association of Autonomous Astronauts



seamonkey won't start.

2015-03-29 Thread Eivind Eide
radeondrm0: 1400x1050
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)



--


Eivind Eide

ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD
- Oceania Association of Autonomous Astronauts