Re: nn -- build without sbrk

2018-11-04 Thread Aaron W. Hsu
I’m good with this. -- arcf...@sacrideo.us | http://www.sacrideo.us | Skype: arcfide From: Daniel Dickman Sent: Sunday, November 4, 2018 2:05 PM To: Aaron W. Hsu Cc: ports@openbsd.org Subject: nn -- build without sbrk news/nn uses sbrk(2) to print some memory diagnostics. Delete this code to

Re: scheme48 update

2017-05-27 Thread Aaron W. Hsu
Okay by me. -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us Support my Open Work: http://www.gratipay.com/Co-dfns/ From: Marc Espie Sent: Saturday, May 27, 2017 4:52 PM To: arcf...@sacrideo.us Cc: ports@openbsd.org Subject: scheme48 update Here's a small update to sch

Re: news/nn overhaul

2017-04-14 Thread Aaron W. Hsu
I don’t currently use OpenBSD on any of my main work machines, so I don’t use the NN port right now, but I heartily approve of the overall simplification enumerated below. Thank you! -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us Support my Open Work: http://www.gratipay.com/Co

Re: news/nn diff

2016-03-11 Thread Aaron W. Hsu
is in fact the way that OpenBSD does signal handlers, then that's a good patch. As long as tests from others turn out okay, it has my okay. -- Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us signature.asc Description: PGP signature

Re: Problem with chromium-40.0.2214.91p0

2015-02-16 Thread W. Steven Schneider
v4 reportid 2: 16 buttons, Z dir wsmouse1 at ums1 mux 0 uhid6 at uhidev4 reportid 3: input=4, output=0, feature=0 uhid7 at uhidev4 reportid 4: input=1, output=0, feature=0 uhid8 at uhidev4 reportid 8: input=1, output=0, feature=0 uhidev5 at uhub8 port 3 configuration 1 interface 2 "Logitech USB Receiver" rev 2.00/24.00 addr 4 uhidev5: iclass 3/0, 33 report ids uhid9 at uhidev5 reportid 16: input=6, output=6, feature=0 uhid10 at uhidev5 reportid 17: input=19, output=19, feature=0 uhid11 at uhidev5 reportid 32: input=14, output=14, feature=0 uhid12 at uhidev5 reportid 33: input=31, output=31, feature=0 uhidev6 at uhub8 port 3 configuration 1 interface 3 "Logitech USB Receiver" rev 2.00/24.00 addr 4 uhidev6: iclass 3/1 ums2 at uhidev6: 5 buttons, Z dir wsmouse2 at ums2 mux 0 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (2a56822a8bdd2ee6.a) swap on sd0b dump on sd0b radeondrm0: 1280x1024 wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- W. Steven Schneider

RC4 in Chromium

2013-11-03 Thread Kyle R W Milz
ports@, With RC4 being replaced by ChaCha in libc's arc4random, is it good practice to stop using it? Index: chromium/files/chrome === RCS file: /cvs/ports/www/chromium/files/chrome,v retrieving revision 1.9 diff -u -p -r1.9 chrome -

NEW: net/shallot

2013-10-19 Thread Kyle R W Milz
ports@, pkg/DESCR: Shallot allows you to create customized .onion addresses for Tor’s hidden services. (By customized, it is meant that part of the address can be selected. Choosing an entire address would take far longer than the universe is believed to have been in existence.) shallot.tgz Desc

FIX: graphics/xv

2013-10-05 Thread Kyle R W Milz
Slight fix in pkg/DESCR to point to the correct documentation path. Index: graphics/xv/pkg/DESCR === RCS file: /cvs/ports/graphics/xv/pkg/DESCR,v retrieving revision 1.3 diff -u -p -r1.3 DESCR --- graphics/xv/pkg/DESCR 15 Dec 20

NEW: x11/radeontop (v5)

