Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconsider what is installed in bin, and probably omit contrib #151

Open
gdt opened this issue Aug 13, 2024 · 1 comment
Open

Reconsider what is installed in bin, and probably omit contrib #151

gdt opened this issue Aug 13, 2024 · 1 comment

Comments

@gdt
Copy link

gdt commented Aug 13, 2024

Some of these are proper programs and some are from contrib. More or less, it seems like contrib should not be installed. But if something in contrib is needed, then it probably shoudld be moved up.

./Makefile.am:bin_PROGRAMS = dbfadd dbfcreate dbfdump shpadd shpcreate shpdump shprewind shptreedump shputils
./contrib/Makefile.am:bin_PROGRAMS = csv2shp dbfcat dbfinfo shpcat shpdxf shpfix shpsort Shape_PointInPoly shpcentrd shpdata shpinfo shpwkb

I suggest to packagers to omit contrib. I've just adjusted the pending pkgsrc update for 1.6.1 to do that, via patching Makefile.in:SUBDIRS.

It may be best to build but not install these, changing to noinst_bin_PROGRAMS

@thbeu
Copy link
Contributor

thbeu commented Aug 13, 2024

I propose to also omit shputils due to #27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants