update mail/rss2email to 3.13.1

2021-06-27 Thread Kaashif Hymabaccus
Hello ports@, This is an update for mail/rss2email to 3.13.1. Changelog here: https://github.com/rss2email/rss2email/blob/master/CHANGELOG One of the changes is switching to feedparser 6, which makes some breaking changes. As I recently discovered, there are still some ports depending on the Pyth

feedparser 6 drops Python 2 support, what to do?

2021-06-20 Thread Kaashif Hymabaccus
ve the old package? Port the package to Python 3 and send patches to the authors? That last one seems not so trivial. -- Kaashif Hymabaccus GPG: 3E810B04

UPDATE: plan9/9menu 1.9 to 1.10

2021-02-14 Thread Kaashif Hymabaccus
index 0ce722489fe..994769bfc7a 100644 --- plan9/9menu/Makefile +++ plan9/9menu/Makefile @@ -2,9 +2,8 @@ COMMENT= simple menu patterned after plan9 -DISTNAME= 9menu-1.9 +DISTNAME= 9menu-1.10 CATEGORIES=plan9 -REVISION= 0 MAINTAINER=Kaashif Hymabaccus diff --git plan9/

UPDATE: mail/rss2email 3.10 -> 3.11

2019-11-30 Thread Kaashif Hymabaccus
Hi This is a minor update, there's a new config key user-agent so you can change the user agent mail is sent with (maybe useful if you want to filter mail based on this). diff --git mail/rss2email/Makefile mail/rss2email/Makefile index 23f7f8100c3..854523ee9e8 100644 --- mail/rss2email/Makefile +

Re: NEW: mail/rss2email3

2019-09-13 Thread Kaashif Hymabaccus
On Thu, Sep 05, 2019 at 10:05:30AM +0100, Stuart Henderson wrote: > On 2019/09/01 19:20, Kaashif Hymabaccus wrote: > > Hi ports@, > > > > Here is the new release of rss2email. As before, it is a new port and > > not an update of rss2email since it is completely incomp

NEW: mail/rss2email3

2019-09-01 Thread Kaashif Hymabaccus
or an extremely long time. Testing and suggestions are very welcome. -- Kaashif Hymabaccus GPG: 3E810B04 rss2email3.tgz Description: Binary data

fix games/xevil on sparc64

2019-08-21 Thread Kaashif Hymabaccus
Hi With this patch I can build and play xevil on sparc64. I don't understand the intricacies of the C++ headers that allow defining min/max macros to work on amd64 but not on sparc64. It doesn't matter since we can just delete the macro min/max and use the STL one (not a macro) and cast the types

Re: When will OpenBSD become a friendly place for bug reporters?

2019-07-09 Thread Kaashif Hymabaccus
g a feature rudely means devs won't implement it, maybe I should send a rude email demanding more bugs in OpenBSD :) -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: comms/cutecom (Take 2)

2018-05-06 Thread Kaashif Hymabaccus
rminal written in Qt5. > > --- > pkg/DESCR: > CuteCom is a graphical serial terminal written using Qt5, like minicom. > It is aimed mainly at hardware developers or other people who need a > terminal to talk to their devices. > --- > > OK? > > ~Brian > I do still want to be MAINTAINER, yes. -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: mail/rss2email3

2018-05-06 Thread Kaashif Hymabaccus
-> share/doc/pkg-readmes/${FULLPKGNAME} > - ${MODPY_COMMENT} should be used for directories containing ${MODPY_PYCACHE} Made these changes. Tarball attached. -- Kaashif Hymabaccus GPG: 3E810B04 rss2email3.tgz Description: Binary data

Re: NEW: mail/rss2email3

