Ports with version numbers going backwards: emulators/libretro-ppsspp, emula...

2022-08-25 Thread portmgr
** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Thu Aug 25 2022 12:30:00 UTC.

- *emulators/libretro-ppsspp* : libretro-ppsspp-1.13.1_1 < 
libretro-ppsspp-1.13.1b
  (master: emulators/ppsspp)

- *emulators/ppsspp* : ppsspp-1.13.1_1 < ppsspp-1.13.1b

- *emulators/ppsspp-qt5* : ppsspp-qt5-1.13.1_1 < 
ppsspp-qt5-1.13.1b
  (master: emulators/ppsspp)

- *misc/gkrellmbgchg2* : gkrellmbgchg2-0.1.11_2 < 
gkrellmbgchg2-0.1.13





Unmaintained FreeBSD ports which are out of date

2022-08-25 Thread portscout
Dear port maintainers,

The portscout new distfile checker has detected that one or more
unmaintained ports appears to be out of date. Please take the opportunity
to check each of the ports listed below, and if possible and appropriate,
submit/commit an update. Please consider also adopting this port.
If any ports have already been updated, you can safely ignore the entry.

An e-mail will not be sent again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
databases/rocksdb-lite  | 7.2.2   | v7.5.3
+-+
net-p2p/ethash  | 0.9.0   | v1.0.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!



Fwd: New Port: Security/liblurch & Security/Pidgin-lurch

2022-08-25 Thread Michael A. Oshin
Good Morning folks,

I made a few changes to the liblurch Makefile. It now points to the
developer's github for the pkg. See
https://github.com/micadeyeye/freebsd-ports/blob/master/security/liblurch/Makefile
.

One problem I have with the liblurch is that it wants to run '.configure'.
See the below:

__
❯ make -C /usr/local/opt/github/freebsd-ports/security/liblurch/ install
clean
===>   liblurch-0.7.0 depends on package: gmake>=4.3 - found
===>   liblurch-0.7.0 depends on package: pkgconf>=1.3.0_1 - found
===>   liblurch-0.7.0 depends on file: /usr/local/bin/ccache - found
===>   liblurch-0.7.0 depends on shared library: libmxml.so - found
(/usr/local/lib/libmxml.so)
===>   liblurch-0.7.0 depends on shared library: libpurple.so - found
(/usr/local/lib/libpurple.so)
===>  Configuring for liblurch-0.7.0
env: ./configure: No such file or directory
===>  Script "configure" failed unexpectedly.
Please report the problem to micadey...@gmail.com [maintainer] and attach
the
"/usr/local/opt/github/freebsd-ports/security/liblurch/work/lurch-0.7.0-src/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/local/opt/github/freebsd-ports/security/liblurch/
_

What it should do is ONLY run 'gmake install'. Please show me how to
replace the process  "===>  Configuring for liblurch-0.7.0
env: ./configure: No such file or directory" with the "gmake install".

On the other hand, please note that the pidgin-lurch (
https://github.com/micadeyeye/freebsd-ports/blob/master/security/pidgin-lurch/Makefile)
is the UI modification to Pidgin, and currently, I have only copied the OTR
UI with no modifications yet to its source code. I need a lot of assistance
here.


Re: Fwd: New Port: Security/liblurch & Security/Pidgin-lurch

2022-08-25 Thread Ronald Klop

Does this work?


HAS_CONFIGURE=off
https://docs.freebsd.org/en/books/porters-handbook/slow-porting/#slow-work


Van: "Michael A. Oshin" 
Datum: 26 augustus 2022 05:37
Aan: freebsd-po...@freebsd.org
Onderwerp: Fwd: New Port: Security/liblurch & Security/Pidgin-lurch






Good Morning folks,

I made a few changes to the liblurch Makefile. It now points to the developer's 
github for the pkg. See 
https://github.com/micadeyeye/freebsd-ports/blob/master/security/liblurch/Makefile.

One problem I have with the liblurch is that it wants to run '.configure'. See 
the below:

__
 make -C /usr/local/opt/github/freebsd-ports/security/liblurch/ install clean
===>   liblurch-0.7.0 depends on package: gmake>=4.3 - found
===>   liblurch-0.7.0 depends on package: pkgconf>=1.3.0_1 - found
===>   liblurch-0.7.0 depends on file: /usr/local/bin/ccache - found
===>   liblurch-0.7.0 depends on shared library: libmxml.so - found 
(/usr/local/lib/libmxml.so)
===>   liblurch-0.7.0 depends on shared library: libpurple.so - found 
(/usr/local/lib/libpurple.so)
===>  Configuring for liblurch-0.7.0
env: ./configure: No such file or directory
===>  Script "configure" failed unexpectedly.
Please report the problem to micadey...@gmail.com [maintainer] and attach the
"/usr/local/opt/github/freebsd-ports/security/liblurch/work/lurch-0.7.0-src/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/local/opt/github/freebsd-ports/security/liblurch/
_

What it should do is ONLY run 'gmake install'. Please show me how to replace the 
process  "===>  Configuring for liblurch-0.7.0
env: ./configure: No such file or directory" with the "gmake install".

On the other hand, please note that the pidgin-lurch 
(https://github.com/micadeyeye/freebsd-ports/blob/master/security/pidgin-lurch/Makefile)
 is the UI modification to Pidgin, and currently, I have only copied the OTR UI 
with no modifications yet to its source code. I need a lot of assistance here.