View | Details | Raw Unified | Return to bug 222695 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +10 lines)
Lines 8-17 Link Here
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
9
COMMENT=	Create dependencies in makefiles using 'gcc -M'
9
COMMENT=	Create dependencies in makefiles using 'gcc -M'
10
10
11
XORG_CAT=	util
11
LICENSE=			MITlegacy MITancient
12
LICENSE_COMB=			multi
13
LICENSE_NAME_MITlegacy=		Old version of MIT license
14
LICENSE_NAME_MITancient=	Very old version of MIT license
15
LICENSE_FILE_MITlegacy=		${FILESDIR}/LICENSE.MIT_LEGACY
16
LICENSE_FILE_MITancient=	${FILESDIR}/LICENSE.MIT_ANCIENT
17
LICENSE_PERMS_MITlegacy=	${_LICENSE_PERMS_DEFAULT}
18
LICENSE_PERMS_MITancient=	${_LICENSE_PERMS_DEFAULT}
12
19
13
BUILD_DEPENDS=	tradcpp:devel/tradcpp
20
BUILD_DEPENDS=	tradcpp:devel/tradcpp
14
21
22
XORG_CAT=	util
23
15
PLIST_FILES=	bin/gccmakedep man/man1/gccmakedep.1.gz
24
PLIST_FILES=	bin/gccmakedep man/man1/gccmakedep.1.gz
16
CONFIGURE_ENV+=	ac_cv_path_RAWCPP=tradcpp
25
CONFIGURE_ENV+=	ac_cv_path_RAWCPP=tradcpp
17
26
(-)files/LICENSE.MIT_ANCIENT (+21 lines)
Line 0 Link Here
1
(Following sentences are from configure.ac of gccmakedep-1.0.3.tar.bz2.)
2
3
Copyright 2005 Red Hat, Inc.
4
5
Permission to use, copy, modify, distribute, and sell this software and its
6
documentation for any purpose is hereby granted without fee, provided that
7
the above copyright notice appear in all copies and that both that
8
copyright notice and this permission notice appear in supporting
9
documentation, and that the name of Red Hat not be used in
10
advertising or publicity pertaining to distribution of the software without
11
specific, written prior permission.  Red Hat makes no
12
representations about the suitability of this software for any purpose.  It
13
is provided "as is" without express or implied warranty.
14
15
RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17
EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
PERFORMANCE OF THIS SOFTWARE.
(-)files/LICENSE.MIT_LEGACY (+27 lines)
Line 0 Link Here
1
(Following sentences are from install-sh of gccmakedep-1.0.3.tar.bz2.)
2
3
Copyright (C) 1994 X Consortium
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to
7
deal in the Software without restriction, including without limitation the
8
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
9
sell copies of the Software, and to permit persons to whom the Software is
10
furnished to do so, subject to the following conditions:
11
12
The above copyright notice and this permission notice shall be included in
13
all copies or substantial portions of the Software.
14
15
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
18
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
19
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
20
TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
Except as contained in this notice, the name of the X Consortium shall not
23
be used in advertising or otherwise to promote the sale, use or other deal-
24
ings in this Software without prior written authorization from the X Consor-
25
tium.
26
27
FSF changes to this file are in the public domain.

Return to bug 222695