Re: [bug] gzip archives created with pkg_create have wrong data sizes

2016-04-25 Thread dan mclaughlin
On Sun, 24 Apr 2016 12:57:46 +0200 Marc Espie wrote: > On Sun, Apr 24, 2016 at 01:47:24AM -0400, dan mclaughlin wrote: > > the sizes of the compressed/uncompressed data are wrong. i have tested gzip > > and 'tar zcf' and the values are right, but using pkg_create fail

[bug] gzip archives created with pkg_create have wrong data sizes

2016-04-23 Thread dan mclaughlin
the sizes of the compressed/uncompressed data are wrong. i have tested gzip and 'tar zcf' and the values are right, but using pkg_create fails. $ sysctl hw.machine kern.version hw.machine=i386 kern.version=OpenBSD 5.9-current (GENERIC) #0: Thu Apr 7 17:24:30 EDT 2016 build@node04:/usr/src/sys

Re: make does not cp/link to CDROM_SITE properly if DIST_SUBDIR used

2016-02-08 Thread dan mclaughlin
On Mon, 8 Feb 2016 18:09:06 + Stuart Henderson wrote: > On 2016/02/08 12:44, dan mclaughlin wrote: > > i am assuming that the distfiles on the cdrom preserve the same structure > > as on the ftp sites and also created during builds. > > This won't have been no

make does not cp/link to CDROM_SITE properly if DIST_SUBDIR used

2016-02-08 Thread dan mclaughlin
i am assuming that the distfiles on the cdrom preserve the same structure as on the ftp sites and also created during builds. to illustrate: $ env CDROM_SITE=/home/olddistfiles DISTDIR=/home/distfiles make fetch ===> Checking files for bash-4.3.42 cp: /home/olddistfiles/bash-4.3.30.tar.gz: No su

Re: pledge(2) for the i3 window manager

2015-12-22 Thread dan mclaughlin
On Tue, 22 Dec 2015 03:53:54 -0500 Jiri B wrote: > On Mon, Dec 21, 2015 at 03:34:43PM -0500, dan mclaughlin wrote: > > yes they are huge beasts, but they can still be forced into cages. half my > > posts seem to refer to back to this, but.. you can try: > > > > '

Re: pledge(2) for the i3 window manager

2015-12-21 Thread dan mclaughlin
On Mon, 21 Dec 2015 09:51:07 -0500 Jiri B wrote: > Respect for your work but I'm asking myself - what is > the attack vector? > > IMO pdf viewers, browsers and similar apps would have > much bigger sense to pledge(). Unfortunatelly they are > huge beasts :/ > > j. > yes they are huge beasts, b

Re: mention infrastructure/{bin,man} in ports.7

2015-09-22 Thread dan mclaughlin
On Tue, 22 Sep 2015 16:24:20 +0100 Raf Czlonka wrote: > On Tue, Sep 22, 2015 at 02:27:08PM BST, Ingo Schwarze wrote: > > > Hi Vadim, > > > > Vadim Zhukov wrote on Tue, Sep 22, 2015 at 01:15:26AM +0300: > > > > > Similar info is already at the top of the bsd.port.mk(5). Given > > > that bin/ and m

logstash patch file name too long for tar

2015-08-18 Thread dan mclaughlin
i make my own snapshots tarballs after cvs, and just noticed this (though it is nothing new apparently): ... ports/sysutils/logstash/logstash/patches/patch-bin_logstash_lib_sh ports/sysutils/logstash/logstash/patches/patch-vendor_bundle_jruby_1_9_gems_logs tash-core-1_5_3-java_lib_logstash_patches

Re: avidemux crashes

2015-05-05 Thread dan mclaughlin
anyone else seeing this? this is on i386. for me, any file i try has the same result. for a wild guess, i would say it may have something to do with PIE, since THIS code hasn't changed in ages. On Sat, 02 May 2015 17:00:06 -0400 dan mclaughlin wrote: > i am having problems with

Re: CDROM_SITE & FETCH_SYMLINK_DISTFILES links to nonexistant file

2015-05-05 Thread dan mclaughlin
i am still curious if the patch is right or if the manpage is wrong. updated diff at bottom. On Tue, 21 Apr 2015 17:21:08 -0400 dan mclaughlin wrote: > from bsd.port.mk(7): > FETCH_SYMLINK_DISTFILES >User settings. Set to `Yes' to link distribu

avidemux crashes

2015-05-02 Thread dan mclaughlin
i am having problems with avidemux crashing. this has not been working for a couple of months at least. i am running -current, and tried recent packages. i also tried recompiling it myself. always the same result. when loading any file it gets to the point where it should display it, then crashes.

add backtrack support to avidemux

2015-05-02 Thread dan mclaughlin
i know that this update is incomplete, but just wanted to present the idea. i'll complete if it is wanted. i did this to get some information for a crash (reported elsewhere). i looked into upgrading avidemux to the latest version, but it has a completely different build (using cmake), among other

CDROM_SITE & FETCH_SYMLINK_DISTFILES links to nonexistant file

2015-04-21 Thread dan mclaughlin
from bsd.port.mk(7): FETCH_SYMLINK_DISTFILES User settings. Set to `Yes' to link distribution files off CDROM_SITE instead of copying them. CDROM_SITEPath to a local source that holds distribution files (usually a CD-ROM or ot