Re: Need help: nearly complete port of GitHub CLI

2020-09-19 Thread Stefan Esser
Am 19.09.20 um 12:49 schrieb Christoph Moench-Tegeder: ## Stefan Esser (s...@freebsd.org): I have tried to create a port for the recently announced GitHub CLI 1.0. Without having actually looked at your work - we do already have devel/gh - "GitHub's official command line tool", which seems

Re: Need help: nearly complete port of GitHub CLI

2020-09-19 Thread Christoph Moench-Tegeder
## Stefan Esser (s...@freebsd.org): > I have tried to create a port for the recently announced GitHub CLI 1.0. Without having actually looked at your work - we do already have devel/gh - "GitHub's official command line tool", which seems to be the beta version of what you're porting. And it has

Need help: nearly complete port of GitHub CLI

2020-09-19 Thread Stefan Esser
I have tried to create a port for the recently announced GitHub CLI 1.0. What I got so far can be downloaded from: https://people.freebsd.org/~se/ports/github-cli-port.tar.bz2 The GH_TUPLE list of the dependencies was the part that caused most effort, but it should be correct and

Re: Need help with new port math/ggobi

2010-01-31 Thread Rainer Hurling
I have a last question before I will do send-pr for my new port math/ggobi. The original program wants to install 'ggobi.pc' under /usr/local/lib/pkgconfig/ instead of /usr/local/libdata/pkgconfig/ I wrote a small patch in Makefile to change the location: post-patch: @${REINPLACE_CMD}

Re: Need help with new port math/ggobi

2010-01-31 Thread b. f.
On 1/31/10, Rainer Hurling rhur...@gwdg.de wrote: I have a last question before I will do send-pr for my new port math/ggobi. The original program wants to install 'ggobi.pc' under /usr/local/lib/pkgconfig/ instead of /usr/local/libdata/pkgconfig/ I wrote a small patch in Makefile

Re: Need help with new port math/ggobi

2010-01-31 Thread Rainer Hurling
On 31.01.2010 15:36 (UTC+1), b. f. wrote: On 1/31/10, Rainer Hurlingrhur...@gwdg.de wrote: I have a last question before I will do send-pr for my new port math/ggobi. The original program wants to install 'ggobi.pc' under /usr/local/lib/pkgconfig/ instead of

Re: Need help with new port math/ggobi

2010-01-28 Thread b. f.
Rainer Hurling wrote: There are some obscurities I am struggling with: 1. The port needs libraries gtk2 and libxml2. Is it ok how the port ensures they are installed? Just use USE_GNOME= gtk20 libxml2, rather than the LIB_DEPENDS line. 2. A second make target has to create 'ggobirc'. Is

Re: Need help with new port math/ggobi

2010-01-28 Thread b. f.
On 1/28/10, b. f. bf1...@googlemail.com wrote: Rainer Hurling wrote: Don't write into /etc, except in special cases. Use ${PREFIX}/etc instead. Also, do something like: post-install: ${MKDIR} /etc/xdg/ggobi Obviously, I should have written the above line as: ${MKDIR}

Re: Need help with new port math/ggobi

2010-01-28 Thread Eitan Adler
1. The port needs libraries gtk2 and libxml2. Is it ok how the port ensures they are installed? Ports has a predefined method of doing this: USE_GNOME= gtk20 libxml2 3. ggobi authors suggest to create /etc/xdg/ggobi/ for resource file. A better place would be /usr/local/etc/xdg/ggobi/,

Re: Need help with new port math/ggobi

2010-01-28 Thread Rainer Hurling
Thank you very much, b.f. and Eitan Adler, for your competent help. On 28.01.2010 17:53 (UTC+1), b. f. wrote: Rainer Hurling wrote: 1. The port needs libraries gtk2 and libxml2. Is it ok how the port ensures they are installed? Just use USE_GNOME= gtk20 libxml2, rather than the

Need help with new port math/ggobi

2010-01-27 Thread Rainer Hurling
I am working on a new port math/ggobi and could need some help. If you are interested you will find my draft version attached. It should be stored under math/ggobi. I use the linux version of ggobi from http://www.ggobi.org/downloads/ , a small fancy program for data visualization like

Re: Need help with a port

2009-12-19 Thread Doug Barton
I've looked at your port, and FWIW I don't see anything wrong with your suggested fix. I have attached a patch with some small tweaks to what you proposed, as well as some changes to the rc.d script. Regarding the latter: 1. A $FreeBSD$ cvs id is effectively mandatory 2. We prefer that local

Re: Need help with a port

2009-12-19 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Dec 18, 2009 at 07:16:37PM -0600, Paul Schmehl wrote: --On December 18, 2009 5:10:39 PM -0600 Greg Larkin glar...@freebsd.org wrote: Hi Paul, make -V BINMODE returns 555, so as long as you're OK with those permissions, I would say

Re: Need help with a port

2009-12-18 Thread Paul Schmehl
--On Thursday, December 17, 2009 23:48:08 -0600 Nikola Lečić nikola.le...@anthesphoria.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Wed, 16 Dec 2009 21:58:21 -0600 Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm the port maintainer for security/barnyard2. I submitted

Re: Need help with a port

2009-12-18 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Schmehl wrote: --On Thursday, December 17, 2009 23:48:08 -0600 Nikola Lečić nikola.le...@anthesphoria.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Wed, 16 Dec 2009 21:58:21 -0600 Paul Schmehl pschmehl_li...@tx.rr.com

Re: Need help with a port

2009-12-18 Thread Paul Schmehl
--On December 18, 2009 5:10:39 PM -0600 Greg Larkin glar...@freebsd.org wrote: Hi Paul, make -V BINMODE returns 555, so as long as you're OK with those permissions, I would say using the ${BINMODE} macro is preferable. Otherwise, there's no issue with you using the correct permissions value

Re: Need help with a port

2009-12-17 Thread Nikola Lečić
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Wed, 16 Dec 2009 21:58:21 -0600 Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm the port maintainer for security/barnyard2. I submitted a port upgrade a while ago, but the committer asked me to make a change before he would approve it.

Need help with a port

2009-12-16 Thread Paul Schmehl
I'm the port maintainer for security/barnyard2. I submitted a port upgrade a while ago, but the committer asked me to make a change before he would approve it. I'm not sure what to do. The source code, when it's extracted, sets the perms on install-sh to r--r--r. This causes an error