Dear all,
A new version of Pari has come out, and I will update the portfile
soon. However, I haven't found new git compatible workflow
documentation anywhere. Should I still do the old-fashioned make a
patch and submit in a ticket, or should I fork the repo, modify it,
and submit a pull request?
On Jul 19, 2016 8:38 AM, "Daniel J. Luke" wrote:
>
> On Jul 19, 2016, at 8:19 AM, Ryan Schmidt wrote:
> > This is one of the problems with projects that roll their own
nonstandard configure scripts and Makefiles -- they don't work the way
anybody unfamiliar with that project expects. Developers w
On Tue, Jul 19, 2016 at 5:19 AM, Ryan Schmidt wrote:
> On Jul 19, 2016, at 7:13 AM, Ryan Schmidt wrote:
>
>> On Jul 17, 2016, at 12:31 AM, Watson Ladd wrote:
>>
>>> The problem is that
>>> they want you to run configure with an argument indicating the in
On Sat, Jul 16, 2016 at 11:25 PM, Joshua Root wrote:
> On 2016-7-17 16:16 , Joshua Root wrote:
>>
>> On 2016-7-17 15:31 , Watson Ladd wrote:
>>>
>>> Dear all,
>>> I'm trying to write a portfile for ChezScheme. The problem is that
>>> they w
Dear all,
ChezScheme takes installprefix, not prefix as an arg, and having
prefix confuses it. I don't understand how to remove this unwanted
argument as I never put it in in the first place. I think once I have
this the portfile will be done.
Sincerely,
Watson
_
Dear all,
I'm trying to write a portfile for ChezScheme. The problem is that
they want you to run configure with an argument indicating the install
prefix, then don't seem to support DESTROOT. I've gone to upstream to
report this, but I understand there is black magic we could use
instead.
The sec