On Wed, Mar 23, 2016 at 10:36:03AM +0900, YASUOKA Masahiko wrote:
> On Tue, 22 Mar 2016 20:42:40 +1300
> Peter Kane wrote:
> >I chose to include the following in my .xinitrc:
> >
> >export XMODIFIERS=@im=uim
> >export GTK_IM_MODULE="uim"
> >uim-xim &
> >exec /usr/X11R6/bin/cwm
> >
> >I have stream
On Tue, Mar 22, 2016 at 10:30:51PM +0100, Matthias Kilian wrote:
> Hi,
>
> On Tue, Mar 22, 2016 at 04:20:34PM -0400, Bryan Steele wrote:
> > It seems libarchive/bsdtar is picking up headers from e2fsprogs if
> > installed, specifically, headers related to Linux file ioctls.
> >
> > ./ext2_fs.h:#d
On Tue, 22 Mar 2016 20:42:40 +1300
Peter Kane wrote:
I chose to include the following in my .xinitrc:
export XMODIFIERS=@im=uim
export GTK_IM_MODULE="uim"
uim-xim &
exec /usr/X11R6/bin/cwm
I have streamlined the setup by turning off some things that I had
enabled, such as menu-based IM switch
Hi,
On Tue, Mar 22, 2016 at 04:20:34PM -0400, Bryan Steele wrote:
> It seems libarchive/bsdtar is picking up headers from e2fsprogs if
> installed, specifically, headers related to Linux file ioctls.
>
> ./ext2_fs.h:#define EXT2_IOC_GETFLAGS _IOR('f', 1, long)
>
> Here's a patch so tha
Hi,
Here's an update for py-mpd2. I tried it quickly with audio/sonata, it
seems to work. Then I noticed they added a test suite so I added the
test target which is OK on amd64 and i386.
Cheers,
Daniel
Index: Makefile
===
RCS file:
Hi
Here the update for the new 7.11 release.
Kind regards.
Index: Makefile
===
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.119
diff -u -p -r1.119 Makefile
--- Makefile20 Mar 2016 16:12:25 - 1.119
+++ M
It seems libarchive/bsdtar is picking up headers from e2fsprogs if
installed, specifically, headers related to Linux file ioctls.
./ext2_fs.h:#define EXT2_IOC_GETFLAGS _IOR('f', 1, long)
Here's a patch so that it stops trying random ioctls that
fortunately all fail with our kernel.
..
Committed, thanks.
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
On Tue, 22 Mar 2016 20:50:26 +0100, Jeremie Courreges-Anglas
wrote:
> > -Constructs of the form %%flavor%% will trigger the
> > inclusion of -PFRAG.flavor.
>
> That part is still accurate.
Yes, I didn't understand PFRAG things that well, thanks for pointing
them out :)
Sevan Janiyan writes:
> net/quagga - CVE-2016-2342
An update has been committed today, but I doubt that OpenBSD users would
be affected.
> devel/pcre - CVE-2016-3191
Blindly copy/pasted from upstream's repo.
Index: Makefile
===
R
Daniel Jakots writes:
> Hi,
Bijour,
> While looking for something else, I saw that PFRAG bits wasn't removed
> from the guide/faq yet.
>
> Cheers,
> Daniel
>
> Index: differences.html
> ===
> RCS file: /cvs/www/faq/ports/difference
Hi,
While looking for something else, I saw that PFRAG bits wasn't removed
from the guide/faq yet.
Cheers,
Daniel
Index: differences.html
===
RCS file: /cvs/www/faq/ports/differences.html,v
retrieving revision 1.18
diff -u -p -r1.18
On Mon, Mar 21, 2016 at 10:38:12PM +, Stuart Henderson wrote:
> [...]
> - DESCR is a bit long
> - manpages shouldn't be compressed
> - textproc probably is better, then it will be in the same category as
> cloc. devel as a secondary category makes sense though.
> [...]
Done.
> [...]
> - opt
Christian Weisgerber writes:
> The scaffolding to support architectures without shared libraries
> has been removed from the ports infrastructure. This updates the
> ports tree man pages accordingly.
>
> bsd.port.arch.mk.5
> bsd.port.mk.5
> port-modules.5
> ruby-module.5
>
> Gone are or
Stuart Henderson writes:
> On 2016/03/19 15:38, Michael McConville wrote:
>> > +ALL_TARGET = deprecated
>> > +
>> > +# golf MAKE_FLAGS down to 80chars.. :-|
>> > +_i = -include
>> > +_incs = ${_i} src/GLibFacade.h ${_i} src/version.h ${_i}
>> > src/parser.h
>> > +MAK
Apparently wkhtmltopdf has a runtime dependency on icu4c. Attached
patch adds it to the port. It would be great if this patch could
also be added to 5.9-stable.
Thanks.
Frank
Index: Makefile
===
RCS file: /cvs/ports/textproc/wkhtmlto
On 2016-03-22, Sevan / Venture37 wrote:
>> Presumably they use the shared library?
>
> Correct.
Then they don't need a revision bump.
--
Christian "naddy" Weisgerber na...@mips.inka.de
On 2016-03-19, Jeremie Courreges-Anglas wrote:
> It would be sad if addition of pledge(2) to ports resulted tons of
> #ifdef __OpenBSD__. From the patches in the ports tree I can only spot
> archivers/xz and devel/cscope following that pattern.
Well, pledge(2) *is* specific to OpenBSD. That's w
Hi ports@,
Here is a new port, I use it locally when developing on a Lua codebase
and it's also a dependency for an upcoming port.
>From DESCR :
lustache is an implementation of the mustache template system in Lua.
Mustache is a logic-less template syntax. It can be used for HTML, config
files,
All,
Attached to this email is a port of snakeyaml, a YAML parser for Java.
The thing that makes this challenging is that the upstream build for this
doesn't use ANT, it uses Maven. As many of you may know, the way Maven
works is that you fetch the upstream source, and then as it builds, it is
a
We are going to have to be careful with these perl WANTLIBs, now that
SHARED_ONLY isn't used they are easy to miss, and worse some people
may try to remove them because they say "extra", which will mess things
up for future perl updates.
This might be a useful addition to portcheck.
On 2016/03/21
Jeremie Courreges-Anglas writes:
> Claus Assmann writes:
>
>> FYI (I haven't seen this in ports yet):
[...]
>> If sendmail tried to reuse an SMTP session which had already been
>> closed by the server, then the connection cache could have invalid
>> information about the session. One possible c
> On 21 Mar 2016, at 16:36, Christian Weisgerber wrote:
>
> Presumably they use the shared library?
Correct.
Sevan
On Tue, Mar 22, 2016 at 06:46:25AM -0400, Josh Grosse wrote:
> Hi, Jiri. I haven't built your port, yet, just ran it through
> portcheck(1). It found a missing gettext dependency, and if you
> add gettext to your modules, you won't need a lib dependency on xz.
>
Something like this?
--- /tmp/
Hi,
this is real WIP of Grub 2.02-beta3. I've tried my best
but it needs for sure more testing - I'd tried to adapt
README and configuration file for disabling partition to
Grub 2 syntax but I'm not personally user of such features.
My original goal was to replace pxelinux with Grub2 but
I still
On 2016-03-22 20:42:40, Peter Kane wrote:
> On Mon, Mar 21, 2016 at 05:52:53PM +0900, Bryan Linton wrote:
> > On 2016-03-21 21:28:17, Peter Kane wrote:
> > > On Mon, Mar 21, 2016 at 06:59:18PM +1300, Peter Kane wrote:
> > > >
> > > > Thanks for the detailed notes. I'll give it another go shortly
On 2016/03/20 13:54, Michael McConville wrote:
> Stuart Henderson wrote:
> > As mentioned elsewhere but wanted to get it on ports@ as well, a few
> > other programs have a soft dependency on metamail, mostly newsreaders
> > (tin, slrn and emacs gnus can optionally uae it). And it may be used
> > in
On Mon, Mar 21, 2016 at 05:52:53PM +0900, Bryan Linton wrote:
> On 2016-03-21 21:28:17, Peter Kane wrote:
> > On Mon, Mar 21, 2016 at 06:59:18PM +1300, Peter Kane wrote:
> > >
> > > Thanks for the detailed notes. I'll give it another go shortly.
> > >
> > > Peter
> >
> > OK, I take it all back,
28 matches
Mail list logo