2018-04-30 Thread Kaashif Hymabaccus
On Tue, Jan 16, 2018 at 12:14:10AM +, Kaashif Hymabaccus wrote: > Ping with a new tarball. The distinfo in the previous one is wrong. > > -- > Kaashif Hymabaccus > GPG: 3E810B04 Anyone interested in this? Tarball attached. -- Kaashif Hymabaccus GPG: 3E810B04 rss2email3.

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-28 Thread Kaashif Hymabaccus
On Sat, Apr 28, 2018 at 03:11:08PM +0100, Stuart Henderson wrote: > Please don't rely on the cc wrapper. It's a hack for certain situations. > Also it's easier to verify that a port does the right thing if CC is > passed correctly. OK, here is a diff that leaves the CC stuff as it was, passed in M

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-27 Thread Kaashif Hymabaccus
oded -Os in the CFLAGS I patched out. I took out passing CC in MAKE_ENV since the farbfeld makefile is set to use "cc" in config.mk, which is already linked to the right compiler so there's no need to fix it. -- Kaashif Hymabaccus GPG: 3E810B04 diff --git Makefile Makefile ind

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-13 Thread Kaashif Hymabaccus
On Thu, Apr 12, 2018 at 10:23:56AM +0200, Klemens Nanni wrote: > On Thu, Apr 12, 2018 at 01:52:48AM +0100, Kaashif Hymabaccus wrote: > > This is an update to graphics/farbfeld. The main change to the port is > > that USE_GMAKE isn't needed any more. > > > > Works

UPDATE: graphics/farbfeld 3 -> 4

2018-04-11 Thread Kaashif Hymabaccus
Hello ports@ This is an update to graphics/farbfeld. The main change to the port is that USE_GMAKE isn't needed any more. Works fine for me on amd64 (converted some images to ff and back, still seems to work). diff --git Makefile Makefile index 8d499d1ad33..1b49fcc3fa1 100644 --- Makefile +++ Ma

Re: UPDATE: devel/dfu-programmer 0.6.2 to 0.7.2

2018-03-05 Thread Kaashif Hymabaccus
On Mon, Mar 05, 2018 at 08:58:06AM +, Stuart Henderson wrote: > On 2018/03/04 22:54, Kaashif Hymabaccus wrote: > > There is a small patch because the author forgot to include stdlib.h > > in atmel.c. > > This patch is missing from your diff. Thanks, here is the f

UPDATE: devel/dfu-programmer 0.6.2 to 0.7.2

2018-03-04 Thread Kaashif Hymabaccus
This is an update for dfu-programmer, program for uploading programs to Atmel microcontrollers. There is a small patch because the author forgot to include stdlib.h in atmel.c. Also their website changed to a GitHub page, but their release tarballs are still kept on SourceForge, which is a bit wei

Should games/fifengine be marked as broken on sparc64?

2018-02-26 Thread Kaashif Hymabaccus
with no issue if I remove the BROKEN-*. I guess if it uses more than 4 GB of memory, 32 bit architectures can't possibly build it, so it being BROKEN on i386 is probably accurate. But there's nothing stopping someone with enough RAM from building this on sparc64, so why is it marked as BROKEN

Re: NEW: mail/rss2email3

2018-01-15 Thread Kaashif Hymabaccus
Ping with a new tarball. The distinfo in the previous one is wrong. -- Kaashif Hymabaccus GPG: 3E810B04 rss2email3.tgz Description: Binary data

Re: NEW: fs2open - source port of FreeSpace 2 space sim

2018-01-13 Thread Kaashif Hymabaccus
Great game, thanks for porting it! The wrapper script installed at /usr/local/bin/fs2open has this line: /usr/local/bin/fs2open $* I think this is a mistake, it should call the binary at /usr/local/share/fs2open/fs2open. It's already installed with SUBST_CMD, so this will work: --- files/fs

Re: New port: witchblast (roguelite dungeon crawler)

2017-12-25 Thread Kaashif Hymabaccus
t fine with ports-gcc, including witchblast. Witchblast doesn't just build, it also runs well on sparc64 compiled with ports-gcc (I played it for a bit), so the port itself isn't broken, something is wonky with clang, or the headers, or something else. -- Kaashif Hymabaccus GPG: 3E810B04

Re: New port: witchblast (roguelite dungeon crawler)

2017-12-24 Thread Kaashif Hymabaccus
I think this port also needs: COMPILER=base-clang ports-gcc or something similar. Otherwise it can't build on sparc64 (and others). This is because it uses -std=c++11. -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: games/openjk

2017-12-22 Thread Kaashif Hymabaccus
mind it doesn't work on sparc64. It does build though. -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: games/2048-cli

