summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix my previous commit. One can't use OSVERSION before including bsd.port.pre.mkJean-Marc Zucconi2000-11-091-4/+4
| | | | Notes: svn path=/head/; revision=34937
* Mark BROKEN for FreeBSD < 4.1. Compilation requires <sys/agpio.h> whichJean-Marc Zucconi2000-11-091-0/+4
| | | | | | | | does not exist. Furthermore `as' does not grok one assembly source (xc/lib/GL/mesa/src/X86/common_x86asm.S) Notes: svn path=/head/; revision=34933
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-072-5/+2
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* PORTREVISION=6Jean-Marc Zucconi2000-11-071-1/+1
| | | | Notes: svn path=/head/; revision=34863
* Fix for japanized tk.Jean-Marc Zucconi2000-11-071-2/+5
| | | | | | | | | Use ${PREFIX} instead of /usr/X11R6 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=34862
* Add missing links to directories and remove duplicate entries.Jean-Marc Zucconi2000-11-073-75/+4780
| | | | | | | | | | | Add a few @dirrm Move stuff relatine to /etc/X11 at the end of the file Add plist for PC98 architecture Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=34861
* Update to 1.2.3.1Ade Lovett2000-11-063-2/+4
| | | | Notes: svn path=/head/; revision=34859
* * Bump versionDoug Barton2000-11-052-5/+7
| | | | | | | | | | | * Fix master site * Tune up compile options PR: ports/22587 Submitted by: Dominik Rothert, <dr@astorit.com> (maintainer) Notes: svn path=/head/; revision=34818
* Increment PORTREVISION, because of the change to pkg-deinstall.Trevor Johnson2000-11-031-0/+1
| | | | Notes: svn path=/head/; revision=34790
* On deinstallation, do not apply an SUID bit to the X server, sinceTrevor Johnson2000-11-031-1/+0
| | | | | | | | neither the XFree86-4 nor XFree86-4-Server ports install privileged X servers any longer. Notes: svn path=/head/; revision=34789
* Update to 2.0.1, which fixes a segfault problem.Akinori MUSHA2000-11-035-9/+8
| | | | | | | Submitted by: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> Notes: svn path=/head/; revision=34762
* Fix crashes of 'XFree86-4 -configure' on systems with i810 videoJean-Marc Zucconi2000-11-032-1/+23
| | | | | | | | PR: ports/22386 Submitted by: Jay Krell <jay.krell@cornell.edu> Notes: svn path=/head/; revision=34757
* Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don'tSatoshi Asami2000-11-038-4/+140
| | | | | | | | | install server with setuid bit. Various fixed from XFree86-4 port. Submitted by: taguchi@tohoku.iij.ad.jp (XFree86-4-* maintainer) Notes: svn path=/head/; revision=34721
* Add patch to fix mount checking. Already in KDE bugs database.Will Andrews2000-11-021-0/+55
| | | | | | | | PR: 22551 Submitted by: nsayer Notes: svn path=/head/; revision=34688
* Add patch to fix konsole crashes. Has been submitted to the KDE team.Will Andrews2000-11-028-0/+88
| | | | | | | | PR: 22555 Submitted by: nsayer Notes: svn path=/head/; revision=34686
* Use binaries made available by kdegraphics2 + kdemultimedia2.Will Andrews2000-11-023-6/+6
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=34580
* Use a binary from kdeutils that exists.Will Andrews2000-11-013-3/+3
| | | | Notes: svn path=/head/; revision=34569
* Remove 8 files that aren't build on everyone's systems.Satoshi Asami2000-11-018-64/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34567
* Whitespace-only:Maxim Sobolev2000-11-011-3/+3
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Bump PORTREVISION as a result of my previous commit (sound fix).Maxim Sobolev2000-11-013-0/+3
| | | | | | | Reminded by: alex Notes: svn path=/head/; revision=34557
* Use USE_GNOME. I just wonder why this port escaped massive gnomeficationMaxim Sobolev2000-10-312-16/+10
| | | | | | | performed by reg. Notes: svn path=/head/; revision=34500
* Update MASTER_SITES and add NO_LATEST_LINK=yes to facilitate KDE2.Will Andrews2000-10-301-0/+1
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=34435
* Update MASTER_SITES to reflect reorganization of ${MASTER_SITE_KDE} sinceWill Andrews2000-10-302-2/+2
| | | | | | | | | they moved 1.1.2 into the attic to discourage use of it. Submitted by: Carl Johan Madestrand <cj@vallcom.net> Notes: svn path=/head/; revision=34432
* Add NO_LATEST_LINK=yes to facilitate use of KDE 2.0 instead of 1.1.2.Will Andrews2000-10-302-1/+2
| | | | | | | Submitted by: imura, steve Notes: svn path=/head/; revision=34431
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-2911-11/+11
| | | | | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> Notes: svn path=/head/; revision=34381
* Oops, forgot bsd.port.pre.mk/bsd.port.post.mk (the previous commit wasWill Andrews2000-10-293-3/+9
| | | | | | | | | obviously untested, sorry). Submitted by: FreshPorts (via Dan Langille <dan@langille.org>) Notes: svn path=/head/; revision=34378
* Take a shot at mentioning what kind of OpenSSL support we have, since KDE2Will Andrews2000-10-283-0/+39
| | | | | | | | | does not support OpenSSL <= 0.9.4. Also add USE_OPENSSL, to keep people who don't have it installed from using the port. Perhaps that should be a knob, in case people have some legitimate reason not to have OpenSSL. Notes: svn path=/head/; revision=34377
* Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-2811-19/+19
| | | | | | | | | XFree86 4.0.1. Submitted by: PW (thanks) Notes: svn path=/head/; revision=34376
* Fix KDE2 PLISTs and build for kdelibs.Will Andrews2000-10-2812-0/+205
| | | | Notes: svn path=/head/; revision=34375
* Install the X server without the SUID bit, remove the warning about theJean-Marc Zucconi2000-10-283-7/+18
| | | | | | | | | | possible insecurity of this, and inform users about the x11/wrapper port. PR: ports/22380 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=34374
* USE_IMLIBAlexander Langer2000-10-281-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34349
* This patch solves several problem to Korean users:Jean-Marc Zucconi2000-10-272-1/+11
| | | | | | | | | | | | | | - it enables XIM in Netscape 4.x correctly. - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in Netscape 4.x, without this patch, Netscape tries to use -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is not standard in Korea. - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}. Submitted by: CHOI Junho <cjh@kr.FreeBSD.org> Notes: svn path=/head/; revision=34317
* Back out previous commit. The path in the patch file is incorrect. I willJean-Marc Zucconi2000-10-272-11/+1
| | | | | | | fix it later. (never commit an untested patch, even a 1 line patch!) Notes: svn path=/head/; revision=34313
* This patch solves several problem to Korean users:Jean-Marc Zucconi2000-10-271-0/+10
| | | | | | | | | | | | | | - it enables XIM in Netscape 4.x correctly. - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in Netscape 4.x, without this patch, Netscape tries to use -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is not standard in Korea. - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}. Submitted by: CHOI Junho <cjh@kr.FreeBSD.org> Notes: svn path=/head/; revision=34312
* PORTREVISION=4Jean-Marc Zucconi2000-10-271-1/+1
| | | | Notes: svn path=/head/; revision=34311
* Create $PREFIX/share/applnk/Settings/Network with kdelibs11,R. Imura2000-10-273-3/+5
| | | | | | | for this directory is shared by kdebase11 and kdenetwork11. Notes: svn path=/head/; revision=34300
* Add PORTREVISION for PAM support.Satoshi Asami2000-10-261-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=34248
* Enable PAM support.Satoshi Asami2000-10-262-1/+36
| | | | | | | | Submitted by: Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br> Reviewed by: maintainer Notes: svn path=/head/; revision=34244
* Fix compilation problems in -currentJean-Marc Zucconi2000-10-251-0/+8
| | | | | | | Submitted by: marcel Notes: svn path=/head/; revision=34229
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-2536-1808/+4382
| | | | | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff. Notes: svn path=/head/; revision=34208
* Fix bugs introduced in last commit which had to effect to always defineJean-Marc Zucconi2000-10-251-14/+8
| | | | | | | | | | ForceNormalLib and HasSecureRPC Remove more "if [ $answ = YES ] ..." unnecessary tests. Ask for building with PAM support. It does not work for now: the #define HasPam is strangely ignored in xdm's Imakefile. Notes: svn path=/head/; revision=34206
* Update to 1.2.3Ade Lovett2000-10-2412-9/+267
| | | | Notes: svn path=/head/; revision=34193
* Update to 1.2.8Ade Lovett2000-10-2418-15/+18
| | | | Notes: svn path=/head/; revision=34192
* MoveR. Imura2000-10-241-1/+1
| | | | | | | | | | kdetoys11-i18n to kdetoys11 ja-kebook-i18n to ja-kebook becuase they are not i18n specific now. (repo-copied by asami) Notes: svn path=/head/; revision=34182
* Detach the WITH_I18N knob and always configure for the int'lizedAkinori MUSHA2000-10-231-15/+3
| | | | | | | version of Qt/KDE. Notes: svn path=/head/; revision=34148
* Make it PREFIX-safe.R. Imura2000-10-232-4/+22
| | | | | | | Submitted by: will Notes: svn path=/head/; revision=34142
* Remove ruby-[qt/kde]-i18n, because kde-i18n is no longer exist.R. Imura2000-10-231-1/+0
| | | | Notes: svn path=/head/; revision=34141
* Merge kde11-i18n into kde11, and remove my *-i18n ports.R. Imura2000-10-2316-126/+393
| | | | | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer) Notes: svn path=/head/; revision=34140
* Put the source for this into the port skeleton.Trevor Johnson2000-10-232-7/+315
| | | | | | | Obtained from: XFree86 3.3.6, with some minor changes by me Notes: svn path=/head/; revision=34137
* Fix entry for zh_TW.Big5 XLC_LOCALEJean-Marc Zucconi2000-10-231-0/+11
| | | | | | | | PR: ports/22207 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=34135