summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NCFTPFLAGS, ncftp default changedAndrey A. Chernov1995-04-161-2/+1
| | | | Notes: svn path=/head/; revision=1400
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-123-11/+15
| | | | Notes: svn path=/head/; revision=1352
* Some more ports Makefile updates...sorry, don't have time now soSatoshi Asami1995-04-122-4/+23
| | | | | | | x11/ is only halfway finished. Notes: svn path=/head/; revision=1349
* Spell out all the include file names.Satoshi Asami1995-04-041-2/+76
| | | | Notes: svn path=/head/; revision=1292
* Upgrade, 1.0 -> 1.1.Satoshi Asami1995-04-045-8/+9
| | | | | | | | | | | | % patch-ab is not necessary anymore because the bug is now fixed in . the original source. % post-configure (which was doing "make includes") is not necessary . because xmkmf is now called with "-a". (Yeah, should have redefined . XMKMF in Makefile in the first place....) Notes: svn path=/head/; revision=1288
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-014-3/+7
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-312-0/+2
| | | | Notes: svn path=/head/; revision=1262
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* olwm:Andreas Schulz1995-02-271-17/+37
| | | | | | | | | Don't make the inclusion of sys/param.h a conditional of OW_I18N_L4. Always include it, otherwise the BSD symbol is not defined and a gethostname with three instead of two arguments is included. Notes: svn path=/head/; revision=1051
* Put an empty fetch target into the Makefile. Otherwise it tries to fetchAndreas Schulz1995-02-121-0/+2
| | | | | | | a xview-clients.tar.gz if someone runs a "make fetch" from /usr/ports. Notes: svn path=/head/; revision=959
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Checksum!Satoshi Asami1995-02-021-0/+1
| | | | Notes: svn path=/head/; revision=867
* Minor cleanup.Satoshi Asami1995-01-283-5/+8
| | | | Notes: svn path=/head/; revision=836
* My patch to make arrow scrollbars look real 3-D. Already sent toSatoshi Asami1995-01-281-4/+5
| | | | | | | the original author. Notes: svn path=/head/; revision=835
* Port of BLT version 1.7Garrett Wollman1994-12-145-0/+90
| | | | Notes: svn path=/head/; revision=570
* Finally found why the package wasn't built.L Jonas Olsson1994-12-121-0/+5
| | | | Notes: svn path=/head/; revision=561
* More correct PLIST.L Jonas Olsson1994-12-111-15/+5
| | | | Notes: svn path=/head/; revision=549
* Move the configure part to a shell script. It uses slightly nonstandard imakeL Jonas Olsson1994-11-231-5/+1
| | | | | | | ways and a configure script seems to work best. Notes: svn path=/head/; revision=482
* It is build: that is a no-op, not all:.L Jonas Olsson1994-11-231-1/+1
| | | | Notes: svn path=/head/; revision=480
* Patches for the clients.L Jonas Olsson1994-11-221-0/+355
| | | | Notes: svn path=/head/; revision=461
* The sources rea now in xview-config.L Jonas Olsson1994-11-221-5/+4
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=460
* More fixes to get it to build properly.L Jonas Olsson1994-11-222-16/+13
| | | | Notes: svn path=/head/; revision=459
* Make a separate package for the config files. This is a simple wayL Jonas Olsson1994-11-225-0/+573
| | | | | | | | out of having to install config files before the rest (libs and clients) can be built. Notes: svn path=/head/; revision=457
* Add pkg files.L Jonas Olsson1994-11-223-0/+283
| | | | Notes: svn path=/head/; revision=456
* Initial import of the xview 3.2 X11R6 clients. Patches from Scott Mace.L Jonas Olsson1994-11-221-0/+15
| | | | | | | | | Makefile by me. Intentionally not added to x11 Makefile yet. Obtained from: Scott Mace. Notes: svn path=/head/; revision=455
* Nuke a colon in the MASTER_SITE specification. ncftp doesn't like it.Andreas Schulz1994-11-191-1/+1
| | | | Notes: svn path=/head/; revision=415
* Xaw3d-1.0, 3-dimensional Athena Widget Set for R6Satoshi Asami1994-11-185-0/+36
| | | | Notes: svn path=/head/; revision=411
* The fetch renaming was brokenAdam David1994-11-151-2/+3
| | | | | | | interviews.stanford.edu will not serve files in passive mode Notes: svn path=/head/; revision=380
* Part of last commit...Paul Traina1994-11-011-0/+15
| | | | Notes: svn path=/head/; revision=306
* Bring InterViews 3.1 port closer to reality... in point of fact, itPaul Traina1994-11-013-31/+19
| | | | | | | -still- doesn't build right, but it's a lot closer. Notes: svn path=/head/; revision=305
* These are my changes to support the new argument-less configure scripts.Jordan K. Hubbard1994-10-041-15/+4
| | | | Notes: svn path=/head/; revision=170
* keyboard bounceAdam David1994-09-241-0/+155
| | | | Notes: svn path=/head/; revision=121
* Interviews 3.1 from Stanford/SGIAdam David1994-09-246-0/+357
Notes: svn path=/head/; revision=120