anudeep26 / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

New package autossh #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Output of "hg diff" and the package file are attached.

Original issue reported on code.google.com by stefan...@gmail.com on 19 Jul 2012 at 9:07

Attachments:

GoogleCodeExporter commented 9 years ago
Just a few considerations:

1) Need to fix the install step, due:

Installing
mkdir -p -m 755 /usr/local/bin
mkdir: /usr/local/bin: Operation not permitted

It's a matter of set "prefix" to $(PortDir)/$(InstallDir)/usr/local

2) After that, the manpage installation needs repair:

Testing documentation
Error: Manual pages found in old /usr/local/man/ 

Need to set mandir to $(PortDir)/$(InstallDir)/usr/local/share/man

3) ifeq ($(RUDIX_BUILD_WITH_STATIC_LIBS),yes)
LdFlags += -framework CoreFoundation -liconv
endif

It's a trick to compile with static gettext and I don't think autossh requires 
gettext, so I will remove this part.

Finally I'm already changing the port and I'm going to include in Rudix.
Can I use/quote/cite your Name and/or e-mail address in the top of the Makefile?

Thanks and well done!

Original comment by ruda.moura@gmail.com on 20 Jul 2012 at 2:00

GoogleCodeExporter commented 9 years ago
Great! Thanks for the comments, teaches me something about the way unix progs 
are installed.

Yes, no problem to use my name and email.

Original comment by stefan...@gmail.com on 20 Jul 2012 at 6:37

GoogleCodeExporter commented 9 years ago
Done! http://code.google.com/p/rudix/wiki/autossh

Original comment by ruda.moura@gmail.com on 20 Jul 2012 at 2:38

GoogleCodeExporter commented 9 years ago
Great! Thanks for your help! I will certainly think of rudix again
when discovering some useful software.

Original comment by stefan...@gmail.com on 20 Jul 2012 at 2:55