aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-05215-442/+456
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* (1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what itSatoshi Asami1998-08-051-30/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | means (change PREFIX to ${X11BASE}) and add a new variable USE_X11 which means "this port requires the X window system (actually the library)". USE_X_PREFIX implies USE_X11. USE_X11 adds a LIB_DEPENDS to libX11 with the x11/XFree86 port. Reviewed by: the ports list, hoek in particular (2) Remove NO_CONFIGURE and NO_PATCH, which never meant anything. Yell if they are defined. Reviewed by: the ports list (3) Add new variable OSREL, which is automatically set to the numeric OS version (e.g., 2.2.1, 3.0). It can be used to refer to files in gcc installations, for instance. (4) Finally remove EXEC_DEPENDS hack after all these years. Submitted by: hoek (5) Put quotes around some echo ${*_DEPENDS} statements so they won't blow up when the variables include regular expressions like "qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140". Notes: svn path=/head/; revision=12287
* Submitted by: maintainerSatoshi Asami1998-08-0515-0/+75
| | | | | | | | | | PR: 7494 "By this patch, the problems about Filter Event handle of XIM are solved." Notes: svn path=/head/; revision=12286
* Submitted by: maintainerSatoshi Asami1998-08-051-0/+5
| | | | | | | | "By this patch, the problems about Filter Event handle of XIM are solved." Notes: svn path=/head/; revision=12285
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.Satoshi Asami1998-08-055-15/+15
| | | | Notes: svn path=/head/; revision=12284
* add optional youbin supportAndrey A. Chernov1998-08-045-7/+257
| | | | Notes: svn path=/head/; revision=12283
* No need to define EXTRACT_SUFX if DISTFILES is specified.Satoshi Asami1998-08-041-2/+1
| | | | Notes: svn path=/head/; revision=12282
* Checksum changed....Satoshi Asami1998-08-041-1/+1
| | | | Notes: svn path=/head/; revision=12281
* Damn. Now I can't even do it right.Mark Murray1998-08-047-644/+0
| | | | Notes: svn path=/head/; revision=12280
* Upgrade to 0.93.2David E. O'Brien1998-08-046-12/+12
| | | | Notes: svn path=/head/; revision=12279
* Fixed broken PLIST.Mark Murray1998-08-047-35/+651
| | | | Notes: svn path=/head/; revision=12278
* Added "net" to categoriesDavid E. O'Brien1998-08-043-6/+6
| | | | Notes: svn path=/head/; revision=12277
* turn on nmapDavid E. O'Brien1998-08-041-1/+2
| | | | Notes: svn path=/head/; revision=12276
* nmap is a utility for port scanning large networksDavid E. O'Brien1998-08-0418-0/+378
| | | | | | | | | | | | | Sometimes you need speed, other times you may need stealth. In some cases, bypassing firewalls may be required. Not to mention the fact that you may want to scan different protocols (UDP, TCP, ICMP, etc.). You just can't do all this with one scanning mode. Thus nmap incorporats virtually every scanning technique known of. See the nmap homepage at http://www.insecure.org/nmap/index.html Notes: svn path=/head/; revision=12275
* Acticate diction.Matthew Hunt1998-08-041-1/+2
| | | | Notes: svn path=/head/; revision=12274
* Import of GNU diction and style, for finding possible errors inMatthew Hunt1998-08-046-0/+69
| | | | | | | | | | | | | text and evaluating its readability. I think I will stick with my brain in my quest to clean up */*/pkg/DESCR; while slower, I'll bet it's more accurate. :-) PR: 7479 Submitted by: J Han <hjh@best.com> Notes: svn path=/head/; revision=12273
* Upgrade to 2.2.Thomas Gellekum1998-08-042-11/+7
| | | | Notes: svn path=/head/; revision=12272
* RUN_DEPENDS on gnuplot: DBS uses gnuplot to create its graphs.Joseph Koshy1998-08-041-1/+3
| | | | Notes: svn path=/head/; revision=12271
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-0425-45/+45
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* Spelling and grammar police.Matthew Hunt1998-08-041-8/+8
| | | | Notes: svn path=/head/; revision=12269
* Add post-install target to run ldconfig -m.Matthew Hunt1998-08-041-1/+3
| | | | | | | | PR: 7484 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Notes: svn path=/head/; revision=12268
* Upgrade to 0.65.Matthew Hunt1998-08-043-7/+12
| | | | | | | | | | | | Update MASTER_SITE and web page. Work whether gtk is in X11BASE or LOCALBASE. Add LIB_DEPENDS for Imlib, to increase functionality. Abort if libc_r does not exist. Vaguely inspired by a submission from: Tugrul Galatali <galatalt@stuy.edu> Notes: svn path=/head/; revision=12267
* Upgrade to Tin prerelease from 980730.David E. O'Brien1998-08-042-3/+3
| | | | Notes: svn path=/head/; revision=12266
* add youbin homepage to commentAndrey A. Chernov1998-08-031-1/+2
| | | | Notes: svn path=/head/; revision=12265
* Use correct mtree file or lots of X11 directories created in /usr/localAndrey A. Chernov1998-08-031-2/+3
| | | | | | | otherwise Notes: svn path=/head/; revision=12264
* simplify install targetAndrey A. Chernov1998-08-031-58/+3
| | | | Notes: svn path=/head/; revision=12263
* Use more sane CMD_PATH.Dima Ruban1998-08-034-0/+52
| | | | Notes: svn path=/head/; revision=12262
* Activate doconfig.Jacques Vidrine1998-08-031-1/+2
| | | | Notes: svn path=/head/; revision=12261
* Kernel `config' wrapper ala Digital Unix's doconfigJacques Vidrine1998-08-036-0/+71
| | | | | | | | PR: bin/3386 Submitted by: Brandon Gillespie <brandon@roguetrader.com> Notes: svn path=/head/; revision=12260
* Refer people needed a lighter weight implementation of ML to Chuck Robey'sJoseph Koshy1998-08-032-0/+8
| | | | | | | Moscow ML port. Notes: svn path=/head/; revision=12259
* Add diclookup-mule.Satoshi Asami1998-08-031-1/+2
| | | | Notes: svn path=/head/; revision=12258
* Diclookup version 2.3.3, now as a separate port (from dserver). ClientSatoshi Asami1998-08-0320-0/+600
| | | | | | | | | | | | machines can install this one only. It's also newer than what used to be in the dserver port, benefitting some people with newer dictionaries, such as Satoshi (that's me). PR: 7471 Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> Notes: svn path=/head/; revision=12257
* Separate emacs lisp files to another port (diclookup-mule). AppliedSatoshi Asami1998-08-0312-415/+386
| | | | | | | | | | several patches. Update documents and setup/install scripts. PR: 7470 Submitted by: maintainer Notes: svn path=/head/; revision=12256
* Make full pop debugging optionalAndrey A. Chernov1998-08-022-4/+10
| | | | Notes: svn path=/head/; revision=12255
* The former ftp.germany.eu.net (now ftp.de.uu.net) has thrown a lot ofJoerg Wunsch1998-08-023-9/+12
| | | | | | | stuff away. Move to other FTP servers. Notes: svn path=/head/; revision=12254
* OOPS I left the BROKEN line in there.Chuck Robey1998-08-021-2/+1
| | | | Notes: svn path=/head/; revision=12253
* Add pointer to smlnnj for those with plenty of disk.Chuck Robey1998-08-021-0/+4
| | | | Notes: svn path=/head/; revision=12252
* Update moscow_ml to version 1.43. This is a good version of ml ifChuck Robey1998-08-025-65/+159
| | | | | | | | you are limited in space. If you have no space limitations, I'd really recommend the new smlnj port instead. Notes: svn path=/head/; revision=12251
* Upgrade to Website META Language, Version 1.6.7Ralf S. Engelschall1998-08-023-4/+6
| | | | Notes: svn path=/head/; revision=12250
* Upgrade to ePerl, Version 2.2.14Ralf S. Engelschall1998-08-024-9/+9
| | | | Notes: svn path=/head/; revision=12249
* Install free fonts by default.Andrey A. Chernov1998-08-024-30/+106
| | | | | | | Package tweaks Notes: svn path=/head/; revision=12248
* Enable DBS.Joseph Koshy1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12247
* A distributed benchmarking system for TCP networks.Joseph Koshy1998-08-0111-0/+203
| | | | Notes: svn path=/head/; revision=12246
* If KRB5_HOME is defined, compile ssh with krb5 support.Dima Ruban1998-08-012-2/+10
| | | | Notes: svn path=/head/; revision=12245
* Honor KRB5_HOME variable.Dima Ruban1998-08-014-4/+24
| | | | Notes: svn path=/head/; revision=12244
* Add gideJordan K. Hubbard1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12243
* LyX doesn't need ispell as run dependency (PR 7349)Andreas Klemm1998-08-015-15/+55
| | | | | | | | | | fixed: make WITH_ISPELL=yes installs with ispell otherwise without lyx's ``configure'' disables the use of mmap for some reason (PR 5920) checked, that on FreeBSD-current mmap is being used. PR: 7349+5920 Notes: svn path=/head/; revision=12242
* Make color plotting work.Bill Fenner1998-08-012-11/+84
| | | | | | | Prompted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> Notes: svn path=/head/; revision=12241
* upgraded the original distribution:Jun-ichiro itojun Hagino1998-08-012-10/+11
| | | | | | | | - smtpfeed: 0.72 - sendmail: 8.9.1+wide patch Notes: svn path=/head/; revision=12240
* Activate pp.Jacques Vidrine1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12239