summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Uncomment a line that wasn't supposed to be commented. ThisChris Piazza1999-08-291-2/+2
| | | | | | | | | broke package building. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=21102
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21098
* mastersite movedMichael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21055
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Pass ${LOCALBASE}/(lib,include) as CPPFLAGS/LDFLAGS so installingChris Piazza1999-08-254-12/+12
| | | | | | | | | into another prefix will find libjpeg. Most (if not all) of the kde ports will similarly have to be changed. Notes: svn path=/head/; revision=20943
* Add xpm background and transparency support by defaultChris Piazza1999-08-243-6/+15
| | | | | | | Requested by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=20917
* Add support for utmp in rxvt. All the user has to doChris Piazza1999-08-234-6/+26
| | | | | | | | | is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet Notes: svn path=/head/; revision=20903
* grep -> ${GREP}Michael Haro1999-08-234-8/+8
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-223-7/+7
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Update to version 1.3, add a missing MAINTAINER line, andChris Piazza1999-08-223-7/+11
| | | | | | | | | add a WWW: line in DESCR Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=20893
* chmod -> ${CHMOD}Michael Haro1999-08-224-12/+12
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* New GNOME metaport to match recent updates. Note libglade andSteve Price1999-08-222-10/+12
| | | | | | | | | | | gnumeric have been disabled due to problems with libtool and the libglade port. PR: 12781 (19 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20876
* Update to version 1.0.9.Steve Price1999-08-224-6/+26
| | | | | | | | PR: 12781 (8 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20864
* Update to version 1.0.14.Steve Price1999-08-2233-216/+312
| | | | | | | | PR: 12781 (4 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20860
* Activate xtermsetChris Piazza1999-08-211-1/+2
| | | | Notes: svn path=/head/; revision=20853
* Import of xtermset.Chris Piazza1999-08-215-0/+30
| | | | | | | | | | | xtermset allows you to dynamically change some of xterm's display settings easily. PR: 13288 Submitted by: Dominik Rothert <dr@domix.de> Notes: svn path=/head/; revision=20852
* Update to version 2.6.1Chris Piazza1999-08-186-30/+21
| | | | | | | | PR: 13204 Submitted by: maintainer Notes: svn path=/head/; revision=20789
* Moved gyrosscope from www to x11.Jim Mock1999-08-186-0/+56
| | | | Notes: svn path=/head/; revision=20772
* Remove from www category and put into x11 category.Jim Mock1999-08-181-1/+2
| | | | Notes: svn path=/head/; revision=20771
* Updated my email addressJim Mock1999-08-144-20/+16
| | | | Notes: svn path=/head/; revision=20713
* Link the greeting code in statically like we do on the i386 so that xdmSteve Price1999-08-025-4/+33
| | | | | | | | | will work again on FreeBSD/Alpha. Reviewed by: gallatin Notes: svn path=/head/; revision=20478
* Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minorSteve Price1999-07-2713-8/+5497
| | | | | | | | | | tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer) Notes: svn path=/head/; revision=20365
* Remove trailing whitespace.Satoshi Asami1999-07-231-4/+4
| | | | Notes: svn path=/head/; revision=20326
* makefile's check for existance of DISPLAY only checked if the variableDaniel Baker1999-07-231-3/+4
| | | | | | | | was defined, and didn't not check the possibility of an empty DISPLAY, which was the cause of the packages building error. Notes: svn path=/head/; revision=20323
* makefile's check for existance of DISPLAY only checked if the variableDaniel Baker1999-07-231-5/+4
| | | | | | | | was defined, and didn't not check the possibility of an empty DISPLAY, which was the cause of the packages build error. Notes: svn path=/head/; revision=20322
* Use ${OSVERSION} instead of uname.Satoshi Asami1999-07-208-8/+12
| | | | Notes: svn path=/head/; revision=20288
* Upgrade to 3.3.4Jean-Marc Zucconi1999-07-2018-141/+175
| | | | Notes: svn path=/head/; revision=20286
* Properly check for gtk version.Justin M. Seger1999-07-194-7/+17
| | | | | | | | | | Submitted by: grog PR: ports/12542 and upgrade to xscreensaver-3.17 Notes: svn path=/head/; revision=20273
* Cleanup some more WWW (occasionally fixing-up the DESCR in general too).Tim Vanderhoek1999-07-175-14/+13
| | | | Notes: svn path=/head/; revision=20250
* One line patch to make kdm work on FreeBSD/alpha.Stefan Eßer1999-07-111-0/+10
| | | | | | | Submitted by: dfr Notes: svn path=/head/; revision=20158
* Verbosify error message received when not building when running X.David E. O'Brien1999-07-061-2/+2
| | | | Notes: svn path=/head/; revision=20092
* The return type of time(3) is time_t.Steve Price1999-07-051-0/+11
| | | | Notes: svn path=/head/; revision=20082
* Make this build on the Alpha too.Steve Price1999-07-041-2/+14
| | | | Notes: svn path=/head/; revision=20050
* Add request to commiter to update the `rlock' port when this port isDavid E. O'Brien1999-07-033-3/+15
| | | | | | | updated. `rclock' uses the same distfile and is a very easy port to update. Notes: svn path=/head/; revision=19972
* Activate xmx.Chris Piazza1999-06-281-1/+2
| | | | Notes: svn path=/head/; revision=19888
* Xmx: an X protocol multiplexor. It is a standalone utility forChris Piazza1999-06-286-0/+166
| | | | | | | | | | | displaying an X windows session on multiple displays. It was developed at Brown University and has been in use there since 1988. PR: 12294 Submitted by: Oliver Breuninger <ob@seicom.NET> Notes: svn path=/head/; revision=19887
* New ports/{irc,java,x11-servers} categories, Step #2 - update old Makefiles.Bill Fumerola1999-06-281-32/+1
| | | | Notes: svn path=/head/; revision=19851
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* Upgrade to xscreensaver-3.16Justin M. Seger1999-06-273-6/+10
| | | | Notes: svn path=/head/; revision=19831
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2645-45/+45
| | | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=19804
* Upgrade to 4.14.Thomas Gellekum1999-06-242-4/+4
| | | | Notes: svn path=/head/; revision=19745
* Assign MAINTAINERship to submitter.Matthew Hunt1999-06-223-6/+6
| | | | | | | | PR: 12353, 12354 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=19698
* Import true contents of repo.copied kde11*-i18n ports.SADA Kenji1999-06-221-1/+2
| | | | | | | Submitted by: Ryuichiro Imura <imura@cs.titech.ac.jp> Notes: svn path=/head/; revision=19695
* Change all permutations in capitalization of "asami@freebsd.org" toSatoshi Asami1999-06-214-8/+8
| | | | | | | "asami@FreeBSD.org". Notes: svn path=/head/; revision=19609
* Change my email address to FreeBSD.org.Chris Piazza1999-06-192-7/+3
| | | | | | | | Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc). Notes: svn path=/head/; revision=19556
* Fix the wterm build. It didn't have a -I${LOCALBASE}/include which wasMichael Haro1999-06-181-3/+4
| | | | | | | | | | | needed for libPropList. Add a few more --with's to be more like the aterm port. PR: 12236 Submitted by: maintainer Notes: svn path=/head/; revision=19541
* Add ${PREFIX}/share/Eterm/bg/{scale,tile} to seach paths in themes/*/MAINSatoshi Taoka1999-06-161-0/+66
| | | | | | | Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=19493
* The xforms ports is no longer an i386-only port.Steve Price1999-06-081-4/+1
| | | | Notes: svn path=/head/; revision=19323
* Update to version 2.6.0.Steve Price1999-06-0814-67/+67
| | | | | | | | PR: 12087 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19321