2013-09-20 Thread Kyle R W Milz
Another one: - add sysutils to CATEGORIES, based on comments from Dmitrij radeontop-0.6.tar.gz Description: application/tar-gz

NEW: x11/radeontop (v4)

2013-09-20 Thread Kyle R W Milz
Another one, - Nuked everything generating version.h in Makefile - Include pre generated version.h in the form of a patch that creates a new file (is this OK?) - Changed install permissions of binary from 755 -> 555 after observing the owner write bit is not set usually in sbin/ directory - C

Re: NEW: x11/radeontop (v2)

2013-09-20 Thread Kyle R W Milz
On Sat, Sep 21, 2013 at 12:15:07AM +0200, J??r??mie Courr??ges-Anglas wrote: > Kyle R W Milz writes: < snip > > Another option is to just set this: > > FAKE_FLAGS = DESTDIR= > > in the port Makefile. Cool thanks. > > Not sure what you're tryi

Re: NEW: x11/radeontop (v2)

2013-09-20 Thread Kyle R W Milz
On Sat, Sep 21, 2013 at 12:15:07AM +0200, J??r??mie Courr??ges-Anglas wrote: < big snip > > Is that port supposed to be compiled twice, at build and fake time? OK I think I got something here. Untarring reveals that there is no include/version.h but there is a getver.sh shell script that is call

NEW: x11/radeontop (v3)

2013-09-20 Thread Kyle R W Milz
Here is another spin of this port, with changes requested by Juan: - changed ${PREFIX} -> ${LOCALBASE} in radeontop Makefile - nuked LDFLAGS in radeontop Makefile - removed newline at end of file - removed build dependency on asciidoc as the generated manpage comes with the tarball - tweaked pk

Re: NEW: x11/radeontop (v2)

2013-09-20 Thread Kyle R W Milz
On Fri, Sep 20, 2013 at 09:30:21PM +0200, Juan Francisco Cantero Hurtado wrote: > On Fri, Sep 20, 2013 at 09:33:27AM -0600, Kyle R W Milz wrote: > > ports@, > > > > Thanks everyone for the feedback, here is an update with changes made. > > > > Things I'm w

Re: NEW: x11/radeontop (v2)

2013-09-20 Thread Kyle R W Milz
On Fri, Sep 20, 2013 at 09:48:11AM -0700, Ryan Freeman wrote: > On Fri, Sep 20, 2013 at 09:33:27AM -0600, Kyle R W Milz wrote: > > ports@, > > > > Thanks everyone for the feedback, here is an update with changes made. > > > > Things I'm wary about still: &g

Re: NEW: x11/radeontop (v2)

2013-09-20 Thread Kyle R W Milz
ports@, Thanks everyone for the feedback, here is an update with changes made. Things I'm wary about still: - had to set DESTDIRNAME = / to `make package' properly, there's some sort of weird double path thing going on if not - this thing needs root to run, does it make sense to be in bin/ ?

Re: NEW: x11/radeontop

2013-09-20 Thread Kyle R W Milz
On Fri, Sep 20, 2013 at 01:56:07PM +0200, Juan Francisco Cantero Hurtado wrote: > On Thu, Sep 19, 2013 at 04:19:34PM -0600, Kyle R W Milz wrote: > > ports@, > > > > Attached is an attempt at a port for radeontop, a top like program > > showing GPU utilization on radeon

Re: NEW: x11/radeontop

2013-09-20 Thread Kyle R W Milz
On Fri, Sep 20, 2013 at 01:08:32PM +0100, Stuart Henderson wrote: > On 2013/09/20 13:20, Dmitrij D. Czarkoff wrote: > > On Thu, Sep 19, 2013 at 04:19:34PM -0600, Kyle R W Milz wrote: > > > 1) Getting tarball off of github and the name of the distfile itself > > > (v0.6)

NEW: x11/radeontop

