Bug 251115 - databases/adodb5: TEST option ERROR, update to 5.20.18
Summary: databases/adodb5: TEST option ERROR, update to 5.20.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-11-13 21:28 UTC by Zoltan ALEXANDERSON BESSE
Modified: 2021-01-17 19:17 UTC (History)
0 users

See Also:


Attachments
update to 5.20.18, change MASTER_SITE to GITHUB (6.37 KB, patch)
2020-11-13 21:28 UTC, Zoltan ALEXANDERSON BESSE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan ALEXANDERSON BESSE 2020-11-13 21:28:30 UTC
Created attachment 219653 [details]
update to 5.20.18, change MASTER_SITE to GITHUB

I got an error during install: (options: DOCS=on, TESTS=on)
===>   Generating temporary packing list
[...]
cd /usr/ports/databases/adodb5/work-php74/adodb5 && /usr/bin/find tests -type f  -exec install  -m 0644 /usr/ports/databases/adodb5/work-php74/adodb5/{} /usr/ports/databases/adodb5/work-php74/stage/usr/local/share/adodb/{} \;
find: tests: No such file or directory

There is no error without TESTS=on.

After some examination /tests/ subdir seems missing in adodb-5.20.17.tar.gz.
(file downloaded by "make fetch" from sourceforge as defined in MASTER_SITES)

I created a patch to fix this issue and upgrade a port too.

Changelog:
- change to official GITHUB site (archives from SF do not include /tests subdir)
- update to 5.20.18 (https://github.com/ADOdb/ADOdb/blob/v5.20.18/docs/changelog.md)
- fix system requirements in pkg-message (http://adodb.org/dokuwiki/doku.php)
- cleanups in pkg-plist (+added: %%DATADIR%%/drivers/adodb-text.inc.php)

QA:
- portlint: ok (version in repo has 1 warn)
- poudriere: ok (with all four combinations of options, 13-CURRENT)

I did not changed MAINTAINER (ports@) field because of unclosed PR 246205.
Comment 1 Automation User 2020-11-13 21:42:21 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/215955469
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-17 19:14:34 UTC
A commit references this bug:

Author: swills
Date: Sun Jan 17 19:14:20 UTC 2021
New revision: 561862
URL: https://svnweb.freebsd.org/changeset/ports/561862

Log:
  databases/adodb5: update to 5.20.18

  PR:		251115
  Submitted by:	Zoltan ALEXANDERSON BESSE <zab@zltech.eu>

Changes:
  head/databases/adodb5/Makefile
  head/databases/adodb5/distinfo
  head/databases/adodb5/files/pkg-message.in
  head/databases/adodb5/pkg-plist
Comment 3 Steve Wills freebsd_committer freebsd_triage 2021-01-17 19:17:14 UTC
Committed, thanks!