2017-12-10 Thread Kaashif Hymabaccus
On Mon, Aug 21, 2017 at 02:18:16PM +0200, Jeremie Courreges-Anglas wrote: > > Looks fine to me, ok jca@ if someone wants to import it. Anyone want to import this? Has already been OKed. Tarball attached for convenience. -- Kaashif Hymabaccus GPG: 3E810B04 2048-cli.tgz Descr

Re: NEW: mail/rss2email3

2017-12-09 Thread Kaashif Hymabaccus
on number in such directories, > ${PREFIX}/share/doc/rss2email3 would probably be the most appropriate > > (pkg/MESSAGE) > > - please convert to a pkg-readme Incorporated these suggestions. Tarball attached. Also I moved everything around so it's in the same order as the infrastructu

NEW: mail/rss2email3

2017-12-09 Thread Kaashif Hymabaccus
unrelated program. It almost is, since we have different authors, a different version of Python and a different config file format. Comments? I think this is a fairly inoffensive and non-disruptive way of handling this potential conflict. -- Kaashif Hymabaccus GPG: 3E810B04 rss2email3.tgz D

Re: UPDATE: mail/rss2email 2.70 -> 3.9

2017-10-15 Thread Kaashif Hymabaccus
'll just hope no updates in the future break anything too badly. As for the port itself, I think it looks OK (the one with the new, separate rss2email3) but take that with a grain of salt, I don't really know what I'm doing... -- Kaashif Hymabaccus GPG: 3E810B04

Re: UPDATE: mail/rss2email 2.70 -> 3.9

2017-10-14 Thread Kaashif Hymabaccus
ub tarballs, so only using PyPI should be no problem. -- Kaashif Hymabaccus GPG: 3E810B04

Re: new : net/aget

2017-09-10 Thread Kaashif Hymabaccus
ing. Please give this a read, it's very helpful: https://www.openbsd.org/faq/ports/guide.html#PortsChecklist -- Kaashif Hymabaccus GPG: 3E810B04

Re: UPDATE: net/gopher 3.0.11 to 3.0.16

2017-09-10 Thread Kaashif Hymabaccus
devel/gopher/Downloads/ +MAINTAINER=Kaashif Hymabaccus -# GPL +# GPLv2+ PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= ${HOMEPAGE} - WANTLIB= c m curses termcap USE_GMAKE= Yes CONFIGURE_STYLE=gnu MAKE_FLAGS=CLIENTLIB=${SYSCONFDIR}/gopher -WRKDIST= ${WRKDIR}/gopher NO

Re: NEW: graphics/farbfeld

2017-09-08 Thread Kaashif Hymabaccus
On Fri, Sep 08, 2017 at 08:49:18AM +0100, Stuart Henderson wrote: > I haven't tried building, but from eye: > > - missing license marker > - don't hardcode /usr/local Thanks for the feedback, those are some silly mistakes. Updated tarball attached. -- Kaashif Hy

NEW: graphics/farbfeld

2017-09-07 Thread Kaashif Hymabaccus
amd64. -- Kaashif Hymabaccus GPG: 3E810B04 farbfeld.tgz Description: application/tar-gz

Re: UPDATE: mail/rss2email 2.70 -> 3.9

2017-09-04 Thread Kaashif Hymabaccus
ces and makes all of the breaking changes they want. Then I'll submit an entirely new port. They might change the name, too, since there are now 2 rss2email upstreams, both dead, floating around. -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: x11/wmutils

2017-09-02 Thread Kaashif Hymabaccus
On Wed, Aug 16, 2017 at 09:28:01PM -0400, Brian Callahan wrote: > Hi Kaashif -- > > On 08/16/17 21:08, Kaashif Hymabaccus wrote: > > I also removed setting HOMEPAGE, since it gets set automagically when > > GH_* are around. Tarball is attached. > > > > I&#

UPDATE: mail/rss2email 2.70 -> 3.9

2017-08-21 Thread Kaashif Hymabaccus
email-${MODPY_EGG_VERSION} + +GH_ACCOUNT=wking +GH_PROJECT=rss2email +GH_TAGNAME=v${MODPY_EGG_VERSION} CATEGORIES=mail textproc -HOMEPAGE= http://www.allthingsrss.com/rss2email/ +MAINTAINER=Kaashif Hymabaccus # GPLv2/v3 PERMIT_PACKAGE_CDROM= Yes -MASTER_

