mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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)
This commit is contained in:
parent
87fa32e3ca
commit
728d8d6de2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494049
@ -10,6 +10,9 @@ CATEGORIES= devel
|
||||
MAINTAINER= x11@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 \
|
||||
|
@ -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;
|
||||
|
@ -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__",
|
||||
|
Loading…
Reference in New Issue
Block a user