Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Stuart Henderson
On 2018/02/23 06:46, Adam Steen wrote:
> Thank you that worked perfectly, now for some testing.
> 
> Please note
> 
> pkg-config -> https://www.freedesktop.org/wiki/Software/pkg-config/
> 
> is different from
> 
> pkgconf -> https://github.com/pkgconf/pkgconf
> 
> Cheers
> Adam

Yes, I realise, but pkgconf just copied pkg.m4 from pkg-config.



Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread lists
Fri, 23 Feb 2018 06:46:42 -0500 Adam Steen 
> Hi Stuart
> 
> Thank you that worked perfectly, now for some testing.
> 
> Please note
> 
> pkg-config -> https://www.freedesktop.org/wiki/Software/pkg-config/
> 
> is different from
> 
> pkgconf -> https://github.com/pkgconf/pkgconf
> 
> Cheers
> Adam
> 

Hi Adam,

Please note, in OpenBSD words beginning with pkg are used for package
tools and package related system utilities, e.g. pkg_add & pkglocate.

I would consider a utility using that word as prefix, and not related
to package tools and package utilities for OpenBSD a deterioration of
my user interface, if some "useful" package pulled in a dependency on
this tool you're proposing with a confusing name, that is not related
to the OpenBSD package tools and package management system utilities.

How about not naming a port pkgsomething here pkgconf, unless it does
relate to the OpenBSD pkg tools, maybe configures OpenBSD pkg system?

Instead of polluting any pkg-config with pkgconf, maybe rename both..

Kind regards,
Anton Lazarov



Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Adam Steen
‐‐ Original Message ‐‐

On February 23, 2018 10:47 AM, Stuart Henderson  wrote:

> ​​
> 
> On 2018/02/23 05:36, Adam Steen wrote:
> 
> > Hi All
> > 
> > I am attempting to port pkgconf\[1\] to OpenBSD, everything builds fine.
> > 
> > When I try to make install, I get the following error. What is the best way
> > 
> > to handle this?
> > 
> > asteen:/usr/ports/devel/pkgconf:2250$ make install
> > 
> > ===\> Installing pkgconf-1.4.2 from /usr/ports/packages/amd64/all/
> > 
> > doas (ast...@x220.adamsteen.com.au) password:
> > 
> > Collision in pkgconf-1.4.2: the following files already exist
> > 
> > /usr/local/share/aclocal/pkg.m4 (metaauto-1.0p1 and pkgconf-1.4.2)
> > 
> > \*\*\* Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1960
> > 
> > '/var/db/pkg/pkgconf-1.4.2/+CONTENTS': @if /usr/sbin/pkg_info -e 
> > pkgconf-1.4...)
> > 
> > \*\*\* Error 1 in /usr/ports/devel/pkgconf
> > 
> > (/usr/ports/infrastructure/mk/bsd.port.mk:2419 'install')
> > 
> > Cheers
> > 
> > Adam
> > 
> > \[1\] https://github.com/pkgconf/pkgconf
> 
> Just @comment the pkg.m4 file. The one in pkgconf is newer than the file
> 
> coming from the metaauto package but it's the same basic thing. If it
> 
> turns out that a newer version is needed then updating metaauto to use
> 
> files from a newer pkg-config would make sense.

Hi Stuart

Thank you that worked perfectly, now for some testing.

Please note

pkg-config -> https://www.freedesktop.org/wiki/Software/pkg-config/

is different from

pkgconf -> https://github.com/pkgconf/pkgconf

Cheers
Adam



Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Stuart Henderson
On 2018/02/23 05:36, Adam Steen wrote:
> Hi All
> 
> I am attempting to port pkgconf[1] to OpenBSD, everything builds fine.
> 
> When I try to make install, I get the following error.  What is the best way
> to handle this?
> 
> asteen:/usr/ports/devel/pkgconf:2250$ make install
> ===>  Installing pkgconf-1.4.2 from /usr/ports/packages/amd64/all/
> doas (ast...@x220.adamsteen.com.au) password:
> Collision in pkgconf-1.4.2: the following files already exist
> /usr/local/share/aclocal/pkg.m4 (metaauto-1.0p1 and pkgconf-1.4.2)
> *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1960
> '/var/db/pkg/pkgconf-1.4.2/+CONTENTS': @if /usr/sbin/pkg_info -e 
> pkgconf-1.4...)
> *** Error 1 in /usr/ports/devel/pkgconf
> (/usr/ports/infrastructure/mk/bsd.port.mk:2419 'install')
> 
> Cheers
> Adam
> 
> [1] https://github.com/pkgconf/pkgconf

Just @comment the pkg.m4 file. The one in pkgconf is newer than the file
coming from the metaauto package but it's the same basic thing. If it
turns out that a newer version is needed then updating metaauto to use
files from a newer pkg-config would make sense.



[New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Adam Steen
Hi All

I am attempting to port pkgconf[1] to OpenBSD, everything builds fine.

When I try to make install, I get the following error.  What is the best way
to handle this?

asteen:/usr/ports/devel/pkgconf:2250$ make install
===>  Installing pkgconf-1.4.2 from /usr/ports/packages/amd64/all/
doas (ast...@x220.adamsteen.com.au) password:
Collision in pkgconf-1.4.2: the following files already exist
/usr/local/share/aclocal/pkg.m4 (metaauto-1.0p1 and pkgconf-1.4.2)
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1960
'/var/db/pkg/pkgconf-1.4.2/+CONTENTS': @if /usr/sbin/pkg_info -e pkgconf-1.4...)
*** Error 1 in /usr/ports/devel/pkgconf
(/usr/ports/infrastructure/mk/bsd.port.mk:2419 'install')

Cheers
Adam

[1] https://github.com/pkgconf/pkgconf


pkgconf-1.4.2.tar.gz
Description: application/gzip