summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-z01
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
commit3103ffad6eedf79f4856cd8255e7b7cca818ed00 (patch)
tree0df8d4e0aef5aac8409de46d8dd3785b2184a606 /x11/XFree86-4-libraries/files/patch-z01
parentUpdate to 1.1 version. Also make it respect CFLAGS while I'm here. (diff)
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z01')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z0136
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z01 b/x11/XFree86-4-libraries/files/patch-z01
new file mode 100644
index 000000000000..ddc4d6071064
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-z01
@@ -0,0 +1,36 @@
+--- Makefile.orig Sun Aug 15 22:19:32 1999
++++ Makefile Tue May 9 16:01:21 2000
+@@ -192,3 +192,33 @@
+ $(MAKE_CMD) $@
+ VerifyOS:
+ $(MAKE_CMD) $@
++
++#####
++FreeBSDPortsBuild:
++ @echo ""
++ @echo Building $(RELEASE) of the X Window System: $@ distribution
++ @echo ""
++ @date
++ @echo ""
++ cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean
++ $(MAKE) $(MFLAGS) Makefile.boot
++ $(MAKE_CMD) $(MFLAGS) VerifyOS
++ $(MAKE_CMD) $(MFLAGS) Makefiles
++ $(MAKE_CMD) $(MFLAGS) clean BOOTSTRAPSUBDIRS=
++ $(MAKE_CMD) $(MFLAGS) includes
++ $(MAKE_CMD) $(MFLAGS) depend
++ $(MAKE_CMD) $(MFLAGS) $(WORLDOPTS) $@
++ @echo ""
++ @date
++ @echo ""
++ @echo build of X Window System: $@ distribution complete.
++ @echo ""
++
++FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib:
++ $(MAKE_CMD) $@
++
++installXnest installXnest.man installXprt:
++ $(MAKE_CMD) $@
++
++installXvfb installXvfb.man:
++ $(MAKE_CMD) $@