2013-09-19 Thread Kyle R W Milz
ports@, Attached is an attempt at a port for radeontop, a top like program showing GPU utilization on radeon cards >=R600. It's quite the hack and I'm positive I'm doing some things wrong including but not limited to 1) Getting tarball off of github and the name of the distfile itself (v0.6) 2)

sysutils/ansible problem

2013-06-28 Thread Michael W. Lucas
used to override the client's python location, so I can't hard-code it otherwise. Could you take a look at the discussion at https://groups.google.com/forum/#!topic/ansible-project/oM2FNuumWmw and adjust the OpenBSD package so Ansible works out of the box? Thanks, ==ml -- Michae

Re: read-only ports tree and permitted group

2012-09-12 Thread Michael W. Lucas
On Wed, Sep 12, 2012 at 08:54:02AM -0400, Jiri B wrote: > On Wed, Sep 12, 2012 at 08:24:13AM +0100, Stuart Henderson wrote: > > On 2012/09/11 20:58, Michael W. Lucas wrote: > > > Hi, > > > > > > I'm attempting to permit a group of otherwise-unprivileged us

read-only ports tree and permitted group

2012-09-11 Thread Michael W. Lucas
hange this directory to be owned by my port-building group and writable by the group, but is having these lockfiles writable by a group a problem? Is this effort just something better not attempted? Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.MichaelWLuca

write-only ports tree with sudo build failure

2012-08-31 Thread Michael W. Lucas
in port? Error in Emacs (big shock, I know)? I'm heading out for the holiday weekend in a few minutes, but I wanted to report this. Will follow up Monday. Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Latest book: SSH Mastery

anyone using FC5 libs in linux emulation

2011-08-23 Thread Michael W. Lucas
7; not found (required by /home/mwlucas/LiteratureAndLatte/lib/libphonon.so.4) It looks like I need Fedora Core 5 glibc. Anyone had success with updating the libraries by hand and running software? Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.Micha

DOBRE SEU SALARIO COM SEU CELULAR!

2011-04-27 Thread W. SANTOS
Oi AMIGO(A) dê uma olhada nisso: Associando-se ao Clube Créditos você passará a receber mensalmente créditos em seu celular pré-pago e, o que é melhor, BÔNUS EM DINHEIRO!! TODOS OS MESES !!! http://www.clubecreditos.com.br/11471 Como funciona? É muito simples! Você, sendo um Associado Cl

Re: 4.6-stable ports

2009-10-24 Thread Aaron W. Hsu
I was wondering if I missed a bigger write-up explaining how this came about? Did someone new step-up and provide the effort and sweat? Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims may be the most oppressive. -- C. S. Lewis

Majordomo distfile missing for OPENBSD_4_5?

2009-07-15 Thread Aaron W. Hsu
Hello all, Is there a reason the majordomo-1.94.5.tgz distfile seems to be missing from the mirrors (at least, the ones used by the 'make install' target)? Am I just crazy? Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims

Re: opera 10 beta with unite

2009-06-27 Thread Aaron W. Hsu
ke notice. Maybe not? Sincerely, Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims may be the most oppressive. -- C. S. Lewis

Re: opera 10 beta with unite

2009-06-27 Thread Aaron W. Hsu
, Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims may be the most oppressive. -- C. S. Lewis

Re: opera 10 beta with unite

2009-06-27 Thread Aaron W. Hsu
On Sat, 27 Jun 2009 18:14:51 -0400, Theo de Raadt wrote: I say so. Is that enough? Yep. -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims may be the most oppressive. -- C. S. Lewis

Re: opera 10 beta with unite

2009-06-27 Thread Aaron W. Hsu
redistributable, but I do not see anything else. As I see it -- and I may have it wrong -- Opera could alter its license to allow redistribution for things like OpenBSD CD-ROMs while still keeping the program commercial and proprietary. Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely

Re: opera 10 beta with unite

2009-06-26 Thread Aaron W. Hsu
be distributed with the CDs? Aaron W. Hsu -- Of all tyrannies, a tyranny sincerely exercised for the good of its victims may be the most oppressive. -- C. S. Lewis

