Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 23:02:53 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a066b40d048a - main - graphics/libetonyek01: adjust for mdds-2.0
Message-ID:  <202202162302.21GN2rbu067368@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a066b40d048a12d116980d07059d1b249437defa

commit a066b40d048a12d116980d07059d1b249437defa
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-16 22:09:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-16 23:02:03 +0000

    graphics/libetonyek01: adjust for mdds-2.0
---
 graphics/libetonyek01/Makefile              | 1 +
 graphics/libetonyek01/files/patch-configure | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile
index e4b5f4b4acc3..4ffb664a46eb 100644
--- a/graphics/libetonyek01/Makefile
+++ b/graphics/libetonyek01/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libetonyek
 PORTVERSION=	0.1.10
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	LODEV/${PORTNAME}
diff --git a/graphics/libetonyek01/files/patch-configure b/graphics/libetonyek01/files/patch-configure
index 8a4512fe0824..6a0c87502c96 100644
--- a/graphics/libetonyek01/files/patch-configure
+++ b/graphics/libetonyek01/files/patch-configure
@@ -6,8 +6,8 @@
    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 -  --with-mdds=1.5|1.4|1.2|1.0|0.x
 -                          Specify which version of mdds to use (1.5 is the
-+  --with-mdds=1.7|1.5|1.4|1.2|1.0|0.x
-+                          Specify which version of mdds to use (1.7 is the
++  --with-mdds=2.0|1.7|1.5|1.4|1.2|1.0|0.x
++                          Specify which version of mdds to use (2.0 is the
                            default)
    --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                            both]
@@ -16,7 +16,7 @@
    withval=$with_mdds;
  else
 -  with_mdds="1.5"
-+  with_mdds="1.7"
++  with_mdds="2.0"
  fi
  
  



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