summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build and install static library also.Jordan K. Hubbard1997-09-018-16/+132
| | | | | | | Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com> Notes: svn path=/head/; revision=7742
* Remove trailing whitespace.Satoshi Asami1997-08-274-8/+8
| | | | | | | Pointed out by: portlint Notes: svn path=/head/; revision=7699
* More descriptive comment line (for searches).Jordan K. Hubbard1997-08-261-1/+1
| | | | Notes: svn path=/head/; revision=7692
* Simplify BUILD_DEPENDSJordan K. Hubbard1997-08-254-52/+8
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=7688
* This extension changed in the latest beta of tkman.Thomas Gellekum1997-08-251-85/+85
| | | | | | | Obtained from: tkman-2.0b7 distribution Notes: svn path=/head/; revision=7682
* Add the invisible.patch from tkman.Thomas Gellekum1997-08-251-0/+918
| | | | | | | Obtained from: tkman-2.0b6 distribution Notes: svn path=/head/; revision=7681
* This is the port of tk8.0 to go along with the tcl8.0 port.Jordan K. Hubbard1997-08-2028-0/+1500
| | | | | | | | | | Note that this requires the presence of the tcl port, e.g. it needs portions of the unpacked tcl distribution sources. Some unfortunate hackery for this was therefore required in the Makefile. Notes: svn path=/head/; revision=7630
* Use tcl-7.6/tk-4.2.Thomas Gellekum1997-08-204-47/+66
| | | | Notes: svn path=/head/; revision=7629
* Oops, forgot to commit the other half of hack to fix this for XFree86-3.3.Satoshi Asami1997-08-131-2/+7
| | | | Notes: svn path=/head/; revision=7560
* Upgrade to 4.1.0.005. Fix PLIST and dependency on tcl7.5/tk4.1 along the way.Thomas Gellekum1997-07-305-22/+33
| | | | Notes: svn path=/head/; revision=7434
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-182-4/+4
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-1712-24/+24
| | | | Notes: svn path=/head/; revision=7360
* There's a new DISTFILE available.Thomas Gellekum1997-07-032-4/+2
| | | | Notes: svn path=/head/; revision=7206
* Mark the port BROKEN. Maybe they'll put up a new distfile in a day or two.Thomas Gellekum1997-07-021-1/+3
| | | | Notes: svn path=/head/; revision=7183
* Upgrade to 0.80.Thomas Gellekum1997-07-012-5/+6
| | | | Notes: svn path=/head/; revision=7160
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-243-10/+12
| | | | | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
* REALLY make this compile and install correctly. Apparently theSatoshi Asami1997-06-192-2/+12
| | | | | | | | | XFree86-3.3 imake config files can't handle IncSubDir having more than one component ("X11/Xaw3d" in this case), so work around it by explicitly creating a symlink tree from post-extract (ugh). Notes: svn path=/head/; revision=7010
* Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, ↵James FitzGibbon1997-06-1612-0/+132
| | | | | | | as opposed to p5-Tk, which is native access) Notes: svn path=/head/; revision=6949
* Make symlink "X11 -> exports/include" to make XFree86-3.3 config files happy.Satoshi Asami1997-06-121-1/+2
| | | | Notes: svn path=/head/; revision=6893
* Make symlinks "X11" -> "export/include" for XFree86-3.3 config files.Satoshi Asami1997-06-121-2/+5
| | | | | | | While I'm here, use ${LDCONFIG} instead of /sbin/ldconfig. Notes: svn path=/head/; revision=6874
* An xview extension package.Satoshi Asami1997-06-0310-0/+415
| | | | | | | | PR: 3482 Submitted by: Pedro F. Giffuni <pgiffuni@FPS.biblos.unal.edu.co> Notes: svn path=/head/; revision=6712
* Remove p5-IO dependancy from ports that were using it.James FitzGibbon1997-05-291-3/+2
| | | | Notes: svn path=/head/; revision=6611
* Change "version required".Satoshi Asami1997-05-261-2/+2
| | | | | | | Submitted by: Steve Ratliff <steve@bsd.avionmfg.com> Notes: svn path=/head/; revision=6574
* Shared library versions have changed.Satoshi Asami1997-05-262-4/+4
| | | | Notes: svn path=/head/; revision=6567
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-3/+3
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Upgrade to 0.79David E. O'Brien1997-05-244-20/+26
| | | | Notes: svn path=/head/; revision=6542
* Some files were missing from the packing list.Masafumi Max NAKANE1997-05-162-2/+10
| | | | | | | | This completely and finally closes PR: 3297 Notes: svn path=/head/; revision=6461
* Add some missing manpages to MAN3 and update PLIST.Thomas Gellekum1997-05-1414-931/+1169
| | | | Notes: svn path=/head/; revision=6449
* - Updated checksum file, sources changed without bumping the version numberAndreas Klemm1997-05-111-1/+1
| | | | | | | | | | | | | - make patch-ab work again, because of the changes ... - merge in the CFLAGS from /etc/make.conf After that the port compiles well and make package is still working ;) PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=6442
* New checksum.Thomas Gellekum1997-05-061-1/+1
| | | | Notes: svn path=/head/; revision=6418
* #include <sys/types.h> before <dirent.h>.Satoshi Asami1997-04-231-0/+10
| | | | Notes: svn path=/head/; revision=6274
* Build stand-alone module.Thomas Gellekum1997-04-223-6/+58
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=6270
* Upgrade to 0.78.Thomas Gellekum1997-04-223-13/+13
| | | | Notes: svn path=/head/; revision=6269
* Change the name of p5-Tk400 to p5-Tk, and remove p5-Tk400 from theJames FitzGibbon1997-04-211-4/+4
| | | | | | | | repository. Reviewed by: asami@freebsd.org (did the repository copy) Notes: svn path=/head/; revision=6259
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-203-47/+117
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Add virtual category 'tk41'.Wolfram Schneider1997-04-203-6/+6
| | | | Notes: svn path=/head/; revision=6248
* Update to version 1.2. I sent these changes to the MAINTAINER too, butJordan K. Hubbard1997-04-1121-182/+189
| | | | | | | he seems to be AWOL so I guess I'll just do it myself. Notes: svn path=/head/; revision=6183
* Distfile moved.Bill Fenner1997-04-022-4/+4
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6101
* Fix name of include file. Packaging now works, so we can close PRSatoshi Asami1997-03-301-1/+1
| | | | | | | | | ports/3129. Submitted by: gena@NetVision.net.il Notes: svn path=/head/; revision=6069
* Upgrade to 0.86. Note packaging still doesn't work, but I'm going to sleepSatoshi Asami1997-03-284-12/+18
| | | | | | | | | | | now so I'll commit what I have. Doesn't close PR ports/3129 (see above). Submitted by: Mighty Wizard <root@Burka.NetVision.net.il> Notes: svn path=/head/; revision=6048
* Change this file to describe what it is, instead of how to write yourSatoshi Asami1997-03-031-155/+1
| | | | | | | | | | | own interviews application. It's only one line long (I couldn't find any suitable paragraph I can cut and paste from in the source tree) but at least it is a description of the port now. Closes PR ports/1517. Notes: svn path=/head/; revision=5812
* Replace the complicated hack that caused my head to feel like I justSatoshi Asami1997-03-022-22/+42
| | | | | | | | | | | hopped ten blocks on a concrete floor, upside down, with a much simpler "DIST_SUBDIR=iv". While I'm here, replace the "gzip ${PREFIX}/interviews/man/mann/*.n" with MANPREFIX and MANN definitions. Notes: svn path=/head/; revision=5792
* Fix some bogons I introduced with my latest update.Thomas Gellekum1997-02-253-0/+36
| | | | Notes: svn path=/head/; revision=5745
* Fix configure args so this thing actually compiles. ;)Satoshi Asami1997-02-251-2/+2
| | | | Notes: svn path=/head/; revision=5740
* Upgrade to 0.77.Thomas Gellekum1997-02-242-4/+4
| | | | Notes: svn path=/head/; revision=5726
* Last commit botched at patch resurrection (cvs bogon). Do it piecemeal.Jordan K. Hubbard1997-02-232-2/+2
| | | | Notes: svn path=/head/; revision=5722
* D'oh!Jordan K. Hubbard1997-02-232-3/+3
| | | | | | | | | I just checked xfmail, and it breaks with xforms version 0.84. :-} I think I'll just put this *back* to version 0.81 and slink away again.. :-) Notes: svn path=/head/; revision=5721
* Update to version 0.84, just because I happened to notice (and I haven'tJordan K. Hubbard1997-02-234-6/+6
| | | | | | | seen a sign of gena in at least a month or two :). Notes: svn path=/head/; revision=5720
* Upgrade to release version 4.1.0.Thomas Gellekum1997-02-216-105/+103
| | | | Notes: svn path=/head/; revision=5711