Re: UPDATE: misc/magicpoint

2009-06-08 Thread Aaron W. Hsu
and that's a valid concern. It makes sense to me to have two versions if this is the case. Otherwise we're basically freezing magicpoint for the sake of backwards compatibility, which, while important, shouldn't be the only consideration in my humble opinion. If the re

UPDATE: misc/magicpoint

2009-05-22 Thread Aaron W. Hsu
The following patch updates magicpoint to version 1.13a. Please test. Also, the update requires patches/patch-{draw,parse,tfont}_c to be removed. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense o

SUBMITTING, again: lang/petite & lang/chez

2009-04-12 Thread Aaron W. Hsu
Hey All, Does anyone want to actually commit these ports to OpenBSD? Was there anything else wrong with them? I know some people are busy, but... :-) -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the

Re: Extending libfprint

2009-04-04 Thread Aaron W. Hsu
obtain the documentation directly from them in this form and whether it works if they did get it? Is Authentec just another one of those companies which refuse to give out the documentation without a host of NDAs and the like? -- Aaron W. Hsu | <http://www.sacrideo.us> "Government i

Extending libfprint

2009-04-01 Thread Aaron W. Hsu
Are any developers currently working on fingerprint drivers for Lenovo laptops? I notice that the AuthenTec readers are listed as unsupported on libfprint's home page, but maybe some OpenBSD developers have taken an interest? -- Aaron W. Hsu | <http://www.sacrideo.us> "G

Re: security support

2009-03-31 Thread Aaron W. Hsu
s well and good. Not every maintainer would have to do this either, but it would be nice if they did. ;-) -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat

NEW: lang/chez

2009-03-30 Thread Aaron W. Hsu
The following is a package for Chez Scheme users on OpenBSD, which deals with issues such as FFI linking. This is for the commercial compiler, whereas petite-chez is the free interpreter. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through whic

Re: security support

2009-03-30 Thread Aaron W. Hsu
lready out there. On the other hand, I don't think anyone would complain if there were someone tracking the security updates and making sure that they got in to -STABLE or at least that the patches were sent to po...@. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the grea

Re: security support

2009-03-29 Thread Aaron W. Hsu
David, Thank you for your message... > Aaron W. Hsu wrote: > > >but if you are really concerned about security, pretty much your only > >hope is to either run -CURRENT or track the security updates and > >backport them yourself. > > And then adds: > >

Re: security support

2009-03-28 Thread Aaron W. Hsu
Doug, > I only have the phone for about an hour a day, and the computer for a > couple of hours. I don't want to spend all that time just keeping the > system up-to-date and not getting any real work done. My advice to you would be to just follow -STABLE. -- Aaron W

Re: security support

2009-03-28 Thread Aaron W. Hsu
ports have to deal with it much more often. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda (x) (x x)) (lambda (x) (x x))) ++

PING? lang/petite-chez

2009-03-09 Thread Aaron W. Hsu
n for people to use this nice Scheme system. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda (x) (x x)) (lambda (x) (x x))) ++

Re: NEW: lang/petite-chez

2009-02-16 Thread Aaron W. Hsu
at is why the standard > /usr/share/misc/license.template used in OpenBSD is so good; there > is very little room for legal wriggling and misinterpretation). I have spoken with the author regarding these issues, and he indicated that he is interested in this and wants to deal with it, but that he i

Re: opera gcc295 more stable?

2009-02-13 Thread Aaron W. Hsu
Antoine, On 13-Feb-2009 Antoine Jacoutot wrote: > Stuart is right. > I said "!mp install". Whoops, I totally missed that. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of e

Re: opera gcc295 more stable?

2009-02-13 Thread Aaron W. Hsu
s well as both the 295 an the gcc4 versions, and they all freeze within three minutes of use. Dmesg below: -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else.&quo

