summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-2536-360/+144
| | | | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. Notes: svn path=/head/; revision=20343
* Upgrade to 2.0.11.Jun Kuriyama1999-07-253-16/+5
| | | | Notes: svn path=/head/; revision=20342
* Upgrade to 1.6.2 which gets us out of hot water with licensing problems.Bill Fumerola1999-07-249-24/+42
| | | | | | | | | | | This also will inadvertently unbreak parts of apache13-php3, I believe, which is why I was able to work on this in the middle of a major project that requires it. Sponsored Committer With Overtime: Computer Horizons Corp. Notes: svn path=/head/; revision=20341
* Weird things happen when you .include bsd.port.mk when you really meantSteve Price1999-07-246-12/+12
| | | | | | | to .include bsd.port.pre.mk. Notes: svn path=/head/; revision=20340
* typo fixJun-ichiro itojun Hagino1999-07-242-6/+6
| | | | | | | From: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20339
* Unbreak, ARCH was being passed through to the MakefilesChris Piazza1999-07-242-2/+38
| | | | | | | | | resulting in cc -I... i386 -c ... etc being used. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=20338
* Create a directory before installing data to it in case it wasn'tChris Piazza1999-07-241-1/+2
| | | | | | | | | there in the first place. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=20337
* Fix install error, ${INSTALL_MAN} ${MAN8} -> .. ${MAN8}.gz.Chris Piazza1999-07-241-2/+2
| | | | | | | | I broke this a while ago and didn't notice it until now. Notes: svn path=/head/; revision=20336
* Update to version 0.7Chris Piazza1999-07-243-5/+40
| | | | | | | | PR: 12778 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>, maintainer Notes: svn path=/head/; revision=20335
* Make a few directories before installing data into them.Chris Piazza1999-07-241-1/+4
| | | | | | | | PR: 12715 Reported by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=20334
* Fix for unfetchable distfile.Chris Piazza1999-07-242-4/+4
| | | | | | | | PR: 12760 Submitted by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>, maintainer Notes: svn path=/head/; revision=20333
* Update to mozilla M8Chris Piazza1999-07-2418-468/+5190
| | | | | | | | PR: 12740 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=20332
* Actually requires 2.0.5aTatsumi Hosokawa1999-07-243-6/+6
| | | | | | | Submitted by: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20331
* Update to version 0.5.14-bw2.David E. O'Brien1999-07-234-6/+8
| | | | | | | Approved by: Munechika SUMIKAWA @ KAME Project (maintainer) Notes: svn path=/head/; revision=20330
* Hard code the path to nmap w/in nmapfe. Thus it will work in the face of aDavid E. O'Brien1999-07-236-0/+138
| | | | | | | | | limited path. Bug reported by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=20329
* Oops, forgot to commit this. Typo.Satoshi Asami1999-07-231-2/+2
| | | | | | | Submitted by: hoek Notes: svn path=/head/; revision=20328
* Makefile:Satoshi Asami1999-07-233-190/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Sort INDEX lines since with the new parallel patch, the lines can come in out of order. (see 2) Mk/bsd.port.subdir.mk: (2) Make the targets parallelizable. Submitted by: hoek Reviewed by: steve, among others Mk/bsd.port.mk: (3) Serious speedup of bsd.port.mk startup. In particular, this helps cut down "make index" time from an hour and a half to 8 minutes on our system with a parallel make describe (see 2). Try to pass unchanged variables down from parent makes instead of rerunning commands to define them, etc. Submitted by: hoek Reviewed by: steve, among others (4) Change a bunch of "FreeBSD.ORG"s and "freebsd.org"s to "FreeBSD.org". (5) XFree86 is now at version 3.3.4. (6) Update for gnome master sites. Submitted by: mharo (7) Remove old system tcl check, I don't think people with systems from way back are still submitting ports. (8) Fix comment on "make describe" line description (www site was missing). Notes: svn path=/head/; revision=20327
* Remove trailing whitespace.Satoshi Asami1999-07-231-4/+4
| | | | Notes: svn path=/head/; revision=20326
* The distrib file has been changed to support both the linux_devtools portMarcel Moolenaar1999-07-233-16/+6
| | | | | | | | | | and FreeBSD -current. Use the new version. http://www.FreeBSD.org/~marcel/somewhere will be added to MASTER_SITES when the tarball has been put there somewhere. Notes: svn path=/head/; revision=20325
* Upgraded to samba-2.0.5a.Tatsumi Hosokawa1999-07-2312-24/+24
| | | | Notes: svn path=/head/; revision=20324
* 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
* Update from b16 to b18, which does contain a FreeBSD fix.Bill Fumerola1999-07-222-3/+3
| | | | Notes: svn path=/head/; revision=20321
* Clean up EGCS warnings.David E. O'Brien1999-07-221-0/+106
| | | | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=20320
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingArchie Cobbs1999-07-225-12/+90
| | | | | | | | | | | how to run SKIP and natd together. Submitted by: Jim Flowers <jflowers@ezo.net> Mark this port as BROKEN until the device registration bit is fixed. Notes: svn path=/head/; revision=20319
* Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) thatDavid E. O'Brien1999-07-2210-17/+38
| | | | | | | simplifies the running of nmap for the point and shoot crowd. Notes: svn path=/head/; revision=20318
* Catch up with all of Citrix' recent changes:Mike Smith1999-07-226-6/+38
| | | | | | | | | | - back to a .Z tarball again - a few new files in the installed product PR: ports/12763 (reported breakage) Notes: svn path=/head/; revision=20317
* Minor rewording and mention AMD 3D Now! support in DESCR.David E. O'Brien1999-07-222-3/+3
| | | | Notes: svn path=/head/; revision=20316
* Upgrade to GNU Portable Threads (Pth), Version 1.0.1Ralf S. Engelschall1999-07-222-4/+4
| | | | Notes: svn path=/head/; revision=20315
* Add two patches I forgot to add yesterday.Chris Piazza1999-07-222-0/+23
| | | | | | | Noticed by: maintainer Notes: svn path=/head/; revision=20314
* Activate gdict.Kris Kennaway1999-07-221-1/+2
| | | | Notes: svn path=/head/; revision=20313
* GTK app which queries a dictionary server and returns a word definition.Kris Kennaway1999-07-228-0/+96
| | | | | | | | | | Based on dict. PR: 12694 Submitted by: domi@saargate.de Notes: svn path=/head/; revision=20312
* Distfile coda-4.6.6.tgz is no longer stored at CMU.Robert V. Baron1999-07-222-4/+6
| | | | | | | Fetch it from freebsd repository. Notes: svn path=/head/; revision=20311
* Change default DTE-DCE rate to 57600.David E. O'Brien1999-07-221-2/+11
| | | | | | | Get rid of the blooming logfile -- which should have been a runtime option! Notes: svn path=/head/; revision=20310
* PR: 12733Foxfair Hu1999-07-222-0/+58
| | | | | | | | Submitted by: Chia-liang Kao <clkao@CirX.ORG> Add a patch to avoid screen refreshing problem. Notes: svn path=/head/; revision=20309
* - Add a second master site to back up the current one (sharedChris Piazza1999-07-228-19/+22
| | | | | | | | | | | | by all these ports). - Fix up the maintainer's email address - Fix up some grammar/spelling issues PR: 12751, 12753, 12754, 12755, 12756, 12757 Submitted by: CHOI Junho <cjh@kr.freebsd.org>, maintainer Notes: svn path=/head/; revision=20308
* Update to version 1.10.1Chris Piazza1999-07-223-28/+21
| | | | | | | | PR: 12702 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer Notes: svn path=/head/; revision=20307
* Fix the xtt distribution master site and clean up someChris Piazza1999-07-221-6/+6
| | | | | | | | | | portlint warnings. PR: 12620 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer Notes: svn path=/head/; revision=20306
* Upgrade to version 3.9.6Jean-Marc Zucconi1999-07-213-23/+7
| | | | Notes: svn path=/head/; revision=20305
* Upgrade to strobe-1.06Justin M. Seger1999-07-212-4/+5
| | | | Notes: svn path=/head/; revision=20304
* Upgrade to suck-4.2.1Justin M. Seger1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20303
* Deactivate linux_libMarcel Moolenaar1999-07-211-2/+1
| | | | Notes: svn path=/head/; revision=20302
* Deactivate linux_develMarcel Moolenaar1999-07-211-2/+1
| | | | Notes: svn path=/head/; revision=20301
* Make port depend on linux_devtools instead of linux_devel.Marcel Moolenaar1999-07-213-6/+6
| | | | Notes: svn path=/head/; revision=20300
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-2127-57/+57
| | | | Notes: svn path=/head/; revision=20299
* Activate linux_devtoolsMarcel Moolenaar1999-07-211-2/+2
| | | | | | | Deactivate linux-devel Notes: svn path=/head/; revision=20298
* Activate linux_baseMarcel Moolenaar1999-07-211-2/+2
| | | | | | | Deactivate linux-base Notes: svn path=/head/; revision=20297
* linux_devtools is the reincarnation of linux_devel and obsoletes bothMarcel Moolenaar1999-07-2118-360/+15618
| | | | | | | | | | | | | | | | | | | linux_devel and linux-devel. Both will be removed from the ports collection at the proper time. linux_devtools uses Red Hat 5.2 packages to install a basic development environment. There's no functional difference between linux-devel and linux_devtools. The name of the latter is preferred over the name of the former. This port is repository copied from linux_devel. New name by: obrien Reviewed by: hoek Supervised by: asami Notes: svn path=/head/; revision=20296
* linux_base is the reincarnation of linux_lib and obsoletes both linux_libMarcel Moolenaar1999-07-2156-448/+78072
| | | | | | | | | | | | | | | and linux-base. Both will be removed from the ports collection at the proper time. linux_base uses a subset of packages from a Red Hat 5.2 release to populate /compat/linux. There's no functional difference between linux-base and linux_base. The name of the latter is preferred over the name of the former. Reviewed by: Tim <hoek@FreeBSD.org> Supervised by: Satoshi <asami@FreeBSD.org> Notes: svn path=/head/; revision=20295
* Update postgresql to 6.5.1Andreas Klemm1999-07-2156-3360/+3542
| | | | | | | | | | maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20294