Re: NEW: games/2048-cli

2017-08-21 Thread Kaashif Hymabaccus
On Mon, Aug 21, 2017 at 01:21:25PM +0200, Jeremie Courreges-Anglas wrote: > On Sun, Aug 20 2017, Kaashif Hymabaccus wrote: > > Hello ports@, > > > > Please find attached a port for 2048-cli. > > > > pkg/DESCR: > > 2048-cli is a terminal-based version of

NEW: games/2048-cli

2017-08-20 Thread Kaashif Hymabaccus
Hello ports@, Please find attached a port for 2048-cli. pkg/DESCR: 2048-cli is a terminal-based version of the popular 2048 web game. Supports animations, colors, stores your high score, and includes an AI. Builds and works well on amd64 and sparc64. -- Kaashif Hymabaccus GPG: 3E810B04 2048

Re: NEW: comms/cutecom

2017-08-17 Thread Kaashif Hymabaccus
I removed COMPILER=gcc. Tarball attached. -- Kaashif Hymabaccus GPG: 3E810B04 cutecom.tgz Description: application/tar-gz

Re: NEW: x11/wmutils

2017-08-16 Thread Kaashif Hymabaccus
I also removed setting HOMEPAGE, since it gets set automagically when GH_* are around. Tarball is attached. -- Kaashif Hymabaccus GPG: 3E810B04 wmutils.tgz Description: application/tar-gz

Re: NEW: x11/screenkey

2017-08-16 Thread Kaashif Hymabaccus
Thanks for the feedback everyone. Updated tarball is attached. I now use MODPY_EGG_VERSION, I replaced "0.9" in PLIST with MODPY_EGG_VERSION, added textproc/intltool to BUILD_DEPENDS. -- Kaashif Hymabaccus GPG: 3E810B04 screenkey.tgz Description: application/tar-gz

NEW: x11/screenkey

2017-08-15 Thread Kaashif Hymabaccus
ST stuff wrong. -- Kaashif Hymabaccus GPG: 3E810B04 screenkey.tgz Description: application/tar-gz

Re: NEW: comms/cutecom

2017-08-13 Thread Kaashif Hymabaccus
Please find attached a revised tarball. Changes: * Unnecessary sentences removed from DESCR (thanks Rafael) * License marker mistake fixed * Added COMPILER=gcc, since this port does indeed use C++11 * Order of MODULES improved (thanks Brian) -- Kaashif Hymabaccus GPG: 3E810B04 cutecom.tgz

NEW: comms/cutecom

2017-08-13 Thread Kaashif Hymabaccus
who need a terminal to talk to their devices. It is free software and distributed under the GNU General Public License Version 3. It is written using the Qt library originally created by Trolltech. Builds and works ok on amd64. -- Kaashif Hymabaccus GPG: 3E810B04 cutecom.tgz Description

Re: [fix] kamailio on sparc64

2017-08-13 Thread Kaashif Hymabaccus
atch, so there's nothing to worry about as far as I can tell. -- Kaashif Hymabaccus GPG: 3E810B04

Re: NEW: net/pastebinit

2017-08-08 Thread Kaashif Hymabaccus
sconfigured pastebin configs. I'll contact the author and try to get him to fix the broken configs. make test works for me, now. I also patched it so it actually stops when there's a failure. PS Sorry for sending this twice, I didn't Cc ports@ the first time. -- Kaashif Hymabaccus GPG: 3

NEW: net/pastebinit

2017-08-08 Thread Kaashif Hymabaccus
ou to send a binary file to a pastebin, with optional encryption. It works on amd64 for me, including the pb* scripts. Some of the pastebins don't work, but this isn't an OpenBSD specific problem, so I just leave them alone. pastebin.com, the default, works, so I think this is fine. -- Kaa

Re: UPDATE: xfishtank to 2.5

