svn commit: r505071 - in head/lang: erlang-runtime21 erlang-runtime22

Jimmy Olgeni olgeni at FreeBSD.org
Tue Jun 25 06:38:41 UTC 2019


Author: olgeni
Date: Tue Jun 25 06:38:40 2019
New Revision: 505071
URL: https://svnweb.freebsd.org/changeset/ports/505071

Log:
  lang/erlang-runtime*: remove DATADIR conflicts from r505053, r505054, r505056.
  
  They show up while testing net/rabbitmq, which brings in both
  erlang-runtime21 and lang/erlang (via lang/elixir).

Modified:
  head/lang/erlang-runtime21/Makefile
  head/lang/erlang-runtime22/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Tue Jun 25 05:14:29 2019	(r505070)
+++ head/lang/erlang-runtime21/Makefile	Tue Jun 25 06:38:40 2019	(r505071)
@@ -4,7 +4,7 @@
 PORTNAME=	erlang
 DISTVERSIONPREFIX=	OTP-
 DISTVERSION=	21.3.8.4
-PORTREVISION=	1
+PORTREVISION=	2
 # NB when bumping OTP versions also bump PORTREVISION in databases/couchdb2
 CATEGORIES=	lang parallel java
 PKGNAMESUFFIX=	-runtime21
@@ -24,6 +24,7 @@ GH_PROJECT=	otp:otp corba:corba
 GH_TAGNAME=	4.5.2:corba
 USE_PERL5=	build
 
+DATADIR=        ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
 WRKSRC=		${WRKSRC_otp}
 
 GNU_CONFIGURE=	yes

Modified: head/lang/erlang-runtime22/Makefile
==============================================================================
--- head/lang/erlang-runtime22/Makefile	Tue Jun 25 05:14:29 2019	(r505070)
+++ head/lang/erlang-runtime22/Makefile	Tue Jun 25 06:38:40 2019	(r505071)
@@ -4,7 +4,7 @@
 PORTNAME=	erlang
 DISTVERSIONPREFIX=	OTP-
 DISTVERSION=	22.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang parallel java
 PKGNAMESUFFIX=	-runtime22
 DIST_SUBDIR=	erlang
@@ -23,6 +23,7 @@ GH_PROJECT=	otp:otp corba:corba
 GH_TAGNAME=	4.5.2:corba
 USE_PERL5=	build
 
+DATADIR=        ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
 WRKSRC=		${WRKSRC_otp}
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list