Maxim Sobolev
55a61bb102
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
...
directory.
2000-10-04 06:40:08 +00:00
Satoshi Asami
64f455eadb
Take out @dirrm of lib/modules/codeconv -- this directory exists in
...
BSD.x11-4.dist.
Submitted by: onigiri
2000-09-24 06:17:41 +00:00
Satoshi Asami
be643f0aaf
Don't install imake config files which will overwrite XFree86 versions
...
and will thus screw up XFree86 when you pkg_delete this port.
Submitted by: reg
2000-09-22 07:29:58 +00:00
Maxim Sobolev
ae43fe0112
Use MASTER_SITE_XFREE.
2000-09-21 08:46:02 +00:00
Satoshi Asami
d9fbf62bdc
Remove HTML manpages, this is done from bsd.port.mk now.
...
Approved by: maintainer
2000-09-13 10:54:21 +00:00
Satoshi Asami
945bc124d1
Don't leave the bin/X symlink dangling around if we can't find an
...
appropriate server to point to.
Submitted by: imura
Approved by: maintainer
2000-09-13 07:58:32 +00:00
Ade Lovett
6471b3d417
Add x2vnc, a program that merges the capabilities of x2x and
...
vncviewer, allowing X and VNC displays to be joined together.
2000-09-12 19:50:22 +00:00
Satoshi Asami
2e3b414a4c
Don't need to @dirrm lib/modules/codeconv, it's in the mtree file.
...
Submitted by: obento
2000-09-12 12:33:38 +00:00
Satoshi Asami
f26ed95970
MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=
...
to define a variable that is defined only once. Remove do-install
target which was doing "make install install.man" which is the default
anyway.
2000-09-08 10:43:39 +00:00
Satoshi Asami
7fdd5c3edc
Don't need to list html man pages, bsd.port.mk will do it automatically.
2000-09-08 10:42:26 +00:00
Satoshi Asami
60ff361805
Add x2x.
...
Submitted by: bento
2000-09-08 10:37:26 +00:00
Satoshi Asami
89ca7e1739
Add newline to end of file.
2000-09-08 10:36:49 +00:00
Satoshi Asami
e9c8b285ce
Both of the below are
...
Submitted by: maintainer
(1) Respect CFLAGS when compiling shared libraries and servers.
(imake-4, XFree86-4-libraries)
Reported by: asami
(2) Do not redefine list of supported cards, and support architectures
other than i386 better.
(imake-4, XFree86-4-Server)
2000-09-07 00:03:49 +00:00
Satoshi Asami
3efa98060a
Add BUILD_DEPENDS to devel/imake-4 -- USE_X_PREFIX does not
...
imply the existence of xmkmf in XFree86-4.
2000-09-06 02:00:29 +00:00
Greg Lehey
43d4ec4076
Initial import of x2x.
...
Obtained from: David Chaiken <chaiken@pa.dec.com>
x2x allows the keyboard and mouse on one ("from") X display to be used
to control another ("to") X display. Since x2x uses the XTEST
extension, the "to" X display must support XTEST.
In the default interface, x2x puts a window on the "from" display.
This window is labeled with the name of the "to" display. Keystrokes
typed into this window go to the window on the "to" display that has
the input focus. Clicking on the x2x window causes the mouse on the
"from" display to control the cursor on the "to" display. Perform-
ing a subsequent multiple button click on the "to" display returns
control to the "from" display.
If the -east or -west options are specified on the command line, x2x
starts up with a different interface. When the mouse moves to the
(east or west) side of the default screen on the "from" display, the
cursor slides over to the "to" display. When the mouse returns to to
side of the "to" display that it entered, it slides back onto the
"from" display.
2000-09-03 08:06:08 +00:00
Satoshi Asami
da923f1dc1
Add missing manpages and html documents. (Hmm, duplicates....)
2000-08-25 22:29:40 +00:00
Satoshi Asami
a7c3e76c48
Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING).
...
Also change pre-fetch to pre-everything.
Reported by: freshports
2000-08-25 10:54:49 +00:00
Satoshi Asami
036dd8c105
Update to 4.0.1. Remove libraries from -clients. Try to extract
...
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
2000-08-25 10:35:22 +00:00
Satoshi Asami
7739e398c1
Add missing imake config files.
...
Submitted by: bento
2000-08-12 18:28:51 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Steve Price
dd9e75d1aa
From submitter:
...
xfstt core dumps at times, especially when trying to serve the
regular "Courier New" font (COUR.TTF). As a result, X clients
trying to set the font will hang, and killing the hung clients
brings down X.
The problem is that xfstt calls realloc(), through its #define
shrinkMem(), but neglects to adjust a pointer that used to
point to memory within the old block. A subsequent copying of
that pointer then merrily SIGSEGV's the code.
PR: 19716
Submitted by: Chan Tur Wei <twchan@singnet.com.sg>
2000-07-07 16:22:34 +00:00
Akinori MUSHA
c554962384
Update the base XFree86 to 3.3.6.
...
PR: ports/19372
Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
2000-06-22 13:19:33 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004
Second round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:12:51 +00:00
Satoshi Asami
68b9360ed0
Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrm
...
etc.) but I added five .o files to Server.
When we move to these ports as default, BSD.x11.dist will be changed so
we can get rid of all the @dirrm's.
Submitted by: bento
2000-06-09 20:49:12 +00:00
Satoshi Asami
0333b361af
Add x11-fonts as a secondary category -- this is a server, but it
...
deals with fonts.
2000-06-09 19:54:14 +00:00
Kris Kennaway
256c5e0c0f
Correct typo
...
Submitted by: asami
2000-06-09 08:35:01 +00:00
Kris Kennaway
29b550ae2e
Note the possible insecurity of this port.
2000-06-09 06:55:56 +00:00
Satoshi Asami
3103ffad6e
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)
2000-06-08 10:42:32 +00:00
Bill Fumerola
ccf4c430e0
ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.
2000-05-14 05:40:52 +00:00
Kris Kennaway
932a50a504
Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.
...
I've tried *multiple* times to talk to an XFree86 developer about the
problem, but they haven't deigned to respond to me.
2000-04-30 08:21:56 +00:00
Jean-Marc Zucconi
8e7574cc62
Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.
2000-04-16 03:30:37 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Chris Piazza
dc0a03c770
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 00:53:10 +00:00
Michael Haro
e2ebfe8fb8
use CXX instead of c++ and don't compile with -g
...
PR: 17564
Submitted by: mi@kot.ne.mediaone.net
2000-04-02 02:19:04 +00:00
Michael Haro
7b64fa3bd2
update to 1.1
...
PR: 17440
Submitted by: Maxim Sobolev <sobomax@altavista.net>
2000-03-31 21:40:26 +00:00
Jean-Marc Zucconi
b5d8bf9cc8
Compile the mouse driver even if the user choose to not build the servers
...
with extended input devices. Otherwise the build will fail.
2000-03-24 01:11:55 +00:00
Jean-Marc Zucconi
004bdf6c66
Remove support for building on a.out systems.
2000-03-22 21:56:13 +00:00
Vanilla I. Shu
2eeb510dee
Rename zh_TW.big5 to zh_TW.Big5,
...
add some encoding map of Big5.
2000-03-20 00:08:15 +00:00
Satoshi Asami
d722a55168
xfree86.cdrom.com -> ftp.freesoftware.com
2000-03-13 08:29:51 +00:00
Satoshi Asami
d16c6e06e2
Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!
2000-03-13 08:09:33 +00:00
Satoshi Asami
21f3a654ac
Fix typo (by me) and add manpage.
...
Submitted by: jmz (maintainer)
2000-03-12 04:21:24 +00:00
Satoshi Asami
5c6b186474
Add mouse driver.
...
Submitted by: jmz (maintainer)
2000-03-12 01:16:37 +00:00
Jean-Marc Zucconi
1ec0dc8225
Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (and
...
hence no corresponding PLISTs).
Use at your own risk :-)
2000-03-11 00:20:34 +00:00
Jeremy Lea
1cdfc9280d
Discourage the building of a.out libs in favour of the new XFree86-aoutlibs
...
port.
Minor PLIST fixes.
Approved by: maintainer
2000-03-07 06:44:47 +00:00
Jean-Marc Zucconi
c72e6d240a
Update the XFree86 3.3.6 port to:
...
- contain the released Rage128 patch (but unfortunately this does
not solve all problems with this card under FreeBSD)
- fix the release date "January 1999" --> "January 2000"
- make it possible to build a package
(PLIST problem: lib/X11/doc/BetaReport is not installed with 3.3.6)
PR: ports/16626
Submitted by: Udo Schweigert <ust@cert.siemens.de>
2000-02-10 15:51:05 +00:00
Jean-Marc Zucconi
639739304d
Enable building XF86Setup with tcl/tk 8.3
...
Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
2000-02-03 16:47:29 +00:00
Neil Blakey-Milner
bb3b484ab0
Previous MAINTAINER mail bouncing, new MAINTAINER requested it with
...
an update.
PR: 15315
Submitted by: R.I.Pienaar <rip@pinetec.co.za>
2000-01-18 07:43:02 +00:00
Jean-Marc Zucconi
8ae644c91b
When copying Wraphelp.c use tr -d '\r' instead of cp. Too many people
...
get it transfered in ASCII mode.
2000-01-17 16:58:46 +00:00
Jean-Marc Zucconi
be8e2b9ee3
Revert my previous commit. The problem is not with tcl/tk 8.2
2000-01-16 23:42:45 +00:00
Jean-Marc Zucconi
1b909c211d
Do not build XF86Setup with tcl/tk 8.2. It will not work.
2000-01-16 21:09:04 +00:00
Jean-Marc Zucconi
a276426c26
There is a new library: XThrStub
2000-01-13 14:14:25 +00:00
Jean-Marc Zucconi
3bf575c9d1
Disable the i860 driver. It does not compile.
2000-01-12 05:21:47 +00:00
Jean-Marc Zucconi
5f473f46bd
Upgrade to version 3.3.6
2000-01-12 03:50:04 +00:00
Jean-Marc Zucconi
8732158081
Upgrade to version 3.3.6 (threads support is already included)
2000-01-12 03:45:04 +00:00
Jean-Marc Zucconi
d55100ae21
Upgrade to version 3.3.6
2000-01-12 03:44:15 +00:00
Vanilla I. Shu
5dc8263b53
Pes a update patch for x11-servers/XttXF86srv-common.
...
(1) Xtt does not handle "host.def.local" file.
(2) Fix: xfs uninitialized variable.
(3) Fix: Big5 mapping probrem.
Submitted by: maintainer
Reviewed by: ports/15818
2000-01-02 08:29:22 +00:00
Satoshi Taoka
ef21966533
Added Xatm
1999-12-27 05:23:53 +00:00
Satoshi Taoka
9d43fc2764
1999-12-27 05:22:24 +00:00
Steve Price
ffdaa2330b
Update to version 1.0.
...
PR: 15315
Submitted by: R.I.Pienaar <rip@pinetec.co.za>
1999-12-25 02:26:51 +00:00
Mark Murray
9740f4f2a2
Remove the old KerberosIV stuff and PAM-ize.
...
OK'ed by: jmz
1999-12-24 16:42:18 +00:00
R. Imura
95156a736e
Update to X-TT 1.3
...
* update X-TT 1.2 to 1.3. This means many enhancements.
* include fix BROKEN BIG5 probrem (Thanks, Mr. Clive Lin)
* modify USE_SHARED_WRKSRC, This means more faster compile.
PR: 15388
Submitted by: Maintainer
1999-12-10 07:19:42 +00:00
Jean-Marc Zucconi
317951fdc1
Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tk
...
PR: ports/12851
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1999-12-05 21:41:59 +00:00
Jean-Marc Zucconi
a1529eb18f
Allow building XF86Setp with japanese tcl/tk
...
Submitted by: kiri@pis.toba-cmt.ac.jp
1999-11-29 17:55:38 +00:00
Justin M. Seger
3b6b5b88fc
Bump freetype's lib number
1999-11-25 03:41:57 +00:00
Jean-Marc Zucconi
b4ba96ca9f
Unbreak.
1999-11-24 23:08:06 +00:00
Jean-Marc Zucconi
9dfb5505ae
Unbreak for pre-gcc 2.95 systems
1999-11-23 04:49:34 +00:00
Bill Fumerola
fe67751509
Mark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrapped
...
around them, but they don't detect it (or we don't tell it what it wants to know.
1999-11-16 19:29:01 +00:00
Jean-Marc Zucconi
23b13f56ee
Add support for threads (use at your own risk)
...
Submitted by: Carlos A M dos Santos <casantos@inf.ufrgs.br>
1999-11-13 01:28:19 +00:00
David E. O'Brien
8e73fa4acd
Turn off NO_PACKAGE for the Alpha. XFree86 is not yet providing us bits
...
for that platform.
1999-11-12 22:09:06 +00:00
Steve Price
6a6905865a
Pickup some missing files in PLIST.
...
PR: 13677 (7 of 10)
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-11-01 01:54:10 +00:00
Jean-Marc Zucconi
4968974bde
Now that the port is no more marked broken, there is no need to include bsd.port.pre.mk
1999-10-10 17:25:15 +00:00
Marcel Moolenaar
888a76e81c
Unbreak for -current.
1999-10-10 15:53:36 +00:00
Jean-Marc Zucconi
4565441d20
Mark BROKEN for -current (signal.h)
1999-10-09 01:50:33 +00:00
Jean-Marc Zucconi
53d57b519c
Use @exec/@unexec pairs for symlinks to directories. This should fix
...
errors with pkg_delete.
1999-09-21 14:29:02 +00:00
Justin M. Seger
3e696bed1f
Add support for tk8.2
...
Approved by: jmz
1999-09-07 14:51:10 +00:00
Steve Price
d72c476d9c
Remove an extra blank line that I introduced a couple of revs ago.
1999-09-06 23:14:37 +00:00
Jean-Marc Zucconi
e00e3aa17e
Restore patches from rev. 1.18: add shlib minors to libraries with minors != 0
...
(necessary for FreeBSD 2.2.x)
1999-09-02 21:34:53 +00:00
Jean-Marc Zucconi
181cde1f81
Upgrade to 3.3.5
...
Allow compilation of XF86Setup with tcl/tk 8.1
1999-09-02 02:39:17 +00:00
Jean-Marc Zucconi
62a2e5119d
Upgrade to 3.3.5
1999-09-02 02:37:45 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408
$Id$ -> $FreeBSD$
1999-08-31 03:04:38 +00:00
Peter Wemm
e17439d50d
$Id$ -> $FreeBSD$
1999-08-31 02:51:23 +00:00
Michael Haro
535add65ac
grep -> ${GREP}
...
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Tim Vanderhoek
eb48f6f640
Re-enforce caps, no period. An "exceptions" file has been created
...
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Steve Price
3f9c2051b0
Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minor
...
tweaks to the PLIST to accomodate the recent upgrade to 3.3.4.
Submitted by: dfr
Reviewed by: jmz (maintainer)
1999-07-27 14:27:34 +00:00
Chris Piazza
41dbc3bbf5
Fix the xtt distribution master site and clean up some
...
portlint warnings.
PR: 12620
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer
1999-07-22 03:59:04 +00:00
Satoshi Asami
b1b67f1bd9
Use ${OSVERSION} instead of uname.
1999-07-20 23:42:31 +00:00
Jean-Marc Zucconi
cb65d977e7
Upgrade to 3.3.4
1999-07-20 22:15:05 +00:00
Tim Vanderhoek
3e7a040dae
Add WWW:. This one exceeds 80 chars in length. I'm not sure what (if any)
...
kinds of problems that might cause. The other x11/Xtt*/pkg/DESCR also
need to be fixed in the same way, but I'll wait and make sure that this
passes all the web mirrors and who-knows-what that may be trying to read
these DESCR files.
1999-07-17 20:56:14 +00:00
Bill Fumerola
b111804601
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
1999-06-28 02:24:57 +00:00
Satoshi Asami
431301cd62
New category x11-servers. Here's the charter:
...
X11 servers.
1999-06-26 22:28:29 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Hidetoshi Shimokawa
282d453635
Mark `only for i386'. These have i386 assembler code.
1999-06-13 07:17:42 +00:00
Satoshi Asami
4ea3dac242
Updated checksum.
...
PR: 11924
Submitted by: taguchi@tohoku.iij.ad.jp
1999-05-30 23:02:58 +00:00
SADA Kenji
8e87286505
Change Mr.Nakaji's Email address.
...
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1999-05-17 15:19:58 +00:00
Michael Haro
947d483dea
Add WWW:
1999-05-03 04:16:13 +00:00
Hidetoshi Shimokawa
62b6893b62
Alpha doesn't have JoystickSupport.
1999-04-29 12:20:53 +00:00
Hidetoshi Shimokawa
e2f531673c
Add 'ONLY_FOR_ARCHS=i386'.
...
NEC PC-98 is i386 architecture.
1999-04-13 03:16:08 +00:00
Satoshi Taoka
c5b90c2f7a
Updated to version 1.2.1
...
PR: ports/10814
Submitted by: maintainer
1999-04-02 08:28:58 +00:00
Satoshi Asami
6d6904fd24
Two more patches that were not intended for commit.
1999-03-19 22:38:55 +00:00
Satoshi Asami
580cb54f2a
Back out two patches that were not intended for commit.
1999-03-19 22:35:28 +00:00
Satoshi Asami
e244b8bccc
Fix to make ports work with bsd.port.mk rev. 1.306.
...
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
Bill Fenner
3d22513ff0
Fix up MASTER_SITES:
...
ftp.ibp.fr (no such host) -> ftp.lip6.fr
ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de
1999-01-27 18:32:15 +00:00
Vanilla I. Shu
2c50a7e851
Correct pkg/PLIST, maintainer forgot to add some entry.
1999-01-17 12:52:48 +00:00
Satoshi Asami
14d4b937c9
Oops, forgot to add this file. Please mention additions in PRs please!
1999-01-15 21:34:27 +00:00
Satoshi Asami
705b1d248d
Submitted by: maintainer
...
PR: 9513
following is a update patch for ${PORTSDIR}/x11/Xtt* ports.
(1) Now, We use XFree86 3.3.3.1 rather than 3.3.3.
(2) update to Xtt1.1pl05. It includes some Windowz encoding.
(3) more simple XttXF86srv-common/Makefile ;-)
1999-01-15 09:49:46 +00:00
Jean-Marc Zucconi
ea02db2840
Upgrade to 3.3.3.1
...
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1999-01-11 19:07:21 +00:00
SADA Kenji
d81492235d
Activate RUN_DEPENDS to mkttfdir.
...
Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
1999-01-04 20:42:33 +00:00
SADA Kenji
82c94f07c3
I've forgotton a file: host.def.XF86_3DLabs .
1999-01-03 18:53:05 +00:00
SADA Kenji
a42da94e5f
Fix for 3DLabs server's build.
...
Make keep once presented options "SHARE_WRKSRC".
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> (maintainer)
1999-01-03 18:49:58 +00:00
SADA Kenji
a1aa537ca3
A X True Type Server for 3DLabs Graphics Boards.
...
PR: ports/9242
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1999-01-02 19:18:40 +00:00
SADA Kenji
7b0c690b8a
Update to 1.1
...
PR: ports/9242
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1999-01-02 19:11:13 +00:00
Steve Price
8a3fd34186
Initial import of Xfstt version 0.9.10.
...
A TrueType font server for X11.
PR: 7883
Submitted by: Joe Abley <jabley@clear.co.nz>
1998-12-24 06:36:08 +00:00
Jean-Marc Zucconi
681415571c
Add missing drivers: s3_virge, newmmio mmio_928 s3_generic,
...
neo cyrix rendition p9x00 spc8110
PR: ports/9114
1998-12-18 23:56:02 +00:00
Justin M. Seger
2b585a1dd2
Use libttf.3 of the new freetype 1.2
1998-12-12 21:03:36 +00:00
Jun Kuriyama
b9c27a3642
portlint.
1998-12-05 06:16:22 +00:00
Jun Kuriyama
ff08258b94
A X True Type Server for X98 Graphics Cards.
...
PR: ports/8537
Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
1998-12-05 06:12:38 +00:00
Jun Kuriyama
2ef96d0f78
Add PC98 support.
...
PR: ports/8537
Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
1998-12-05 06:12:17 +00:00
Satoshi Asami
555a3ebe6c
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
...
that the port otherwise uses files from another port. (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
36704791d6
Restore shlib minors != 0.
1998-11-24 01:22:05 +00:00
Satoshi Asami
e51bbf690b
Typo (was making libX11.so symlink in two places).
1998-11-24 01:21:49 +00:00
Jean-Marc Zucconi
785dd8e388
Upgrade to 3.3.3
1998-11-23 21:52:21 +00:00
Satoshi Asami
96bc8048c3
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
...
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Jean-Marc Zucconi
9fd715f71e
Add support for pc98 machines
...
PR: ports/8230
Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
1998-10-27 04:14:08 +00:00
Jean-Marc Zucconi
1d56517c15
Add support for pc98 machines
...
PR: ports/8230
Reviewed by: jmz
Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp>
1998-10-27 04:12:44 +00:00
Steve Price
b932e2d3d2
Unbreak for ELF.
...
PR: 8390
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-10-22 00:25:57 +00:00
Justin M. Seger
5ec6724857
Mark BROKEN for ELF:
...
Creating package /usr/ports/packages/All/xtt-common-1.0.tgz
Registering depends: freetype-1.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/xtt-common-1.0.tgz'
tar: can't add file lib/modules/codeconv/BIG5.so : No such file or directory
tar: can't add file lib/modules/codeconv/GB2312.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_1.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_10.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_15.so : No such file or directory
tar: can't add file lib/modules/codeconv/ISO8859_2.so : No such file or director
1998-10-15 01:18:23 +00:00
Steve Price
50d947fe58
Update maintainer's Email address and update to version 1.0pl00.
...
PR: 8198
Submitted by: maintainer
1998-10-10 04:22:12 +00:00
Satoshi Asami
f20a1963a7
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
1998-10-08 23:52:03 +00:00
Mark Murray
b61094265a
Fixes for Krb4.
...
Reviewed by: Steve Price <sprice@hiwaay.net>
1998-09-23 05:50:41 +00:00
Satoshi Asami
9c13e1483f
Make lib*.so links in a.out case.
1998-09-22 06:08:34 +00:00
Satoshi Asami
5d9c9602fa
freetype (libttf) is now converted to ELF.
1998-09-21 08:41:46 +00:00
Steve Price
30f779debf
Convert to ELF. These changes are based on a recent thread
...
on the -current mailing list and at least partial credit goes
to the following people for this commit:
Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Ollivier Robert <roberto@keltia.freenix.fr>
NOTE: Kerberos support has been temporarily turned off until
someone can make it work.
1998-09-21 00:04:36 +00:00
Satoshi Asami
12541679f4
PR: 7794
...
Submitted by: maintainer
1. Xtt X True Type Server has been updated to 1.0.
Now it supports KOI-8 and many ISO-8859-* TrueType fonts.
2. Old version in ports-current has following probrems.
* All packages has same contents. this means all packages are broken.
* incorrect PKGNAME
* incorrect place for documents. it should be share/doc/. not lib/X11/doc/...
* incorrect spelling
1998-09-01 13:41:11 +00:00
Jun Kuriyama
2366494299
A X True Type Font Server.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:06:07 +00:00
Jun Kuriyama
6e89d01001
Common files for X True Type Servers.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:04:09 +00:00
Jun Kuriyama
c4c0a4c7fd
A X True Type Server for W32 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:02:47 +00:00
Jun Kuriyama
15f25e4daf
A X True Type Server for VGA16 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:01:45 +00:00
Jun Kuriyama
1b43ac602c
A X True Type Server for SVGA Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 15:00:37 +00:00
Jun Kuriyama
fe0f9e9138
A X True Type Server for S3V Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:58:52 +00:00
Jun Kuriyama
60c97dbb49
A X True Type Server for S3 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:57:30 +00:00
Jun Kuriyama
54576feb3c
A X True Type Server for P9000 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:55:36 +00:00
Jun Kuriyama
7b5806ba5f
A X True Type Server for Mono Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:53:44 +00:00
Jun Kuriyama
20ae5fe258
A X True Type Server for Mach8 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:51:11 +00:00
Jun Kuriyama
4cab73c649
A X True Type Server for Mach64 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:49:37 +00:00
Jun Kuriyama
28234d3969
A X True Type Server for Mach32 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:48:02 +00:00
Jun Kuriyama
f078e644aa
A X True Type Server for AGX Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:46:55 +00:00
Jun Kuriyama
015710cc07
A X True Type Server for 8514 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:45:19 +00:00
Jun Kuriyama
b6adc4a58a
A X True Type Server for I128 Graphics Boards.
...
PR: ports/7074 (partial)
Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
1998-08-11 14:43:35 +00:00
Jean-Marc Zucconi
4bcf821a29
Add checksum for 3.3.2-patch3
1998-08-06 02:10:26 +00:00
Jean-Marc Zucconi
782f96f60c
Add 3.3.2-patch3 to PATCHFILES.
1998-08-05 19:28:17 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jean-Marc Zucconi
d21e433e16
Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.x
...
feature.
1998-07-27 22:30:57 +00:00
Chris Timmons
2304664116
Upgrade to XFree86 3.3.2p2.
...
(sorry, I should hav batched these commits together better...)
1998-07-03 05:06:01 +00:00
Chris Timmons
3e2391fc5a
Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system and
...
haven't rebuilt it in a while, make sure libtcl80.a and libtk80.a
have been ranlib-ed, else your build of XFree86 will choke.
OK'd by jmz
1998-07-03 05:01:55 +00:00
Jean-Marc Zucconi
98c4b0923f
This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the
...
following problems:
- xterm utmp handling problem.
- exploitable buffer overflows in xterm related to the preeditType,
inputMethod and *Keymap resources.
- fix xterm's mishandling of the -vb command line option.
- fix an invisible cursor problem with xterm.
- exploitable buffer overflows in setuid programs using the Xaw library
which are related to the preeditType and inputMethod resources.
1998-05-05 21:47:31 +00:00
Thomas Gellekum
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Jean-Marc Zucconi
286082af6c
Don't try to untar Wraphelp.c if USA_RESIDENT=NO
1998-04-03 22:59:40 +00:00
Mark Murray
e9a799842c
Enable all sorts of useful security features:
...
o XDM-AUTHORIZATION-1 is more automated for the non-USA case.
o PST's KerberosIV patches are reinstated for XDM. This is NOT
a full-blown KerberosIV implementation for X - this will
just get you a TGT when you log in - THATS ALL!
o Enable compilation of SecureRPC. The use of SecureRPC at the
moment is frought with danger! I have no idea how safe or
good the implementation is. Enable at your own peril!! (Secure
RPC is only available for those folk using 3.0-Current).
Also allow XF86Setup to use TK-8.0.
OK'ed By: JMZ
1998-03-19 14:57:20 +00:00
Jean-Marc Zucconi
a3d7c75c63
Built XF86Setup only if tk4.2/tcl7.6 is there. Other versions do not seem to
...
work.
1998-03-15 23:48:16 +00:00
Jean-Marc Zucconi
e71018695b
Add a few files.
1998-03-09 02:48:02 +00:00
Jean-Marc Zucconi
0fd4c68036
Upgrade to version 3.3.2.
1998-03-08 17:14:39 +00:00
Satoshi Asami
11b9eb3187
Add NO_PACKAGE, we're not going to distribute packages for this as long as
...
XFree86 is also doing so.
1997-12-04 10:52:50 +00:00
Satoshi Asami
1f641d04d9
Correctly put version info in tcl/tk libraries and header directories.
...
Since tk-4.x ends at 4.2, remove check for tk-4.3 and tk-4.4. This
should at least make it work for 75/41 and 76/42. Others are
encouraged to add support for 80/80.
(fixes) PR: 4965
1997-11-10 11:42:18 +00:00
Satoshi Asami
3dc4a97646
Run ldconfig on shared libraries.
1997-11-10 11:34:45 +00:00
Jean-Marc Zucconi
6202216ad5
Adjust directory in MASTER_SITES.
1997-08-23 20:37:24 +00:00
Jean-Marc Zucconi
85de8bc6b5
Upgrade to version 3.3.1
1997-08-23 16:35:32 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Satoshi Asami
ef0e41d708
This is not necessary anymore, as all directories are pre-created by
...
mtree (BSD.x11.dist).
1997-07-14 06:36:30 +00:00
Masafumi Max NAKANE
75c141cc7d
/bin/sh -> ${SH}
1997-07-13 18:49:31 +00:00
Jean-Marc Zucconi
3bfc47f3b0
Add another informative message: the VGA16 server is required when using
...
XF86Setup to set the initial configuration.
1997-06-18 20:50:30 +00:00
Jean-Marc Zucconi
c2677d13ed
Force the compilation of the SVGA server in all cases: other servers share
...
files with this one (reported by ache).
Issue a warning about XFSetup if libtk is not found.
1997-06-13 14:14:50 +00:00
Jean-Marc Zucconi
36ea28dd22
Add a few fonts.
1997-06-10 17:37:30 +00:00
Jean-Marc Zucconi
ecfdb27cdf
One of the distfiles (the fonts distribution) was for version 3.2
1997-06-10 12:34:01 +00:00
Satoshi Asami
0760878d72
Sort the @dirrm lines again. Delete duplicate (guess how I found it).
1997-06-10 07:22:45 +00:00
Jean-Marc Zucconi
85ab8b73d3
'make package' is ok now.
1997-06-09 21:35:43 +00:00
Jean-Marc Zucconi
c4804f1ee1
Upgrade to 3.3
...
Package not tested - I will upgrade PLIST later.
1997-06-09 12:45:41 +00:00
Satoshi Asami
594c8d181d
Put distribution patches in a separate dir.
1997-02-06 07:53:04 +00:00
Jean-Marc Zucconi
292fcd1ee2
Add checksum for 3.2-fix-01
1997-02-05 02:58:08 +00:00
Jean-Marc Zucconi
ba46c27656
PATCH_DIST_STRIP=-p1 is required for fix-01
1997-02-05 02:57:10 +00:00
Jean-Marc Zucconi
4f4d441b7c
Fix a typo.
...
Submitted by: jhs
1997-02-02 17:26:29 +00:00
Jean-Marc Zucconi
5147895f53
There is a fix (3.2-fix-01) from XFree86.
...
I did not a make - this is untested!!
1997-02-02 17:25:14 +00:00
Satoshi Asami
f71311565c
Pre-create all necessary manpage and catpage directories.
1997-01-08 12:27:18 +00:00
Andrey A. Chernov
4311ac9af5
Quick hack of KOI8-R locale to make it work: add ISO8859-1:GR
...
also it is not true.
ISO8859-1:GR _always_ searched for pressed 8bit key independently of
locale information, so only ISO8859-1 locales really works.
Remove NO_PACKAGE, because XFree distributed package not have
this fixes.
1996-12-25 05:56:07 +00:00
Satoshi Asami
9c000628b1
Add NO_PACKAGE reason (package available from XFree86).
1996-12-07 12:51:19 +00:00
Satoshi Asami
4515213825
${DISTDIR} -> ${DISTDIR}/${DIST_SUBDIR} change.
...
Hinted by: obrien
1996-12-03 04:07:49 +00:00
Satoshi Asami
db879567ce
Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
...
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Jean-Marc Zucconi
128c0e64ff
Remove the suid bit of SuperProbe.
...
According to Marc Slemko (marcs@alive.ampr.ab.ca ) there are potential
security holes in SuperProbe and it is not going to be setuid in the
next release.
1996-11-25 02:29:26 +00:00
Satoshi Asami
c98748e6da
Finish what the previous revision intended to do, i.e., copy Wraphelp.c
...
from DISTDIR if found there, instead of looking for it in DISTDIR and
copying it from X11FIXES (which is no longer defined).
I guess it's impossible to test all cases for a port this size.
1996-11-16 10:35:10 +00:00
Jean-Marc Zucconi
b59156cd49
Look for Wraphelp.c in $DISTDIR
...
Compile XF86Setup only if the static library libtk4[1234].a is available
1996-11-10 20:55:14 +00:00
Peter Wemm
7b4a03a52b
Master site path for xfree86.cdrom.com was incorrect (of all places :-)
1996-11-10 12:06:47 +00:00
Jean-Marc Zucconi
add75feb1c
Try to detect if tk4.x is present in /usr/local so that XF86Setup can
...
be compiled.
1996-11-10 03:05:39 +00:00
Satoshi Asami
0801398fc6
Complete PLIST, as promised. Will also @dirrm everything except the
...
toplevel directories (bin, include, lib, man) and major second
levels ({include,lib}/X11, man/man[135]).
1996-11-09 13:02:53 +00:00
Satoshi Asami
df9a3920e7
Split out contrib part (is now x11/XFree86-contrib port). Make this
...
Makefile look like one for a regular port.
Full PLIST will follow later, I'm doing a recompile now.
Reviewed by: jmz
1996-11-09 02:08:56 +00:00
Satoshi Asami
439fe1d7cd
No version number in COMMENT please!
1996-11-08 07:21:00 +00:00
Jean-Marc Zucconi
2ce979f7da
Upgrade to version 3.2
1996-11-06 13:38:22 +00:00
Jean-Marc Zucconi
200cbf7553
Add missing entries.
...
Submitted by: jhs
1996-10-22 13:13:57 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
cd7238ada8
Add USE_X11 in Makefile, delete @cwd /usr/X11R6 from pkg/PLIST (this
...
one was ignored anyway).
Problem reported by: Karl Denninger <karl@mcs.net>
1996-09-10 23:10:47 +00:00
Jean-Marc Zucconi
2b944d930d
Fix a bug caused by a undefined variable in some cases.
...
Do not ask if Kerberos support is wanted when libkrb is not installed.
1996-07-19 14:41:40 +00:00
Jean-Marc Zucconi
ceb2ae2c92
Add fix-12, remove cfont312.tgz
1996-07-19 14:36:50 +00:00
Jean-Marc Zucconi
ddde3be717
Remove duplicate code, use DIST_SUBDIR to specify where files have to go,
...
merge Makefile and Makefile.ftp
Submitted by: asami
1996-07-19 14:35:11 +00:00
Andrey A. Chernov
4a0d52a6c7
Oops, forget to add an option to not build russian fonts
1996-03-22 11:49:28 +00:00
Andrey A. Chernov
5fb08b90f9
Remove obsoleted russian fonts
1996-03-21 23:01:08 +00:00
Andrey A. Chernov
7e2a27a5b1
Remove old version of cyrillic fonts
1996-03-21 21:18:29 +00:00
Jean-Marc Zucconi
f81a070792
The cpwh variable is not always defined and thus caused a syntax error
...
(if [ != NO ])
1996-03-09 16:22:04 +00:00
Jean-Marc Zucconi
237cd7524f
Assume X11_VIA_FTP=yes if one distribution file (xc-1.tar.gz) exists
...
closes PR ports/690
1996-02-15 00:53:15 +00:00
Andrey A. Chernov
aa08c362ce
1) Remove -fno-strength-reduce
...
2) Don't even ask for gnumalloc, because we have only fake one now
1996-02-12 23:50:44 +00:00
Jean-Marc Zucconi
66a5df3725
/usr/ports/distfiles -> ${DISTDIR}
...
Submitted by: jhs
1996-01-16 14:08:19 +00:00
Mark Murray
663e5de109
Move the physical copy of Wraphelp.c to after link-farm creation.
...
This fixes the build for CDROM owners.
Reviewed by: jmz
1995-11-23 14:28:52 +00:00
Paul Traina
6dec951efc
...just realized I was committing a binary file to CVS, ugh...redo uncompressed
1995-11-07 16:20:55 +00:00
Paul Traina
c568b5d285
Add optional support for enabling MIT's DES based authentication and
...
also rolled in Kerberos V4 support so xdm can aquire your tickets for you.
Approved by: jmz & asami
1995-11-07 16:17:03 +00:00
Paul Traina
dcc3adbef2
Update our port to XFree86-3.1.2-S, which has the security update from
...
the XFree86 group (which is their flavor of XC fix 13).
Reviewed by: jmz
1995-11-04 20:56:42 +00:00
Jean-Marc Zucconi
d8aefb3b5f
Version number is 3.1.2, not 3.1.1!!!
...
Submitted by: Julian H. Stacey
1995-10-10 14:42:36 +00:00
Satoshi Asami
d8a09e13e1
Add CATEGORIES=x11. If this is not in category x11, what else
...
can be?!? ;>
1995-10-06 22:11:25 +00:00
Jean-Marc Zucconi
5c93ea40ac
Add -fno-strength-reduce to compilation flags
...
Ask the user if he/she wants to use gnu malloc
1995-09-18 20:30:21 +00:00
Jean-Marc Zucconi
d426a2ade8
User input is now only required at the beginning of the script, patches
...
are done after the user configuration.
Check if all files are present before building from CDROM
1995-09-16 01:41:15 +00:00
Jean-Marc Zucconi
cc57cb6147
Added cyrillic font files. I have not checked if this file is still correct.
1995-09-16 01:34:43 +00:00
Jean-Marc Zucconi
42619eeb74
Upgrade to 3.1.2
1995-09-16 01:32:53 +00:00
Satoshi Asami
de05dc749f
Add "CATEGORIES=x11". Boy, was I surprised to find this baby in the
...
orphans dir!
1995-08-23 07:08:06 +00:00
Satoshi Asami
d530b271d9
Add
...
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Jean-Marc Zucconi
3ae6e278b5
Set DISTFILES so that the files will be checksum'ed (only with FTP build)
1995-06-17 01:29:06 +00:00
Jean-Marc Zucconi
9a3d3bdb87
Checksum
1995-06-17 01:26:06 +00:00
Jean-Marc Zucconi
4665c9e7e0
Bug fixes for compilation from the O'Reilly and Associates CDROM
...
Reviewed by: jmz
Submitted by: Mark Murray <mark@grondar.za>
1995-05-17 13:07:28 +00:00
Satoshi Asami
cdfb6bc8eb
Define NO_PACKAGE for now, we aren't building the package of this thing
...
yet. The user can define FORCE_PACKAGE if the package is really
desired.
1995-05-13 05:42:15 +00:00
Jean-Marc Zucconi
3e625a8f5f
Use 'do-install:' instead of 'install:'
...
Complain and fail if no build option is set.
1995-04-26 14:45:15 +00:00
Jean-Marc Zucconi
14e13212f9
Fix a typo
1995-04-22 22:40:06 +00:00
Jean-Marc Zucconi
0adc42bd27
Changes for the new bsd.port.mk
1995-04-22 22:39:30 +00:00
Jean-Marc Zucconi
8c3bf9b9e5
Add the MAINTAINER line.
1995-04-13 15:22:11 +00:00
Satoshi Asami
2327dcc513
Now the rest of the ports Makefiles....
1995-04-12 20:26:23 +00:00
Jean-Marc Zucconi
97a7300b6b
The tarballs at xtp.x.org have been updated to patchlevel 11. So there is
...
no need to patch the distribution when X11_VIA_FTP=yes
1995-03-26 12:13:17 +00:00
Jean-Marc Zucconi
43273d1197
Here is a patch for XFree86 to allow the proud owner of "The X Companion
...
CD for R6" from O'Reilly and Associates, Inc, to mount and compile X on
this CD. I have tried to create this patch in such a way that if any other
CD's come along, they can be kluged in too.
Submitted by: Mark Murray <mark@grondar.za>
1995-03-23 21:20:44 +00:00
Jean-Marc Zucconi
0c494b31d5
Correct a typo which caused the W32 server always to be installed
1995-02-20 22:14:46 +00:00
Jean-Marc Zucconi
450c6d609d
Makefiles have been simplified, and most of the work is now done in
...
configure. In particular patches are now done by the script.
The port is now interactive, (ask for servers to be build, if you want
to build fonts, etc) This time I have build it (successfully) from a cdrom.
1995-02-17 01:23:44 +00:00
Jean-Marc Zucconi
9370a1bb22
Upgrade to XFree86-3.1.1
1995-02-10 00:17:49 +00:00
Jean-Marc Zucconi
ba7ba17d96
removed a bad line in the script
1995-01-06 04:28:10 +00:00
Jean-Marc Zucconi
91c104263f
This is X11R6/XFree86 3.1
...
The actual makefile does nothing! You have to edit it and remove a
comment to build the beast.
Note: there are in fact 2 makefiles: one which fetches the files from
ftp.x.org and another which allows to compile from a cdrom.
Note2: I have not extensively tested the port! (only one build!)
1995-01-05 03:51:15 +00:00