2017-08-04 Thread Kaashif Hymabaccus
On Sat, Jul 22, 2017 at 08:40:06PM +0100, Kaashif Hymabaccus wrote: > According to the LICENSE file: > > I tracked down John Bradley , who wrote the > xfish program back around 1987, that xfishtank is derived from. He > stated the following copyright: > >

UPDATE: net/gopher 3.0.11 to 3.0.16

2017-08-04 Thread Kaashif Hymabaccus
AME=release/${V} + CATEGORIES=net -HOMEPAGE= http://quux.org/devel/gopher/Downloads/ +HOMEPAGE= https://github.com/jgoerzen/gopher -# GPL -PERMIT_PACKAGE_CDROM= Yes +MAINTAINER=Kaashif Hymabaccus -MASTER_SITES= ${HOMEPAGE} +# GPLv2 +PERMIT_PACKAGE_CDROM= Yes WAN

Re: UPDATE: fonts/terminus-font to 4.46

2017-07-31 Thread Kaashif Hymabaccus
On Mon, Jul 31, 2017 at 10:14:39AM +0100, Stuart Henderson wrote: > MODULES +=lang/python > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} > MODPY_RUNDEP =No > MAKE_FLAGS = INT=${MODPY_BIN} > > > -@comment share/fonts/terminus/ter-x12b.pcf.gz > > +sha

UPDATE: games/lugaru 1.1 -> 1.2

2017-07-30 Thread Kaashif Hymabaccus
- Makefile +++ Makefile @@ -2,13 +2,14 @@ COMMENT = third-person rabbit combat action game -DISTNAME = lugaru-1.1 -REVISION = 0 +DISTNAME = lugaru-1.2 CATEGORIES = games HOMEPAGE = https://osslugaru.gitlab.io/ +MAINTAINER = Kaashif Hymabaccus + # GPLv2+ PERMIT_PACKAGE_C

UPDATE: fonts/terminus-font to 4.46

2017-07-30 Thread Kaashif Hymabaccus
Hello ports@, Attached is a patch which brings terminus-font to 4.46. Changes to the port: * The build scripts are now written in Python, not Perl * A lot of obsolete fonts disappeared The upstream changelog entry is here: http://terminus-font.sourceforge.net/ The font still works for me. I sa

Re: NEW: x11/wmutils

2017-07-29 Thread Kaashif Hymabaccus
Please find attached an updated version which addresses these concerns. Also, I moved all of the common variables into the toplevel makefile. I saw this email first, so I used bcallah@'s suggestion of a V variable instead of sthen@'s suggestion. -- Kaashif Hymabaccus GPG: 3E810B04 wmutils.tgz Description: application/tar-gz

Re: NEW: x11/wmutils

2017-07-29 Thread Kaashif Hymabaccus
. -- Kaashif Hymabaccus GPG: 3E810B04 wmutils.tgz Description: application/tar-gz

NEW: x11/wmutils

2017-07-28 Thread Kaashif Hymabaccus
tools to list, kill, move, teleport, focus and resize windows, and more. -- Kaashif Hymabaccus GPG: 3E810B04 wmutils.tgz Description: application/tar-gz

UPDATE: plan9/9menu 1.7 -> 1.9

