Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 19:01:32 GMT
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170071: devel/mk-configure: update to 0.23.0
Message-ID:  <201207221901.q6MJ1Wa5096790@red.freebsd.org>
Resent-Message-ID: <201207221910.q6MJA3S9033798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170071
>Category:       ports
>Synopsis:       devel/mk-configure: update to 0.23.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 19:10:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
Version 0.23.0, by Aleksey Cheusov, Sun, 22 Jul 2012 14:06:06 +0300

  mkc.subprj.mk:
    - Support for "virtual" subproject was added. Subprojects listed
      in SUBPRJ and SUBPRJS_DFLT are not necessarily associated with
      a subdirectory. See examples/hello_superfs for example.
      Virtual subproject is a way to group several subprojects into
      new one.

  New variables were introduced: COPTS_<proj> OBJCOPTS_<proj>
  LDADD_<proj> LDFLAGS_<proj> CPPFLAGS_<proj> CXXFLAGS_<proj>.
  See the manual page for details.

  Fix: OBJDIR_<subdir> variables now always contain full paths.

  Fix in mkc_which(1). Now it differs directories and regular files.

  Minor fixes in regression tests for EXPORT_SYMBOLS.

  mkc.lib.mk:
    - SHLIB_MINOR unconditionally defaults to 0

  More slides in .pdf presentation:
    - cross-compilation
    - EXPORT_SYMBOLS

  Fixes for Pascal support

  Minor fixes in the man page


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur devel/mk-configure.orig/Makefile devel/mk-configure/Makefile
--- devel/mk-configure.orig/Makefile	2012-07-22 21:34:16.000000000 +0300
+++ devel/mk-configure/Makefile	2012-07-22 21:35:07.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mk-configure
-PORTVERSION=	0.22.0
+PORTVERSION=	0.23.0
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
diff -ur devel/mk-configure.orig/distinfo devel/mk-configure/distinfo
--- devel/mk-configure.orig/distinfo	2012-07-22 21:34:16.000000000 +0300
+++ devel/mk-configure/distinfo	2012-07-22 21:35:32.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (mk-configure-0.22.0.tar.gz) = 24ae60e1124573b939bb78006908ba8d1ef946c342b129aef6dceb3336e0fe44
-SIZE (mk-configure-0.22.0.tar.gz) = 262646
+SHA256 (mk-configure-0.23.0.tar.gz) = a17d6c573183eaab0c41cea5844a59e041fb92ee8bebbbdd4894012f94572d9e
+SIZE (mk-configure-0.23.0.tar.gz) = 312410


>Release-Note:
>Audit-Trail:
>Unformatted:



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