From owner-freebsd-ports@freebsd.org Mon Aug 20 02:40:25 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D77C11080A2B for ; Mon, 20 Aug 2018 02:40:24 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin1.langille.org (clavin1.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E70576332 for ; Mon, 20 Aug 2018 02:40:24 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id C3627D1A0 ; Mon, 20 Aug 2018 02:40:23 +0000 (UTC) From: Dan Langille Message-Id: <8B71FF91-92B4-4EFE-8C0C-9A106B39CD06@langille.org> Content-Type: multipart/signed; boundary="Apple-Mail=_7274CF3D-A3ED-4767-942F-303C034F141B"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: databases/mantis - require_once(/usr/local/www/mantis/vendor/autoload.php): failed to open stream Date: Sun, 19 Aug 2018 22:39:50 -0400 In-Reply-To: <98A8D2DA-305B-4F56-BC66-E3410BEE464C@langille.org> Cc: FreeBSD Ports To: Rozhuk Ivan References: <20180820001347.2b18b71c@gmail.com> <98A8D2DA-305B-4F56-BC66-E3410BEE464C@langille.org> X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 02:40:25 -0000 --Apple-Mail=_7274CF3D-A3ED-4767-942F-303C034F141B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Aug 19, 2018, at 9:40 PM, Dan Langille wrote: >=20 >> On Aug 19, 2018, at 5:13 PM, Rozhuk Ivan wrote: >>=20 >> On Sun, 19 Aug 2018 12:38:03 -0400 >> Dan Langille wrote: >>=20 >>> There is no vendor directory in the pkg-plist for this port. >>>=20 >>> What are other mantis users doing? >>=20 >> IMHO makefile must be switch back to use vendor site instead github: = vendor package contain things that not included in github. >=20 > Thank you for this very helpful information. >=20 > I'll work on a port upgrade for 2.16. I've hit my first block. Some of the configuration items for mantis are from GitHub. I do not = know how to combine both SF and GitHub into MASTER_SITES. For now, I tried to ignore GitHub and commented out USE_GITHUB Then I started trying this: DISTNAME=3D = ${PORTNAME}bt-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MASTER_SITES=3D SF MASTER_SITE_SUBDIR=3D mantisbt/files/mantis-stable/${PORTVERSION} But so far I've been unable to get the download URL correct for make = makesum. It keeps trying to download from = https://downloads.sourceforge.net/project/mantisbt/files/mantis-stable/2.1= 6.0/mantisbt-2.16.0.tar.gz But I know I can get it from = https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.16.0/manti= sbt-2.16.0.tar.gz/download Or even just = https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.16.0/manti= sbt-2.16.0.tar.gz I often find this part of DISTFILES confusing and difficult when it = comes to the macros. -- Dan Langille - BSDCan / PGCon dan@langille.org --Apple-Mail=_7274CF3D-A3ED-4767-942F-303C034F141B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQGTBAEBCgB9FiEEzqcJ4oeyf8sgTIEBIU09XU2nXtMFAlt6KfZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldENF QTcwOUUyODdCMjdGQ0IyMDRDODEwMTIxNEQzRDVENERBNzVFRDMACgkQIU09XU2n XtNdUQf+JcRzgQAb2CwanbETdREAsJQKgx6FqIaIDXSxiOCGNgYybvGKpx5GKYmX mR/W++iEyetGVefSHAsHxejBiy1N4InJdWOyKtjgDOYbhyzC4bPi0kHPhCCMl4Mn UO8xiJ9aFqP0HjkqSkYXN+NavGRtjIo3mbb5m93tMhG4DtSgScq6/TUHz4+6Fvw2 XqoqBeo6IAOlWAshlRZImuqTaXsKiit8JwlHug5QXXZNB3Dlw6taQmj0+vjB0eGA LrzcGrYlBiS0sk0tQf4Wx2HWFGoBa7htMtWvjWtqXCKJ0SDKAg57xNF+8N/Xo8d8 sBanRCFuaa9CjBkjYBPSnCx3PBVh+g== =XdXf -----END PGP SIGNATURE----- --Apple-Mail=_7274CF3D-A3ED-4767-942F-303C034F141B--