Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Feb 2023 13:19:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269275] make index: using previous script for "go-post-fetch"
Message-ID:  <bug-269275-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269275

            Bug ID: 269275
           Summary: make index: using previous script for "go-post-fetch"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills@FreeBSD.org
          Reporter: Trond.Endrestol@ximalas.info
          Assignee: swills@FreeBSD.org
             Flags: maintainer-feedback?(swills@FreeBSD.org)

make index gives these warnings:

--- describe.www ---
make[4]: "/usr/ports/Mk/Uses/go.mk" line 192: warning: duplicate script for
target "go-post-fetch" ignored
make[4]: "Makefile" line 35: warning: using previous script for "go-post-fe=
tch"
defined here
make[4]: "/usr/ports/Mk/Uses/go.mk" line 193: warning: duplicate script for
target "go-post-fetch" ignored
make[4]: "Makefile" line 35: warning: using previous script for "go-post-fe=
tch"
defined here
 Done.

www/gitlab-pages are the likely candidate, based on the result from running:

find /usr/ports/www -type f -exec grep -n go-post-fetch {} +

/usr/ports/www/gitlab-pages/Makefile:32:_USES_fetch+=3D   800:go-post-fetch
/usr/ports/www/gitlab-pages/Makefile:33:go-post-fetch:
/usr/ports/www/gitlab-workhorse/Makefile:41:_USES_fetch+=3D=20=20=20=20=20=
=20
800:go-post-fetch
/usr/ports/www/gitlab-workhorse/Makefile:42:go-post-fetch:

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269275-7788>