Re: NEW: lang/petite-chez

2009-02-13 Thread Aaron W. Hsu
Hey Stuart, Thanks for your analysis, On 11-Feb-2009 Stuart Henderson wrote: > On 2009/02/11 15:29, Will Maier wrote: >> On Wed, Feb 11, 2009 at 03:47:15PM -0500, Aaron W. Hsu wrote: >> > Attached is a port for Petite Chez Scheme, a high-speed threaded Scheme >> >

RESUBMIT (Bah!): lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Quality control ain't what it used to be... This latest one fixes a stupid conflict mispelling. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++

Porting commercial applications

2009-02-11 Thread Aaron W. Hsu
e fetching, since the user would have to have the distfile already from purchasing it? -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda

RESUBMIT: lang/petite-chez (Cleanup + Improvements)

2009-02-11 Thread Aaron W. Hsu
xes a bug with shared and reentrant objects that are loaded using LOAD-SHARED-OBJECT. Thanks to Will for his suggestions! -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody el

RESUBMIT: lang/petite-chez (Hopefully Last)

2009-02-11 Thread Aaron W. Hsu
Whoops! Sorry guys for all the spam. This should be the last one that I can see. I forgot a WANTLIB. Sorry! -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." --

Re: NEW: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Hey Will, Thanks for your quick comments... On 11-Feb-2009 Will Maier wrote: > On Wed, Feb 11, 2009 at 03:47:15PM -0500, Aaron W. Hsu wrote: >> Attached is a port for Petite Chez Scheme, a high-speed threaded >> Scheme interpreter. This is a rock-solid Scheme system that works

RESUBMIT: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
This is a resubmission of Petite Chez Scheme. It cleans up the man page and puts the examples in the right place. It also tentatively uses normal permissions for installation of the executables. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through whic

NEW: lang/petite-chez

2009-02-11 Thread Aaron W. Hsu
Attached is a port for Petite Chez Scheme, a high-speed threaded Scheme interpreter. This is a rock-solid Scheme system that works great, and I would love to see it in Ports before the freeze. It's especially nice since OpenBSD is one of the officially supported platforms. -- Aaron W

Re: "fonts" category anyone?

2009-02-02 Thread Aaron W. Hsu
[1] <http://synthcode.com/code/cvsmove> -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda (x) (x x)) (lambda (x) (x x))) ++

Re: "fonts" category anyone?

2009-02-02 Thread Aaron W. Hsu
ient that the trouble outweighs the benefit, but in this case, I would lean towards saying that the trouble *is* worth it. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Fre

UPDATE: lang/scheme48

2008-12-14 Thread Aaron W. Hsu
Update Email address for Maintainer. -- Aaron W. Hsu | <http://www.sacrideo.us> "Government is the great fiction, through which everybody endeavors to live at the expense of everybody else." -- Frederic Bastiat +++ ((lambda (x) (x x)) (lambda (x) (x x))) +

Enlighentment 17 Update?

2008-11-09 Thread Aaron W. Hsu
Is anyone working on updating the e17 port to the latest snapshot? Aaron Hsu

PATCH: devel/glib2

2008-11-05 Thread Aaron W. Hsu
The following patch fixes an (apparently known) issue with glib2 wherein the port cannot be installed or built on a system with an existing, incompatible glib2 version (i.e. -- older package) installed, because the build would catch the older libraries rather than the newly built ones. This patch

Re: Problem doing an upgrade from Ports on Glib2

2008-11-04 Thread Aaron W. Hsu
Jasper, Thanks for your reply... > And my attempt to remove that old library: with what commad are you removing that old library? obviously not pkg_delete. that would solve the problem actually... I was just attempting to rm the main one. Reading through the the pkg_del

Problem doing an upgrade from Ports on Glib2

