svn commit: r494049 - in head/devel/imake: . files

Niclas Zeising zeising at FreeBSD.org
Wed Feb 27 12:55:20 UTC 2019


Author: zeising
Date: Wed Feb 27 12:55:18 2019
New Revision: 494049
URL: https://svnweb.freebsd.org/changeset/ports/494049

Log:
  devel/imake Add LICENSE
  
  Add license information to devel/imake. [1]
  As per discussions with portmgr, there is no need to add the different
  varieties of MIT license, since they are so similar.  Just note that this is
  MIT licensed.
  
  PR:		223255 [1] (based on)
  Submitted by:	Yasuhiro KIMURA [1]
  Sponsored by:	B3 Init (zeising)

Modified:
  head/devel/imake/Makefile
  head/devel/imake/files/patch-imake.c
  head/devel/imake/files/patch-imakemdep.h

Modified: head/devel/imake/Makefile
==============================================================================
--- head/devel/imake/Makefile	Wed Feb 27 12:06:57 2019	(r494048)
+++ head/devel/imake/Makefile	Wed Feb 27 12:55:18 2019	(r494049)
@@ -10,6 +10,9 @@ CATEGORIES=	devel
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Imake and other utilities from X.Org
 
+LICENSE=	MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	tradcpp:devel/tradcpp
 RUN_DEPENDS=	gccmakedep:devel/gccmakedep \
 		makedepend:devel/makedepend \

Modified: head/devel/imake/files/patch-imake.c
==============================================================================
--- head/devel/imake/files/patch-imake.c	Wed Feb 27 12:06:57 2019	(r494048)
+++ head/devel/imake/files/patch-imake.c	Wed Feb 27 12:55:18 2019	(r494049)
@@ -1,6 +1,6 @@
---- imake.c.orig	2013-07-23 06:53:04.000000000 +0200
-+++ imake.c	2013-08-31 14:57:48.000000000 +0200
-@@ -531,6 +531,14 @@
+--- imake.c.orig	2013-08-17 10:11:50 UTC
++++ imake.c
+@@ -531,6 +531,14 @@ init(void)
  				AddCppArg(p);
  			}
  	}
@@ -15,7 +15,7 @@
  	if ((p = getenv("IMAKECPP")))
  		cpp = p;
  	if ((p = getenv("IMAKEMAKE")))
-@@ -1142,29 +1150,17 @@
+@@ -1142,29 +1150,17 @@ get_binary_format(FILE *inFile)
    int mib[2];
    size_t len;
    int osrel = 0;

Modified: head/devel/imake/files/patch-imakemdep.h
==============================================================================
--- head/devel/imake/files/patch-imakemdep.h	Wed Feb 27 12:06:57 2019	(r494048)
+++ head/devel/imake/files/patch-imakemdep.h	Wed Feb 27 12:55:18 2019	(r494049)
@@ -1,6 +1,6 @@
---- ./imakemdep.h.orig	2012-03-08 06:47:32.000000000 +0100
-+++ ./imakemdep.h	2013-06-12 20:22:52.058999526 +0200
-@@ -380,7 +383,7 @@
+--- imakemdep.h.orig	2013-08-17 10:11:06 UTC
++++ imakemdep.h
+@@ -365,7 +365,7 @@ const char *cpp_argv[ARGUMENTS] = {
      defined(__GNUC__) || defined(__GLIBC__)
  #    ifdef __i386__
  	"-D__i386__",


More information about the svn-ports-all mailing list