bitrig / bitrig-ports

Bitrig Ports collection repository.
25 stars 17 forks source link

Regina REXX Interpreter port #56

Closed 4mig4 closed 9 years ago

4mig4 commented 9 years ago

Please test , the manpages is not registering on whatis db for some reason but I could not figure out why.

jcvernaleo commented 9 years ago

@4mig4 is there a reason you put it in a versioned subdirectory (3.9.0)rather than directly in lang/regina-rexx ?

jcvernaleo commented 9 years ago

@4mig4 jcv@ryu 3.9.0 $ make port-lib-depends-check

regina-rexx-3.9.0(lang/regina-rexx/3.9.0): Missing: c.78 (/usr/local/bin/rxstack) (system lib) Missing: m.10 (/usr/local/bin/rexx) (system lib) Missing: ncurses.15 (/usr/local/bin/rexx) (system lib) Missing: pthread.20 (/usr/local/bin/rexx) (system lib) WANTLIB += c m ncurses pthread *\ Error 1 in target 'port-lib-depends-check' (ignored) Should add the WANTLIB to it that port-lib-depends-check suggests.

4mig4 commented 9 years ago

There are more official version of regina-rexx available I will add them to the repo , namely 3.8.2

jcvernaleo commented 9 years ago

Okay, that makes sense. Since I'm not familiar with regina-rexx I didn't know if that is the case.

jcvernaleo commented 9 years ago

As for the man pages, they are being installed: jcv@ryu man1 $ pwd /usr/local/man/man1 jcv@ryu man1 $ ls regina* regina-config.1.gz regina.1.gz

The problem is they are compressed which is not allowed. Not sure what magic ports has to deal with that yet though.

jcvernaleo commented 9 years ago

@4mig4 One more thing. Unlike OpenBSD ports we don't really use the MAINTAINER line so could you remove that from the Makefile.

4mig4 commented 9 years ago

This port looks like it is fully working now

jcvernaleo commented 9 years ago

Thanks for the port! github didn't feel like closing this automatically so i'm closing it now.