diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-12 22:49:05 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-12 22:49:05 +0000 |
commit | 91450ce20761370fdedac62763f221d4e53181b2 (patch) | |
tree | a7a56a3939be3ce687ed1d30fc9ec56e3bba6c4d /devel | |
parent | - Update to 1.0.1 (diff) |
- Change maintainership of this port to x11@, too.
- Install xttMod.tmpl, which may be used by XFree86-4-Server soon
- Use #!/usr/bin/env perl to increase chances of finding perl. Perl should be
unnecessarry once we get XFree86 4.4.0.
PR: ports/60005 (perl)
Submitted by: nik
Notes
Notes:
svn path=/head/; revision=95688
Diffstat (limited to 'devel')
-rw-r--r-- | devel/imake-4/Makefile | 4 | ||||
-rw-r--r-- | devel/imake-4/files/patch-cf-Imakefile | 12 | ||||
-rw-r--r-- | devel/imake-4/files/patch-mkhtmlindex.pl | 13 | ||||
-rw-r--r-- | devel/imake-4/pkg-plist | 1 |
4 files changed, 28 insertions, 2 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index 5c02cd3579dc..a7e896a090ad 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -7,13 +7,13 @@ PORTNAME= imake PORTVERSION= 4.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES= X430src-1.tgz X430src-3.tgz -MAINTAINER= anholt@freebsd.org +MAINTAINER= x11@FreeBSD.org COMMENT= Imake and other utilities from XFree86 PREFIX?= ${X11BASE} diff --git a/devel/imake-4/files/patch-cf-Imakefile b/devel/imake-4/files/patch-cf-Imakefile new file mode 100644 index 000000000000..a767e900338f --- /dev/null +++ b/devel/imake-4/files/patch-cf-Imakefile @@ -0,0 +1,12 @@ +--- cf/Imakefile.orig Sun Nov 9 01:41:04 2003 ++++ cf/Imakefile Sun Nov 9 01:41:05 2003 +@@ -77,7 +77,8 @@ + sunLib.tmpl \ + sv3Lib.tmpl \ + sv4Lib.tmpl \ +-xf86.tmpl ++xf86.tmpl \ ++xttMod.tmpl + + CFFILES = \ + Imake.cf \ diff --git a/devel/imake-4/files/patch-mkhtmlindex.pl b/devel/imake-4/files/patch-mkhtmlindex.pl new file mode 100644 index 000000000000..593a2e19d49a --- /dev/null +++ b/devel/imake-4/files/patch-mkhtmlindex.pl @@ -0,0 +1,13 @@ +Index: util/mkhtmlindex.pl +=================================================================== +RCS file: /home/ncvs/xfree/xc/config/util/mkhtmlindex.pl,v +retrieving revision 1.3 +diff -u -r1.3 mkhtmlindex.pl +--- util/mkhtmlindex.pl 18 Mar 2001 14:49:01 -0000 1.3 ++++ util/mkhtmlindex.pl 12 Dec 2003 22:19:08 -0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # $XFree86: xc/config/util/mkhtmlindex.pl,v 1.2 2001/03/15 19:02:31 dawes Exp $ + # diff --git a/devel/imake-4/pkg-plist b/devel/imake-4/pkg-plist index 1dede5a1bb0c..8a1608524fb4 100644 --- a/devel/imake-4/pkg-plist +++ b/devel/imake-4/pkg-plist @@ -118,6 +118,7 @@ lib/X11/config/xf86.rules lib/X11/config/xf86.tmpl lib/X11/config/xf86site.def lib/X11/config/xfree86.cf +lib/X11/config/xttMod.tmpl lib/X11/doc/html/ccmakedep.1.html lib/X11/doc/html/cleanlinks.1.html lib/X11/doc/html/gccmakedep.1.html |