2017-07-26 Thread Kaashif Hymabaccus
+MAINTAINER=Kaashif Hymabaccus MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/ diff --git distinfo distinfo index 14a3ec8431b..43c734d0f96 100644 --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (9menu-1.7.shar.gz) = HfNOQQCIk6Nsc9i85IHoYhO396Au6w6z5t+QRe78h2M= -SIZE (9menu-1.7

Re: NEW: x11/2bwm

2017-07-26 Thread Kaashif Hymabaccus
Your updated tarball looks good to me. Certainly, -Os was not integral to the running of the program. -- Kaashif Hymabaccus GPG: 3E810B04

NEW: x11/2bwm

2017-07-26 Thread Kaashif Hymabaccus
accessible from the keyboard but a pointing device can be used for move, resize and raise/lower. -- Kaashif Hymabaccus GPG: 3E810B04 2bwm.tgz Description: application/tar-gz

UPDATE: xfishtank to 2.5

2017-07-22 Thread Kaashif Hymabaccus
COMMENT= fish swim in the background of your screen -DISTNAME= xfishtank-2.2 -REVISION= 1 CATEGORIES=x11 +HOMEPAGE= http://jim.rees.org/computers/xfishtank.html +MAINTAINER= Kaashif Hymabaccus -MASTER_SITES= http://distcache.freebsd.org/ports-distfiles/ +GH_A

UPDATE: gcal to 4.1

2017-07-22 Thread Kaashif Hymabaccus
Hello ports@, This updates gcal from 3.6.3 to 4.1. Builds and runs ok on amd64. ok? diff --git Makefile Makefile index b205c86b0ca..3986cb59439 100644 --- Makefile +++ Makefile @@ -2,8 +2,7 @@ COMMENT = calculate and print calendars -DISTNAME = gcal-3.6.3 -REVISION

UPDATE: sysutils/pv to 1.6.6

2017-07-19 Thread Kaashif Hymabaccus
Hello ports@, This updates pv to 1.6.6. diff --git Makefile Makefile index fea773fedb6..14c9d591557 100644 --- Makefile +++ Makefile @@ -2,7 +2,7 @@ COMMENT = monitor the progress of data through a pipeline -DISTNAME = pv-1.6.0 +DISTNAME = pv-1.6.6 CATEG

UPDATE: x11/i3lock 2.9.1

2017-07-09 Thread Kaashif Hymabaccus
Hello ports@, This updates x11/i3lock from some commmit to 2.9.1. All of jasper@'s patches were accepted upstream, so there is no need for them. They did revert an old commit which ended up readding -lpam in the Makefile, unconditionally, so we still have to patch that out. I will submit a PR ups

UPDATE: discount 2.1.6 -> 2.1.8a

2015-06-13 Thread Kaashif Hymabaccus
Hello ports@, This updates discount from 2.1.6 to 2.1.8a. The binary is (still) renamed from "markdown" to "discount" to avoid collision with textproc/markdown. Passes all tests on amd64. OK? -- Kaashif Hymabaccus GPG: 3E810

NEW: x11/sxhkd

2014-11-22 Thread Kaashif Hymabaccus
Hello ports@, sxhkd is a simple X hotkey daemon, similar in function to xbindkeys. Works fine on amd64. -- Kaashif Hymabaccus GPG: 3E810B04 sxhkd.tgz Description: application/tar-gz

UPDATE: discount 1.6.6 -> 2.1.6

2014-08-16 Thread Kaashif Hymabaccus
Hello ports@, This patch brings discount from 1.6.6 (very old) to 2.1.6. Just like before, the binary is renamed from "markdown" to "discount" to avoid conflict with other ports. All tests pass on amd64. ok? Index: Makefile === RCS

Re: Screen sharing program

2014-05-30 Thread Kaashif Hymabaccus
On Thu, May 29, 2014 at 03:21:16PM +0100, Stuart Henderson wrote: > On 2014/05/29 10:10, Jiri B wrote: > > On Thu, May 29, 2014 at 01:44:35PM +0100, Kaashif Hymabaccus wrote: > > > I've searched the internet for screen sharing programs (like Teamviewer, > > > for e

Screen sharing program

2014-05-29 Thread Kaashif Hymabaccus
I've searched the internet for screen sharing programs (like Teamviewer, for example) that work on OpenBSD and haven't found anything. All of the web-based solutions require a download of some proprietary plugin (join.me, Google Hangouts) and I can't find anything that will let me share my screen w

Re: [UPDATE] stow-2.2.0

2014-05-13 Thread Kaashif Hymabaccus
On Tue, May 13, 2014 at 11:13:55PM +0100, Stuart Henderson wrote: > On 2014/05/13 18:09, Jiri B wrote: > > On Tue, May 13, 2014 at 10:37:50PM +0100, Kaashif Hymabaccus wrote: > > >[...] > > > > I'm not using stow but IIUC we don't usually shipt man

[UPDATE] stow-2.2.0

2014-05-13 Thread Kaashif Hymabaccus
Hello, This is an update for GNU Stow from 1.3.3 to 2.2.0. OK? Index: Makefile === RCS file: /cvs/ports/sysutils/stow/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile1 Jan 2014 20:46:29 - 1.9 ++