summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gnomeprint shlib bumpAde Lovett2000-03-283-3/+3
| | | | Notes: svn path=/head/; revision=27095
* Add X symlink and file it points to (XF86_SVGA), some ports want to see ifSatoshi Asami2000-03-271-0/+2
| | | | | | | | | the X server is there by doing a "test -f". Requested by: imura Notes: svn path=/head/; revision=27087
* Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.Will Andrews2000-03-2717-70/+42
| | | | | | | | | | I'll take care of other ports depending on this pending maint approval. Changes: 1) Update rxvt website URL (badly needed). 2) Remove pkg/PLIST - Makefile inconsistency regarding chmod. Notes: svn path=/head/; revision=27077
* Back out USE_LIBTOOL. This thing isn't working. I'll have to do some moreWill Andrews2000-03-258-88/+60
| | | | | | | | | | work to ensure that LIBTOOL works properly next time I commit something to fix this. :-( Hopefully this will stop all the complaints that have flooded my mailbox. Notes: svn path=/head/; revision=27048
* Fix incomplete PLIST.R. Imura2000-03-251-0/+1
| | | | Notes: svn path=/head/; revision=27044
* Add share/applnk/NetworkR. Imura2000-03-258-4/+20
| | | | Notes: svn path=/head/; revision=27043
* Doing KDE style mtree in kdelibs.R. Imura2000-03-2521-259/+1272
| | | | | | | OK'd by: will Notes: svn path=/head/; revision=27037
* Whoops, forgot to re-add libkdecore.la to PLIST per previous MakefileWill Andrews2000-03-244-0/+4
| | | | | | | commit. I hope this doesn't break USE_LIBTOOL. Same pretense as said commit. Notes: svn path=/head/; revision=27024
* Ldconfig would fail unless PREFIX/lib/aout dir exists.SADA Kenji2000-03-241-0/+1
| | | | | | | | PR: ports/17574 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=27018
* Update to 1.0.57 (more bugfixes)Ade Lovett2000-03-2412-39/+39
| | | | Notes: svn path=/head/; revision=27008
* Compile the mouse driver even if the user choose to not build the serversJean-Marc Zucconi2000-03-243-6/+3
| | | | | | | with extended input devices. Otherwise the build will fail. Notes: svn path=/head/; revision=27004
* Emergency add ${PREFIX}/lib/libkdecore.la so kde ports install properly.Will Andrews2000-03-234-0/+4
| | | | | | | | | | | Once we have had time to discuss whether this is the best method to solve the broken configure behavior on most KDE ports, we will decide whether to keep this commit or not. Complained about by: scrappy Notes: svn path=/head/; revision=26992
* Fix kdelibs11 port so it builds on 5.0-CURRENT.Will Andrews2000-03-2312-392/+360
| | | | | | | | | | | | | | Change MAINTAINER to myself. Clean up pkg/PLIST, fix some of the unexec rmdir's and change some of the @dirrm's to unexec rmdir. Add USE_LIBTOOL + remove pkg/PLIST *.la. Actually add WWW: to pkg/DESCR. Reported by: asami Approved by: asami Notes: svn path=/head/; revision=26974
* <machine/param.h> -> <sys/param.h>Satoshi Asami2000-03-226-6/+6
| | | | Notes: svn path=/head/; revision=26967
* Remove support for building on a.out systems.Jean-Marc Zucconi2000-03-223-69/+0
| | | | Notes: svn path=/head/; revision=26965
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-223-3/+3
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* libglade shared library version bumpAde Lovett2000-03-212-2/+2
| | | | Notes: svn path=/head/; revision=26919
* remove extra : in MASTER_SITESMichael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26913
* Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgradeJustin M. Seger2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26874
* Rename zh_TW.big5 to zh_TW.Big5,Vanilla I. Shu2000-03-207-6/+920
| | | | | | | add some encoding map of Big5. Notes: svn path=/head/; revision=26832
* Re-enable PAM support, problems are fixed.Chris Piazza2000-03-191-0/+10
| | | | Notes: svn path=/head/; revision=26807
* Use /etc/pam.conf instead of /etc/pam.d/ (doesn't change pam.conf)Chris Piazza2000-03-191-0/+11
| | | | | | | | | Remove patch-an which was a security hole and isn't needed any more Submitted by: ume Notes: svn path=/head/; revision=26806
* Fix compilation problems on FreeBSD 5.0-CURRENTJean-Marc Zucconi2000-03-192-4/+26
| | | | | | | Submitted by: ANAZAWA Akio <anazawa@hic-soft.co.jp> Notes: svn path=/head/; revision=26800
* Fix security hole. Packages are unaffected. The release tag willSatoshi Asami2000-03-161-10/+0
| | | | | | | | | be rolled forward. Submitted by: kris Notes: svn path=/head/; revision=26795
* xfree86.cdrom.com -> ftp.freesoftware.comSatoshi Asami2000-03-135-6/+6
| | | | Notes: svn path=/head/; revision=26793
* Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!Satoshi Asami2000-03-133-3/+6
| | | | Notes: svn path=/head/; revision=26792
* Fix typo (by me) and add manpage.Satoshi Asami2000-03-123-3/+6
| | | | | | | Submitted by: jmz (maintainer) Notes: svn path=/head/; revision=26779
* Add mouse driver.Satoshi Asami2000-03-126-3/+6
| | | | | | | Submitted by: jmz (maintainer) Notes: svn path=/head/; revision=26778
* Enable warning message with compat22 libs for package users.SADA Kenji2000-03-112-3/+4
| | | | | | | | | | Maintainer admitted this on ports-ML. (message-id: <20000309102434.P54218@shale.csir.co.za>) # Sorry Jeremy, the tree would be frozen soon. Notes: svn path=/head/; revision=26763
* - Remove obsolete sites from MASTER_SITESChris D. Faulhaber2000-03-111-4/+4
| | | | | | | | | | - Add MAINTAINER line PR: 17285 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26748
* (forgot to cvs add this file -- should have been committed with patch-bj)Satoshi Asami2000-03-113-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | Fix build error on extremely new -current caused by this: === src/sys/sys/socket.h: ---------------------------- revision 1.38 date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13 CMSG_XXX macros alignment fixes to follow RFC2292. Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun --------------------------- === Basically you need to include <machine/param.h> before <signal.h>. Problem diagnosed by: Ade Lovett <ade@FreeBSD.org> Notes: svn path=/head/; revision=26734
* Fix build error on extremely new -current caused by this:Satoshi Asami2000-03-113-0/+30
| | | | | | | | | | | | | | | | | | | | | | | === src/sys/sys/socket.h: ---------------------------- revision 1.38 date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13 CMSG_XXX macros alignment fixes to follow RFC2292. Approved by: jkh Submitted by: Partly from tech@openbsd Reviewed by: itojun --------------------------- === Basically you need to include <machine/param.h> before <signal.h>. Problem diagnosed by: Ade Lovett <ade@FreeBSD.org> Notes: svn path=/head/; revision=26733
* Activate XFree86-4Jean-Marc Zucconi2000-03-111-0/+1
| | | | Notes: svn path=/head/; revision=26728
* Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (andJean-Marc Zucconi2000-03-1137-4352/+3853
| | | | | | | | hence no corresponding PLISTs). Use at your own risk :-) Notes: svn path=/head/; revision=26727
* x11/xsheep -> games/xsheepBill Fumerola2000-03-101-1/+0
| | | | | | | Requested by: The Wraith Notes: svn path=/head/; revision=26723
* Include libXThrStub.so on the Alpha package version.Jordan K. Hubbard2000-03-092-0/+4
| | | | Notes: svn path=/head/; revision=26694
* Update port to 1.20Chris D. Faulhaber2000-03-084-35/+35
| | | | | | | | PR: 17252 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26668
* Remove nkazushi@highway.or.jp as MAINTAINER; mail has been bouncing forBill Fenner2000-03-071-2/+0
| | | | | | | 2 months. Notes: svn path=/head/; revision=26626
* Add PAM support to wdm.Thomas Gellekum2000-03-073-3/+41
| | | | | | | | Submitted by: ume Reviewed by: cpiazza Notes: svn path=/head/; revision=26612
* Mark this port as i386 only, and check for the presence of compat22.Jeremy Lea2000-03-072-0/+27
| | | | Notes: svn path=/head/; revision=26610
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsJeremy Lea2000-03-0712-15/+59
| | | | | | | | | | | port. Minor PLIST fixes. Approved by: maintainer Notes: svn path=/head/; revision=26601
* Add XFree86-aoutlibs.Jeremy Lea2000-03-071-0/+1
| | | | Notes: svn path=/head/; revision=26600
* XFree86 3.3.3.1 a.out compatability libraries.Jeremy Lea2000-03-075-0/+52
| | | | Notes: svn path=/head/; revision=26599
* xsheep, a moronic little sheep that trundles around the X desktop walking alongBill Fumerola2000-03-071-0/+1
| | | | | | | | | the top of windows and falling of the edges among other mildly amusing antics. Dedicated to: Jordan "Love Ewe" Hubbard <jkh@FreeBSD.org> Notes: svn path=/head/; revision=26597
* - Fix MASTER_SITESJean-Marc Zucconi2000-03-031-11/+8
| | | | | | | | | | - Fix usage of PREFIX/X11BASE PR: ports/17171 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26514
* Minor tweaks so this will build again in -current.Steve Price2000-02-271-2/+44
| | | | Notes: svn path=/head/; revision=26357
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-2415-29/+29
| | | | Notes: svn path=/head/; revision=26244
* Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it fromSatoshi Asami2000-02-2418-128/+328
| | | | | | | | | the previous version. Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM> Notes: svn path=/head/; revision=26243
* Activated imwheel.John Baldwin2000-02-231-0/+1
| | | | Notes: svn path=/head/; revision=26223
* The imwheel port maps mouse button events to X keyboard events. ThisJohn Baldwin2000-02-2312-0/+217
| | | | | | | | can be used to use the wheel on mice such as the Microsoft IntelliMouse and the Logitech TrackMan+ in X. Notes: svn path=/head/; revision=26222