As part of the GSOC application, it would be good to update the “Projects”
section of the wiki page [1].
Here are a few idea that I was able to come up with.
I would appreciate any feedback.
-Marcus
[1] https://trac.macports.org/wiki/SummerOfCode#Projects
1. Update Orphaned Ports
I origin
Hi,
I've installed a python package (py27-libnacl) that loads a dynamic library
(libsodium), but I can't access that library unless I explicitly set
LD_LIBRARY_PATH:
$ python -m libnacl
Traceback (most recent call last):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/p
On 2019-2-8 02:00 , Casey Deccio wrote:
> The reason I'm asking on the dev list is because I'm updating a port which
> relies on py27-libnacl and libsodium, and I'm trying to figure out the right
> way to get it to work, e.g., if any special configuration is needed. I would
> have thought that
On 2019-2-8 13:00 , Joshua Root wrote:
> On 2019-2-8 02:00 , Casey Deccio wrote:
>> The reason I'm asking on the dev list is because I'm updating a port which
>> relies on py27-libnacl and libsodium, and I'm trying to figure out the right
>> way to get it to work, e.g., if any special configurati
> On Feb 7, 2019, at 7:03 PM, Joshua Root wrote:
>
> BTW Gmail decided my reply was spam; sending only to the list this time
> so Casey might actually see it...
Much appreciated :)
> On 2019-2-8 13:00 , Joshua Root wrote:
>>
>> Ctypes uses dlopen behind the scenes, and if you look at dlopen
On 2019-2-8 13:59 , Casey Deccio wrote:
>
>
>> On Feb 7, 2019, at 7:03 PM, Joshua Root wrote:
>>
>> BTW Gmail decided my reply was spam; sending only to the list this time
>> so Casey might actually see it...
>
> Much appreciated :)
>
>> On 2019-2-8 13:00 , Joshua Root wrote:
>>>
>>> Ctypes us