Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use @exec/@unexec pairs for symlinks to directories. This should fix | Jean-Marc Zucconi | 1999-09-21 | 1 | -2/+4 |
| | | | | errors with pkg_delete. | ||||
* | Add support for tk8.2 | Justin M. Seger | 1999-09-07 | 1 | -1/+6 |
| | | | | Approved by: jmz | ||||
* | Remove an extra blank line that I introduced a couple of revs ago. | Steve Price | 1999-09-06 | 1 | -1/+0 |
| | |||||
* | Restore patches from rev. 1.18: add shlib minors to libraries with minors != 0 | Jean-Marc Zucconi | 1999-09-02 | 1 | -6/+6 |
| | | | | (necessary for FreeBSD 2.2.x) | ||||
* | Upgrade to 3.3.5 | Jean-Marc Zucconi | 1999-09-02 | 1 | -2/+7 |
| | | | | Allow compilation of XF86Setup with tcl/tk 8.1 | ||||
* | Upgrade to 3.3.5 | Jean-Marc Zucconi | 1999-09-02 | 2 | -11/+11 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | grep -> ${GREP} | Michael Haro | 1999-08-23 | 1 | -2/+2 |
| | | | | | true -> ${TRUE} false -> ${FALSE} | ||||
* | Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minor | Steve Price | 1999-07-27 | 2 | -2/+29 |
| | | | | | | | tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer) | ||||
* | Use ${OSVERSION} instead of uname. | Satoshi Asami | 1999-07-20 | 2 | -2/+3 |
| | |||||
* | Upgrade to 3.3.4 | Jean-Marc Zucconi | 1999-07-20 | 4 | -32/+36 |
| | |||||
* | Updated checksum. | Satoshi Asami | 1999-05-30 | 1 | -1/+1 |
| | | | | | PR: 11924 Submitted by: taguchi@tohoku.iij.ad.jp | ||||
* | Add WWW: | Michael Haro | 1999-05-03 | 1 | -0/+2 |
| | |||||
* | Back out two patches that were not intended for commit. | Satoshi Asami | 1999-03-19 | 2 | -5/+2 |
| | |||||
* | Fix to make ports work with bsd.port.mk rev. 1.306. | Satoshi Asami | 1999-03-08 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | ${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. :) | ||||
* | Fix up MASTER_SITES: | Bill Fenner | 1999-01-27 | 1 | -5/+5 |
| | | | | | ftp.ibp.fr (no such host) -> ftp.lip6.fr ftp.uni-stuttgart.de (broken symlink) -> ftp.cs.tu-berlin.de | ||||
* | Upgrade to 3.3.3.1 | Jean-Marc Zucconi | 1999-01-11 | 2 | -2/+10 |
| | | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> | ||||
* | Add missing drivers: s3_virge, newmmio mmio_928 s3_generic, | Jean-Marc Zucconi | 1998-12-18 | 1 | -2/+7 |
| | | | | | | neo cyrix rendition p9x00 spc8110 PR: ports/9114 | ||||
* | Restore shlib minors != 0. | Satoshi Asami | 1998-11-24 | 1 | -6/+6 |
| | |||||
* | Typo (was making libX11.so symlink in two places). | Satoshi Asami | 1998-11-24 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.3.3 | Jean-Marc Zucconi | 1998-11-23 | 4 | -64/+96 |
| | |||||
* | Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change | Satoshi Asami | 1998-11-14 | 1 | -17/+20 |
| | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. | ||||
* | Add support for pc98 machines | Jean-Marc Zucconi | 1998-10-27 | 1 | -10/+38 |
| | | | | | PR: ports/8230 Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp> | ||||
* | Add support for pc98 machines | Jean-Marc Zucconi | 1998-10-27 | 1 | -1/+5 |
| | | | | | | PR: ports/8230 Reviewed by: jmz Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp> | ||||
* | Fixes for Krb4. | Mark Murray | 1998-09-23 | 1 | -8/+16 |
| | | | | Reviewed by: Steve Price <sprice@hiwaay.net> | ||||
* | Make lib*.so links in a.out case. | Satoshi Asami | 1998-09-22 | 1 | -1/+15 |
| | |||||
* | Convert to ELF. These changes are based on a recent thread | Steve Price | 1998-09-21 | 3 | -5/+25 |
| | | | | | | | | | | | 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. | ||||
* | Add checksum for 3.3.2-patch3 | Jean-Marc Zucconi | 1998-08-06 | 1 | -0/+1 |
| | |||||
* | Add 3.3.2-patch3 to PATCHFILES. | Jean-Marc Zucconi | 1998-08-05 | 1 | -2/+2 |
| | |||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | Satoshi Asami | 1998-08-05 | 1 | -2/+4 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.x | Jean-Marc Zucconi | 1998-07-27 | 1 | -2/+3 |
| | | | | feature. | ||||
* | Upgrade to XFree86 3.3.2p2. | Chris Timmons | 1998-07-03 | 1 | -0/+1 |
| | | | | (sorry, I should hav batched these commits together better...) | ||||
* | Upgrade to XFree86 3.3.2p2. If you have tcl/tk 8.0 on your system and | Chris Timmons | 1998-07-03 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the | Jean-Marc Zucconi | 1998-05-05 | 2 | -1/+10 |
| | | | | | | | | | | | | 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. | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | Thomas Gellekum | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Don't try to untar Wraphelp.c if USA_RESIDENT=NO | Jean-Marc Zucconi | 1998-04-03 | 1 | -1/+2 |
| | |||||
* | Enable all sorts of useful security features: | Mark Murray | 1998-03-19 | 3 | -20/+102 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Built XF86Setup only if tk4.2/tcl7.6 is there. Other versions do not seem to | Jean-Marc Zucconi | 1998-03-15 | 1 | -3/+4 |
| | | | | work. | ||||
* | Add a few files. | Jean-Marc Zucconi | 1998-03-09 | 1 | -0/+40 |
| | |||||
* | Upgrade to version 3.3.2. | Jean-Marc Zucconi | 1998-03-08 | 3 | -22/+32 |
| | |||||
* | Add NO_PACKAGE, we're not going to distribute packages for this as long as | Satoshi Asami | 1997-12-04 | 1 | -1/+2 |
| | | | | XFree86 is also doing so. | ||||
* | Correctly put version info in tcl/tk libraries and header directories. | Satoshi Asami | 1997-11-10 | 1 | -5/+13 |
| | | | | | | | | 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 | ||||
* | Run ldconfig on shared libraries. | Satoshi Asami | 1997-11-10 | 1 | -0/+1 |
| | |||||
* | Adjust directory in MASTER_SITES. | Jean-Marc Zucconi | 1997-08-23 | 1 | -6/+6 |
| | |||||
* | Upgrade to version 3.3.1 | Jean-Marc Zucconi | 1997-08-23 | 2 | -6/+8 |
| | |||||
* | ldconfig -> ${LDCONFIG}. | Masafumi Max NAKANE | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | This is not necessary anymore, as all directories are pre-created by | Satoshi Asami | 1997-07-14 | 1 | -5/+1 |
| | | | | mtree (BSD.x11.dist). | ||||
* | /bin/sh -> ${SH} | Masafumi Max NAKANE | 1997-07-13 | 1 | -2/+2 |
| | |||||
* | Add another informative message: the VGA16 server is required when using | Jean-Marc Zucconi | 1997-06-18 | 1 | -0/+4 |
| | | | | XF86Setup to set the initial configuration. |