summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.14. Maintainer hasn't touched this port since July. ;)Jordan K. Hubbard1998-12-194-42/+32
| | | | Notes: svn path=/head/; revision=15422
* Add missing drivers: s3_virge, newmmio mmio_928 s3_generic,Jean-Marc Zucconi1998-12-184-8/+28
| | | | | | | | | neo cyrix rendition p9x00 spc8110 PR: ports/9114 Notes: svn path=/head/; revision=15419
* Need to depend on gmake if we're going to use it.Satoshi Asami1998-12-143-3/+6
| | | | Notes: svn path=/head/; revision=15341
* Add SUBDIR += xcolorselSeiichirou Hiraoka1998-12-111-1/+2
| | | | Notes: svn path=/head/; revision=15282
* PR: ports/8888Seiichirou Hiraoka1998-12-116-0/+63
| | | | | | | | Submitted by: wayne@crb-web.com X utility to translate rgb values into X color names. Notes: svn path=/head/; revision=15281
* Fix for KOI8-R keyboard table (was replaced with 8859-5 one)Andrey A. Chernov1998-12-111-0/+12
| | | | | | | Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au> Notes: svn path=/head/; revision=15273
* Upgrade to 3.06.Justin M. Seger1998-12-104-15/+31
| | | | | | | | Partially submitted by: dom@phmit.demon.co.uk PR: 8835 Notes: svn path=/head/; revision=15245
* Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so itBill Fumerola1998-12-071-3/+1
| | | | | | | | | | works with ELF. Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured in May according to Fenner's survey. Notes: svn path=/head/; revision=15180
* Activate XttXF98srv-*.Jun Kuriyama1998-12-051-1/+15
| | | | Notes: svn path=/head/; revision=15121
* Unmark it broken. (Mark it unbroken?) Probably only occurs when libkrbSatoshi Asami1998-12-031-3/+1
| | | | | | | | | is present, or some such. Reminded by: kuriyama Notes: svn path=/head/; revision=15081
* Add dependency to xpm.Satoshi Asami1998-12-019-18/+27
| | | | Notes: svn path=/head/; revision=14973
* A few more USE_XLIBs.Satoshi Asami1998-11-283-6/+9
| | | | Notes: svn path=/head/; revision=14938
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-255-10/+10
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-258-74/+11
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Use the static libPropList.Thomas Gellekum1998-11-241-3/+3
| | | | Notes: svn path=/head/; revision=14869
* Restore shlib minors != 0.Satoshi Asami1998-11-244-24/+24
| | | | Notes: svn path=/head/; revision=14846
* Typo (was making libX11.so symlink in two places).Satoshi Asami1998-11-244-8/+8
| | | | Notes: svn path=/head/; revision=14845
* Upgrade to 3.3.3Jean-Marc Zucconi1998-11-2319-281/+433
| | | | Notes: svn path=/head/; revision=14839
* Add missing PLIST line, "lib/X11/app-defaults/XMascot"SADA Kenji1998-11-221-0/+1
| | | | Notes: svn path=/head/; revision=14773
* Fixup CATEGORIES list.Steve Price1998-11-212-4/+4
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14737
* Add SUBDIR+=xlogoutSeiichirou Hiraoka1998-11-211-1/+2
| | | | Notes: svn path=/head/; revision=14731
* PR: ports/8591Seiichirou Hiraoka1998-11-216-0/+39
| | | | | | | | Submitted by: naddy@mips.rhein-neckar.de Initial Import xlogout. Notes: svn path=/head/; revision=14730
* Add -lintl to gnome-config.Vanilla I. Shu1998-11-193-9/+78
| | | | Notes: svn path=/head/; revision=14683
* Move xfce from ports/x11 -> ports/x11-wmBill Fumerola1998-11-181-2/+1
| | | | | | | PR: ports/7806 Notes: svn path=/head/; revision=14653
* Remove BROKEN tag.Vanilla I. Shu1998-11-171-3/+1
| | | | Notes: svn path=/head/; revision=14609
* remove BROKEN tag.Vanilla I. Shu1998-11-173-9/+3
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=14608
* Changes Version RequiredSeiichirou Hiraoka1998-11-171-2/+2
| | | | Notes: svn path=/head/; revision=14606
* Update to 0.08Seiichirou Hiraoka1998-11-173-6/+13
| | | | Notes: svn path=/head/; revision=14605
* Move fonts from misc to local.Satoshi Asami1998-11-173-23/+45
| | | | Notes: svn path=/head/; revision=14587
* Delete unnecessary files.Jun Kuriyama1998-11-151-14/+0
| | | | | | | | Submitted by: nakaji@zeisei.dpri.kyoto-u.ac.jp (submitter of pc98 patch) Notes: svn path=/head/; revision=14531
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-148-112/+132
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Mark this port broken:Satoshi Asami1998-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | === cc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I../intl -I../intl -I/usr/X11R6/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk11 -I/usr/local/include/glib -O -pipe -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk11 -I/usr/X11R6/include -I/usr/local/include/glib -O -pipe -I/usr/X11R6/include -Wall -c property-background.c property-background.c: In function `background_read': property-background.c:874: warning: unused variable `bgColor' property-background.c: At top level: property-background.c:925: parse error before `GdkEventDropDataAvailable' property-background.c: In function `image_dnd_drop': property-background.c:928: `event' undeclared (first use this function) property-background.c:928: (Each undeclared identifier is reported only once property-background.c:928: for each function it appears in.) property-background.c: In function `connect_dnd': property-background.c:945: warning: implicit declaration of function `gtk_widget_dnd_drop_set' property-background.c: At top level: property-background.c:24: warning: `preview' defined but not used *** Error code 1 Stop. Notes: svn path=/head/; revision=14444
* Activate p5-mkttfdir.Jun Kuriyama1998-11-081-1/+2
| | | | Notes: svn path=/head/; revision=14407
* Remove leading/traling slash from MASTER_SITE_SUBDIRBill Fenner1998-11-071-2/+2
| | | | Notes: svn path=/head/; revision=14397
* Set this ports BROKEN, gtk rewrite dnd code.Vanilla I. Shu1998-11-023-3/+9
| | | | Notes: svn path=/head/; revision=14316
* Correct pkg/PLIST.Vanilla I. Shu1998-11-021-2/+2
| | | | Notes: svn path=/head/; revision=14315
* Fix three typos (gxsnmp.o -> gxsnmp.1, ggc -> ggv, do-install= -> do-install:).Satoshi Asami1998-10-302-8/+8
| | | | | | | Guys, it wouldn't hurt to TEST these things once in a while! ;) Notes: svn path=/head/; revision=14251
* Install two more files so "make package" works. Also, delete *.origSatoshi Asami1998-10-301-2/+6
| | | | | | | | files in post-patch so "make deinstall" doesn't complain about non-empty directories. Notes: svn path=/head/; revision=14248
* Activate gnome.Vanilla I. Shu1998-10-281-1/+2
| | | | Notes: svn path=/head/; revision=14236
* Import gnome, It's the meta-port for gnome-*Vanilla I. Shu1998-10-288-0/+78
| | | | Notes: svn path=/head/; revision=14235
* Upgrade to 0.8.7, add a patch for KANJI.Vanilla I. Shu1998-10-286-24/+34
| | | | | | | | PR: ports/8461 Submitted by: Nakai@technologist.com Notes: svn path=/head/; revision=14234
* Add support for pc98 machinesJean-Marc Zucconi1998-10-274-40/+152
| | | | | | | | PR: ports/8230 Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp> Notes: svn path=/head/; revision=14209
* Add support for pc98 machinesJean-Marc Zucconi1998-10-271-0/+2655
| | | | | | | PR: ports/8230 Notes: svn path=/head/; revision=14208
* Add support for pc98 machinesJean-Marc Zucconi1998-10-274-4/+20
| | | | | | | | | PR: ports/8230 Reviewed by: jmz Submitted by: NAKAJI Hiroyuki <nakaji@zeisei3.dpri.kyoto-u.ac.jp> Notes: svn path=/head/; revision=14207
* Add a patch for gnome_util_user_shll().Vanilla I. Shu1998-10-246-3/+42
| | | | Notes: svn path=/head/; revision=14167
* sgid kmem for libgtop.Vanilla I. Shu1998-10-231-1/+9
| | | | Notes: svn path=/head/; revision=14161
* Remove netload_applet & dialer_applet,Vanilla I. Shu1998-10-193-5/+311
| | | | | | | | | Add a FreeBSD spec code for cdplay_applet, could someone debug for this code?... I am not expect of programming.. :( Notes: svn path=/head/; revision=14071
* Unbreak. Submitted by: jmzJustin M. Seger1998-10-161-3/+2
| | | | Notes: svn path=/head/; revision=14038
* Mark BROKEN for ELF:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | cc -o xloadimage -O -DSYSV -DHAS_SELECT_INCLUDE -DHAS_JPEG -DHAS_TIFF -I/usr/X11R6/include -DSYSPATHFILE=\"/usr/X11R6/lib/X11/app-defaults/Xloadimage\" build.o new.o niff.o value.o zio.o cmuwmraster.o faces.o fbm.o gif.o imagetypes.o img.o mac.o mcidas.o mc_tables.o pbm.o pcx.o pdsuncomp.o rle.o rlelib.o sunraster.o vff.o vicar.o xbitmap.o xpixmap.o xwd.o bright.o clip.o compress.o dither.o fill.o halftone.o merge.o reduce.o rotate.o smooth.o undither.o zoom.o config.o misc.o options.o root.o send.o window.o xloadimage.o jpeg.o tiff.o jpeg/libjpeg.a tiff/libtiff.a -L/usr/X11R6/lib -lX11 -lm cc: jpeg/libjpeg.a: No such file or directory cc: tiff/libtiff.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=14019