Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2016 18:32:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205762] CHEESESHOP bsd.sites.mk substitution breaks databases/pyspatialite
Message-ID:  <bug-205762-13-xIfQCJe91v@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205762-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205762-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Antoine Brodin <antoine@FreeBSD.org> ---
Something like this?

-=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:S/-${DISTVERSIONFULL}$=
//}
\

This should be tested with empty DISTDIR / disabled MASTER_SITE_BACKUP

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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