2008-11-04 Thread Aaron W. Hsu
rser_start': /usr/ports/devel/glib2/w-glib-2.18.2/glib-2.18.2/glib/tests/markup-sub parser.c:72: undefined reference to `g_markup_parse_context_push' markup-subparser.o(.text+0xcb): In function `subparser_end': /usr/ports/devel/glib2/w-glib-2.18.2/glib-2.18.2/glib/tests/

PATCH: net/bluetooth-tools (Fix TTY Handling)

2008-10-27 Thread Aaron W. Hsu
The patches below fix rfcomm_sppd to allow it to be used as a subprocess or pipe when communicating to a bluetooth device. It is not always useful to rely on rfcomm_sppd attaching itself to a tty, so we should handle the case when there is not TTY. I attempted to mail the maintainer first, but I

Users and Groups in ports

2008-09-26 Thread Aaron W. Hsu
Hello All, I am cleaning up a port to be imported into the tree, and I noticed that even though there are appropriate @newuser and @newgroup lines in the PLIST, these users are not created by the "make repackage" command, or any other command for that matter. According to pkg_add(1) the users w

Status? news/nn

2008-09-05 Thread Aaron W. Hsu
Hello All, I haven't seemed to hear anything back, so I wanted to send out another message just in case something was missed. I submitted a new port for the NN newsreader, but I have not received any feedback or indications of problems that need fixing. Could someone please provide either feed

Any comments on news/nn ?

2008-08-28 Thread Aaron W. Hsu
Hello all, I submitted a new port a week or so ago, but I received no comments on it, nor did it get committed, so I was wondering if someone could let me know if there is interest in it, whether someone intends to commit it, or if there are some problems with it that are preventing any action?

RESUBMIT: news/nn

2008-08-21 Thread Aaron W. Hsu
gzRsTwNqptt9.gz Description: An object packed by metasend

Re: Problems with gtk+2 and gdk_pixbuf

2008-07-28 Thread Aaron W. Hsu
Please ignore the previous message. Duh. >:{ Aaron

Problems with gtk+2 and gdk_pixbuf

2008-07-28 Thread Aaron W. Hsu
Hey All, I was doing a rebuild of my ports to relink them with libc and libm now that there are new versions out, and most of them went smoothly. However, I couldn't get gtk+2 working. I noticed that it was failing on a problem with gdk-pixbuf. I checked, and gdk_pixbuf libraries were installed, b

UPDATE: news/nn Clean up Makefile (tarball updated, too)

2008-07-23 Thread Aaron W. Hsu
# Default value is ports@openbsd.org, no need to fill in MAINTAINER = Aaron W. Hsu <[EMAIL PROTECTED]> -# Licensing: This determines what we can distribute. -# When you determine the license type, make sure to look at ALL distfiles. -# Every distfile can have a different license.

Re: NEW: nn-6.7.3 (No News is Good News) Newsreader

2008-07-23 Thread Aaron W. Hsu
One other question about DESIGN. In the pkg/DESCR file, should I include a long list of features like http://www.nndev.org has on their website, or should I stick to a short one paragraph explanation? Aaron Hsu

NEW: nn-6.7.3 (No News is Good News) Newsreader

2008-07-23 Thread Aaron W. Hsu
I have just completed a tentatively workable port for NN-6.7.3 that I would like to have test by a host of people if possible. As always, any help is very appreciated. DESCRIPTION nn is a menu based (point and shoot) netnews reader with a complete set of

Help with Porting

2008-07-20 Thread Aaron W. Hsu
I am trying to create a port for NN, and I am running into a bit of a situation. The build system is a simple makefile with some configuration files after it, and I can't seem to figure out the *right* way to do the installation part. Configuration is merely copying a few pieces here and there

Anyone working on a port of NN?

2008-07-19 Thread Aaron W. Hsu
Hello All, Does anyone currently have a port of NN in the works? If so, then I won't bother doing it myself, but if not, then I have a working build of the system that I would like to submit as a port. However, there are some warnings and such with mktemp and the like that I haven't checked yet.

Relinking packages for bumped base libraries

2008-07-02 Thread Aaron W. Hsu
Hey all, What is the easiest way to rebuild my packages for a new base library version? Right now, I see that there is a FORCE_UPDATE environment variable I can use when building a port, but this seems a bit broad. If I just want to update a certain package, make update doesn't seem to work becau

Re: width of DESCR?

2008-06-23 Thread Aaron W. Hsu
uot;OpenBSD Porting Checklist"[1] says 'fmt -w 72' and "Port Testing Guide"[2] says 70 characters. I don't know where the fixation on 72 or 70 characters comes from. I'd say it really does not matter that much, as l

Status of build/out-of-date

2008-06-19 Thread Aaron W. Hsu
Hey all, I was searching for a way to keep my ports tree in synch with my installed packages as I am running -current and sometimes I have to build from ports instead of packages. I found build/out-of-date for use, but I can't tell if it is actively maintained or not. Does this script work current

Random Opera Freezes, still?

2008-06-16 Thread Aaron W. Hsu
Hey all, I remember that a while back there were some issues with Opera randomly freezing. I believe that it could have been related to threads spawned or something of that sort. I am following -current and checked out the Opera 9.50 port. It seems to have the same issue of being very unstable

Re: Notes on vpnc

2007-10-03 Thread Aaron W. Hsu
I've been working with the vpnc port, and I noticed something strange. I have to run a dhcp client first to connect to my network, and then I start vpnc. This all works fine until dhcp repools for a new IP. Somehow, it overwrites the resolv.conf file so that my routes do not work. Tunnels alread

pkglocatedb target and PACKAGE_REPOSITORY

2007-04-05 Thread Mark W. Chambers
Allow users to use the pkglocatedb target if they have PACKAGE_REPOSITORY set to a non standard location. I expected this behavior, not sure if it's useful in the the general case. Regards, Mark Index: Makefile === RCS file: /cvs/ob

Bind 9 port?

2006-08-16 Thread W S
Greetings, I'm wondering if there is anyone working on a port of Bind 9.x? Thanks, Will

[SOLVED] Re: lang/scheme48 new port, request for assistance

2006-07-27 Thread Aaron W. Hsu
On Thu, Jul 27, 2006 at 09:07:09AM -0400, Kurt Miller wrote: > On Saturday 22 July 2006 7:44 pm, Aaron W. Hsu wrote: > ... > > Basically, Scheme allows external C libraries to access the > > scheme48vm's internal C structures through a scheme48.h header > >

Re: NEW: lang/scheme48

2006-07-26 Thread Aaron W. Hsu
On Tue, Jul 25, 2006 at 09:03:19PM -0500, Will Maier wrote: > On Tue, Jul 25, 2006 at 05:53:31PM -0500, Aaron W. Hsu wrote: > > I have currently tested on i386-stable and have had positive test > > feedback from i386-current testers. I would appreciate additional > > testin

NEW: lang/scheme48

2006-07-25 Thread Aaron W. Hsu
COMMENT="R5RS Scheme byte-code interpreter" Scheme 48 is an implementation of the Scheme programming language as described in the Revised5 Report on the Algorithmic Language Scheme. It is based on a compiler and interpreter for a virtual Scheme machine. Scheme 48 tries to be faith

lang/scheme48 new port, request for assistance

2006-07-22 Thread Aaron W. Hsu
Hello all, I have two requests to make here, and I hope that at least the second request will receive something of a favourable reply. To begin, I am working to port over scheme48 for OpenBSD for my own personal use, and the ports "works," so far. Enough that most of the things necessary to post

Important Information Update Account

2005-07-26 Thread w
[IMAGE][IMAGE] Dear valued WellsFargo ® member: Due to concerns, for the safety and integrity of the wellsfargo account we have issued this warning message. It has come to our attention that your WellsFargo ® account information needs to be updated as part of our continuing commitment to protect