aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a build bug in recent -STABLE.cy2002-10-152-0/+12
| | | | Submitted by: Jan Demter <jan@demter.de>
* Found the problem. If it found a glib, which would only be a non-portsalane2002-10-151-1/+2
| | | | | | | glib, it would try to build Omni(?) drivers. We turn that off at config time and no more problem. PR: 43845
* Prevent infinite loop in master port detection code.des2002-10-154-8/+20
|
* Update to 1.2.8lioux2002-10-155-12/+15
| | | | | PR: 43465 Submitted by: maintainer
* Update epoch.eric2002-10-151-0/+1
| | | | Submitted by: Valentin Zahariev <curly@e-card.bg>
* Upgrade to 7.9.13.max2002-10-152-2/+2
|
* Add a patch to correct the problem with interaction between ircII and screen.max2002-10-152-0/+25
| | | | | Suggested by: mistral@imasy.or.jp (Yoshihiko SARUMARU) Patch Obtained From: PR 11388 (from Christopher N. Harrell <cnh@mindspring.com>)
* Update to 0.3.2.anders2002-10-152-2/+2
|
* Make this compile on sparc64. Needed for make release.jake2002-10-152-4/+4
|
* Upgrade to xmlenc 0.6.znerd2002-10-153-2/+12
|
* opera -> ports/www/opera (addport blew up trying to do this)des2002-10-151-0/+1
|
* Tentative port of the native FreeBSD version of Opera.des2002-10-1513-0/+907
|
* Added module for unionfscsgr2002-10-151-0/+1
|
* Update dri-devel port to a more recent snapshot. This includes fixes for XVanholt2002-10-156-4/+20
| | | | | with R200, and irq support for some chips to reduce cpu load while running GL programs. Also, added warning messages that this is development code.
* Add a new rtld system patch to Makefile and pkg_message. Thembr2002-10-156-18/+66
| | | | | | | | | | | symbol lookup order in rtld is not working as it should and exceptions over dlopened libs are broken. The system patch is a workaround for this issue. While we are here, order the patches a bit and put them all in the same download dir. Submitted by: kan (rtld patch)
* flounder --> ports/science/flounderijliao2002-10-151-0/+1
|
* add flounder 0.32aijliao2002-10-1522-0/+341
| | | | A quick way to visualize regularly spaced 4D data
* 1. Bumped portrevision (yes, again, sorry for the thrash).alane2002-10-154-2/+10
| | | | | | | | | | | | | | 2. Fixed bug that Knu pointed out, which was the bad dirs were captured in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic of ... symlinks! (I always thought symlinks to . were lame, and they are, but sometimes they can get you out of a corner. Temporarily.) 3. The question is, will anything break trying to recursively go down the tree following symlinks? If so, that tool needs to be fixed. A symlink to '.' (or '..') just plain should not be followed. Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again. As a side effect of this fix, you can now download the entire internet onto 1 floppy disk.
* Fixed support for Blackdown JDK 1.3.x.znerd2002-10-151-0/+2
| | | | Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
* Sorry, first PR in prev. commit should be 42905.dannyboy2002-10-150-0/+0
|
* o Update to 4.2.2.dannyboy2002-10-159-24/+1866
| | | | | | | | o Add cups-base to BUILD_DEPENDS in with-cups case. o Set maintainer to ports@, maintainer timeout on past two updates. PR: 42095, 44031 Submitted by: Ports Fury (42095), Edwin Groothuis <edwin@mavetju.org> (44031)
* Update to 2.1.9.ume2002-10-154-177/+15
|
* Mark net/zephyr as broken because it requires libss, which has beennaddy2002-10-151-1/+7
| | | | | | | removed just before the release of 4.6. PR: 44033 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Set MASTER_SITES to ${MASTER_SITE_LOCAL}jmz2002-10-151-1/+1
|
* Update to version 0.6.5.naddy2002-10-156-60/+81
| | | | | PR: 43782 Submitted by: Ports Fury
* Update to version 0.5.naddy2002-10-155-7/+34
| | | | | PR: 43785 Submitted by: Ports Fury
* Finally make the mozilla addressbook and ldap datasources working. Add a newmbr2002-10-159-42/+180
| | | | | | | "register-mozilla" target, add a openoffice mozilla 1.01 patch to the mozilla build. Fix the zipmoz.sh to catch up with the mozilla changes. Bump portrevision.
* Update to version 0.9.13.naddy2002-10-143-22/+9
| | | | | PR: 43783 Submitted by: Ports Fury
* Add squid 2.5 to the modules listdwcjr2002-10-141-0/+1
|
* upgrade to 0.5ijliao2002-10-143-16/+13
| | | | | PR: 44048 Submitted by: maintainer
* The misc/amanda-{client,server} ports force user/group to operator.jeh2002-10-144-12/+132
| | | | | | | This should be site-overridable. PR: 44032 Submitted-by: Phil Homewood <pdh@snapgear.com>
* Update to rc3dwcjr2002-10-143-3/+3
| | | | | | Fix package building when VFS isn't selected Noticed by: Neil Darlow
* I remove the linux-netscape6 ports from ports/french, ports/german,trevor2002-10-1462-2979/+356
| | | | | | | | | | | | ports/japanese and ports/www. In their place, I add corresponding netscape7 ports, after repo copies. Now ports/www/netscape7 will no longer be a slave port. Instead it is the master port for the others. The French, German, and Japanese ports now have AIM, because I had trouble getting them to work without it. I add a security warning to all these ports, about the "forward referrer" bug (Mozilla bug 145579).
* upgrade to 1.15ijliao2002-10-142-2/+2
| | | | | PR: 44037 Submitted by: maintainer
* - Always install sample config file (i.e. even if NOPORTDOCS is defined)ijliao2002-10-142-16/+15
| | | | | | | | | - Do not install yet another copy of GPL - Cleanup Makefile - Sort pkg-plist PR: 44025 Submitted by: maintainer
* - Do not install yet another copy of GPLijliao2002-10-142-4/+3
| | | | | | | - Silence MKDIRs in do-install PR: 44024 Submitted by: maintainer
* - Default to RUN_DEPEND on mail/qmail port (can be turned off -ijliao2002-10-142-3/+11
| | | | | | | | | | define WITHOUT_QMAIL_PORT); patch source for nofiles->qnofiles group used by the qmail port (suggested by Kevin M. Dulzo <kdulzo@sockpuppet.org>) - Bump PORTREVISION - Do not install yet another copy of GPL (COPYING) PR: 44022 Submitted by: maintainer
* Add MASTER_SITE_NETSCAPE to bsd.sites.mk. As originally submitted, this wastrevor2002-10-141-0/+29
| | | | | | | | | | | | | the list of sites from the www/linux-netscape6 port. I looked at fenner's survey, and removed some sites which did not carry Netscape 7 or which have been offline for a long time. Also, for some mysterious reason it takes 80 seconds to get a login prompt when I use the hostname ftp.netscape.com, so I replaced it in the list with two of the hosts it seems to point to, with the quicker one first and the slower one last. Submitted by: Kimura Fuyuki Reviewed by: sada (as originally submitted) PR: 42678
* upgrade to 0.5.2ijliao2002-10-144-6/+8
| | | | | PR: 44023 Submitted by: maintainer
* libgcrypt --> ports/security/libgcryptijliao2002-10-141-0/+1
|
* add libgcrypt 1.1.0ijliao2002-10-1415-0/+193
| | | | | | | General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh <tilman@arved.de>
* Add pmap 20021014, detailed process memory display.skv2002-10-146-0/+44
|
* xmedcon --> ports/graphics/xmedconijliao2002-10-141-0/+1
|
* add xmedcon 0.8.1ijliao2002-10-149-0/+202
| | | | | | | A medical image conversion utility and library PR: 43448 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
* The distfile was updated to 1.33.knu2002-10-142-2/+2
|
* libtre --> ports/textproc/libtreijliao2002-10-141-0/+1
|
* add libtre 0.3.2ijliao2002-10-146-0/+48
| | | | A lightweight fully POSIX compliant regexp matching library
* Forced commit to note that kan has now a ports-commit bitmbr2002-10-140-0/+0
| | | | and I'm his mentor at the beginning.
* I never thought I'd change this code, but a change was required to makewill2002-10-141-0/+107
| | | | | sure cvs -R is enforced for freefall !=n cvs. And it's a Bad Thing(TM) that a piece of code addport depended on wasn't in the CVS tree anyway.
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. Thiswill2002-10-141-13/+14
| | | | | | | actually simplifies some of the code and makes other parts more complicated. Tested by: www/mod_filter && (after bugfixes) sysutils/sjog Noticed by: ijliao (by way of peter)
* sjog --> ports/sysutils/sjogwill2002-10-141-0/+1
|
* Add sjog 0.5, a userland daemon for Sony Vaio Jog Dial.will2002-10-1416-0/+1187
| | | | | PR: 41905 Submitted by: Bruce M Simpson <bms@spc.org>
* fix WRKSRCijliao2002-10-141-1/+1
| | | | | PR: 44036 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* mod_filter --> ports/www/mod_filterwill2002-10-141-0/+1
|
* Forced commit that mbr is under my mentorship to gain full src-commit bit.phk2002-10-140-0/+0
|
* Add mod_filter 1.4.1, an Apache module to filter output fromwill2002-10-147-0/+76
| | | | | | | other modules inside of Apache. PR: 33454 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Upgrade to 1.3.1_05.znerd2002-10-142-3/+3
| | | | | PR: 44009 Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* add japanese/mikachan-ttfontssada2002-10-141-0/+1
|
* ja-mikachan-ttfonts --> ports/japanese/mikachan-ttfontssada2002-10-141-0/+1
|
* Add new port: ja-mikachan-ttfonts.sada2002-10-149-0/+85
| | | | | | | | This is handwritten TrueType font-set. See: http://mikachan-font.com Lha use was adviced by sf, thanks.
* Upgrade port to version 2.16;demon2002-10-145-4/+119
| | | | | | | | | | | | | | | | | | Add three patches: patch-aa: If you use CHUNK_INPUT without this patch, you end up with many error messages xferstats in free(): warning: modified (chunk-) pointer (or you may want to fix chunks...) patch-ab: If number of "Files Transmitted" is divisible by CHUNK_INPUT without this patch, you end up with error "No data to process." instead of results. patch-ac: Typical beginner's bug in C: feof() is used before read function, where its result is not tested then. Without this patch the last line is counted twice. PR: 44015 Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
* Update the port to squid-2.5.stable1.adrian2002-10-1418-228/+4986
| | | | | | | | | | | Notable features: * I'm building _all_ of the error page languages now * I'm building a handful of the helper modules (the ones that don't require ldap or samba to be installed) * underscores in hostnames are enabled - every few weeks we squid people get emails asking why someone can't get to some_user.geocities.com . Bad geocities. :)
* Update to 1.3perky2002-10-142-2/+2
| | | | | Now supports full Unicode 3.2 code area, and uses UTF-8 encoder on -current.
* upgrade to 0.1.2ijliao2002-10-142-3/+3
|
* Update to 2.0.8.marcus2002-10-146-4/+6
|
* Update to 2.0.10.marcus2002-10-144-4/+4
|
* Update to 2.0.9.marcus2002-10-146-4/+10
|
* Update to 2.6.2.nobutaka2002-10-142-2/+2
|
* Remove dependency on libdivxdecore-devel since better DivX support providednobutaka2002-10-142-4/+2
| | | | | | by recent graphics/ffmpeg update. Pointed out by: lioux
* Fix build on -CURRENT.marcus2002-10-142-0/+28
|
* Remove marc-searchkris2002-10-141-1/+0
|
* Remove the marc-search port, which has been broken for 2 years and 8kris2002-10-149-135/+0
| | | | | | months because it depends on software not in the ports collection. Reviewed by: sheldonh (maintainer)
* Fix build [1] and update to mailgraph-0.22 [2]kris2002-10-143-5/+4
| | | | | | Submitted by: Olivier Tharan <olive@oban.frmug.org> [1] (based on), Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw> (maintainer) PR: ports/43637 [1], ports/43350 [2]
* Fix build.kris2002-10-142-2/+12
| | | | | Submitted by: Adam Weinberger <adam@vectors.cx> PR: ports/42452
* Fix build.kris2002-10-142-2/+16
| | | | | Submitted by: Maxim Maximov <mcsi@agava.com> PR: ports/43766
* Update to rats-2.1kris2002-10-142-2/+2
|
* Unbreak automake/aclocal from my changes this morning. My test case wasn'talane2002-10-143-11/+21
| | | | thorough enough. PORTREVISION bump to force the change out (my judgement).
* Add a missing INSTALLS_SHLIB.marcus2002-10-142-0/+2
|
* Lets see if we are back in business.peter2002-10-140-0/+0
|
* Here we go, lets see if we are back in business..peter2002-10-142-4/+2
|
* *plonk*. Turn off commits for a while.peter2002-10-141-0/+1
|
* Quiet PARAMS warning.mp2002-10-145-0/+100
|
* Patches to get FreeBSD changes working with gdb-5.3.mp2002-10-1445-4245/+2630
|
* - Use MASTER_SITE_SUBDIR.knu2002-10-147-28/+42
| | | | - Add MASTER_SITE_RINGSERVER to MASTER_SITES.
* It seems some of the GNOME mirrors are lagging behind in updates. Shufflemarcus2002-10-141-5/+7
| | | | things around a little to try and improve download times.
* Update to 1.0.5.marcus2002-10-142-5/+5
|
* Update MASTER_SITES after directory re-org.archie2002-10-141-1/+1
|
* Update to version 1.17.archie2002-10-142-4/+3
|
* When shutting down from gdm, try to power down the machine instead of justmarcus2002-10-142-3/+12
| | | | | | | halting it. PR: 44018 Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
* Update to 4.1.0.dev5.shige2002-10-143-4/+22
| | | | Remove FORBIDDEN mark.
* Add a bit I forgot in my last commit.marcus2002-10-141-1/+1
|
* Disable automatic vty allocation. This only works on Linux, and breaksmarcus2002-10-132-4/+10
| | | | | | | GDM out-of-the-box. PR: 44012 Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
* Update to 2.1.1.marcus2002-10-136-6/+6
|
* If gnomepanel is installed, install a desktop entry for gimp.marcus2002-10-1310-0/+45
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* ncurses is goneijliao2002-10-132-14/+2
|
* Update modules: file, majordomo, postgresql, webmin.olgeni2002-10-132-2/+8
|
* netdude --> ports/net/netdudeijliao2002-10-131-0/+1
|
* add netdude 0.3.1ijliao2002-10-1326-0/+740
| | | | NETwork DUmp data Displayer and Editor for tcpdump tracefiles
* 1. Made post-install DESTDIR-safe.alane2002-10-138-32/+80
| | | | | 2. Made nicer message when USE_AUTOMAKE* is defined. 3. Removed unneeded WRKSRC= line.
* Cosmetic. Removed commented out stuff.alane2002-10-131-2/+1
|
* 1. Made post-install DESTDIR-safe.alane2002-10-136-89/+120
| | | | | | | | 2. Made install put files in the RIGHT place (no extra level of dirs; changing 'datadir' is not the right thing to do). 3. Made nice exit when you have USE_AUTOMAKE* defined. 4. Renamed patch files so I can tell what they do. 5. Portrevision bump => 3.
* HVSC-Update --> ports/audio/HVSC-Updateanders2002-10-131-0/+1
|
* Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection.anders2002-10-136-0/+46
|
* kris removed ports/mail/mh, so remove WITH_MH here then.anders2002-10-131-4/+0
|
* Add msg and failure if USE_AUTOCONF* defined.alane2002-10-1311-0/+110
|
* 1. Make nicer message is USE_AUTOCONF* defined.alane2002-10-131-8/+17
| | | | 2. Make post-install target actions DESTDIR-safe.
* Unbreak by creating subdir under applnk if necessary.alane2002-10-132-4/+6
| | | | Submitted by: so14k@so14k.com (maintainer via irc)
* Update to ircII-20020912kris2002-10-133-4/+4
| | | | Reviewed by: maintainer
* upgrade to 7.0.3ijliao2002-10-134-82/+83
| | | | | PR: 43590 Submitted by: maintainer
* upgrade to 0.6.1ijliao2002-10-1310-816/+1688
| | | | | | | | take over maintainership PR: 43996 Submitted by: Kyle Martin <mkm@ieee.org> Approved by: old maintainer timeout
* upgrade to 1.0.R.3ijliao2002-10-136-24/+88
| | | | | PR: 43990 Submitted by: maintainer
* Patch so it can use latest version of OpenH323 libs and bump port revisionroger2002-10-136-6/+6
|
* Back version down. Makefile used a bad algorithm to get port version,alane2002-10-131-3/+1
| | | | | | | | which broken when kde went to 3.0.4. No harm to back down here, since you can't have built the other one. PR: 43998 Submitted by: Lev Serebryakov
* fvcool --> ports/sysutils/fvcoollioux2002-10-131-0/+1
|
* New port fvcool version 1.0.2: VCool for FreeBSD - Cooling softwarelioux2002-10-137-0/+70
| | | | | | | for AMD Athlon/Durin CPUs PR: 43732 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
* liveMedia --> ports/net/liveMedianork2002-10-131-0/+1
|
* Add liveMedia(2002.10.11), a set of C++ libraries fornork2002-10-137-0/+247
| | | | | multimedia streaming, using open standard protocols (RTP/RTCP and RTSP).
* Fix a segfault in the Yahoo! module.marcus2002-10-136-3/+39
| | | | | Reported by: Kenneth W Cochran <kwc@TheWorld.com> Obtained from: gaim CVS
* Bump PORTREVISION (devel/newt shlib bump)perky2002-10-132-4/+4
|
* Update to 0.51.0perky2002-10-134-22/+48
|
* Remove the following modules:kris2002-10-131-5/+0
| | | | bc-gcc, libmalloc, p5-GtkGLArea, tclplugin, vrrp
* The tclplugin was marked BROKEN_ELF 4 years ago. Remove it.kris2002-10-136-155/+0
|
* The vrrp port was marked BROKEN 14 months ago. Remove it.kris2002-10-136-45/+0
|
* BROKEN -> IGNORE to prevent package buildkris2002-10-1313-13/+13
|
* The p5-GtkGLArea port has been marked BROKEN for 23 months waiting forkris2002-10-137-90/+0
| | | | a port which was never committed. Remove it.
* s/BROKEN/IGNORE/ to stop bento from building packageskris2002-10-131-1/+1
|
* This port has been broken for ELF systems since rev 1.1 (4 years, 2 monthskris2002-10-138-241/+0
| | | | ago). Remove it.
* Update to version 2.1.1.bsd2002-10-132-2/+2
|
* This port was marked BROKEN 23 months ago. Remove it.kris2002-10-1310-215/+0
|
* Remove the following modules:kris2002-10-131-17/+0
| | | | | SSLtelnet afd brouted colorls dejasearch ja-canuum ja-micq ja-tcsh ja-word ko-pine less mh ncurses pear scotty tcp_wrapper truncate
* truncate has been in the base system since 4.2-RELEASE. Remove it.kris2002-10-136-32/+0
|
* tcp_wrapper has been in the base system since 4.0-RELEASE. Remove it.kris2002-10-1314-701/+0
|
* This port was marked FORBIDDEN 13 months ago because it no longer works.kris2002-10-136-40/+0
| | | | Remove it.
* less has been part of the base system since 4.1-RELEASE. Remove it.kris2002-10-1315-189/+0
|
* colorls support has been in the base system since 4.0-RELEASE. Remove thiskris2002-10-137-623/+0
| | | | port.
* The word port has not been fetchable and has been marked FORBIDDEN forkris2002-10-136-68/+0
| | | | 11 months. Remove it.
* This port became part of the base system in 4.0-RELEASE and is thereforekris2002-10-1310-154/+0
| | | | obsolete. Remove it.
* The pear port was marked FORBIDDEN 9 months ago because it was incorporatedkris2002-10-136-184/+0
| | | | into mod-php 4.1.0. Remove it.
* This has been in the base system and marked FORBIDDEN since 4.0-RELEASE.kris2002-10-1311-5143/+0
| | | | Remove it.
* The scotty port was marked FORBIDDEN for security reasons 2 years and 1kris2002-10-1311-518/+0
| | | | month ago. Remove it.
* The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago.kris2002-10-1320-447/+0
| | | | Remove it.
* The mh port was marked FORBIDDEN for security reasons 2 years and 7 monthskris2002-10-1322-1205/+0
| | | | ago. Remove it.
* The pine port was marked FORBIDDEN for security reasons 2 years ago.kris2002-10-1331-1456/+0
| | | | Remove it.
* The micq port was marked FORBIDDEN for security reasons 13 months ago.kris2002-10-137-62/+0
| | | | Remove it.
* The afd port was marked FORBIDDEN for security reasons 14 months ago.kris2002-10-137-140/+0
| | | | Remove it.
* The brouted port was marked FORBIDDEN for security reasons 2 years and 1kris2002-10-136-48/+0
| | | | month ago. Remove it.
* The canuum port was marked FORBIDDEN for security reasons 2 years and 1 monthkris2002-10-139-275/+0
| | | | ago. Remove it.
* If defined(PACKAGE_BUILDING) then do not build with keramik/kwin backport.alane2002-10-139-0/+36
|
* Correct bare sourceforge.net MASTER_SITE to MASTER_SITE_SOURCEFORGE.kris2002-10-131-1/+2
| | | | Port still broken.
* Upgrade to version 1.2.grog2002-10-132-2/+2
| | | | Reminded by: kkenn
* BROKEN: Distfile no longer on MASTER_SITESkris2002-10-131-0/+2
|
* Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}kris2002-10-131-1/+2
|
* BROKEN: No listed MASTER_SITES carry the distfilekris2002-10-131-0/+2
|
* Correct MASTER_SITE -> MASTER_SITE_SOURCEFORGEkris2002-10-131-1/+2
|
* Maintainer => kde. Per mi's approval.alane2002-10-132-2/+2
|
* Portrevision => 3.alane2002-10-133-26/+43
| | | | | | Put the damn support files in the right place. Modifying $(datadir) was not the right way to do it. I knew there was something about this port that bugged me. I am content now. Love is all you need. Give peace a chance.
* Renamed patch files so I can tell what they do.alane2002-10-137-17/+0
| | | | Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
* Update to 0.12.dannyboy2002-10-132-2/+2
| | | | | PR: 43972 Submitted by: maintainer
* * Update to 1.99.13 [1]marcus2002-10-135-107/+118
| | | | | | | | | | | | * Don't install .la files [2] * Correct typo in pkg-install [2] * Add missing file to plist [2] * Correct GNOMENG dependency [2] * Fix portlint nits [2] PR: 43985 [1] Submitted by: maintainer [1] Approved by: maintainer [2]
* Use USE_X_PREFIX.marcus2002-10-131-0/+2
|
* Add patch forgotten in last commit.marcus2002-10-131-0/+10
|
* * Do not install .la filesmarcus2002-10-132-2/+4
| | | | | | | | * Correct GNOMENG usage to use gnomehack (this installs the .pc file in the correct location) * Use USE_X_PREFIX Approved by: maintainer
* Upgrade to 5.0.0. IPv6 was newly supported.sumikawa2002-10-132-4/+4
|
* Upgrade to 2.7f.sumikawa2002-10-133-2/+4
|
* Fix build on -current (use TMPDIR environment variable to get preferredkris2002-10-131-15/+27
| | | | | | | | tmp directory, and fall back to _PATH_TMP, instead of using header definitions that are no longer visible by default.) Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> (based on) PR: ports/42510
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-18/+19
| | | | Tag apache-ssl sites with :ssl.
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-139-8/+18
|
* Use most of the configure options from Ben Bucksch's .mozconfig.trevor2002-10-131-3/+5
| | | | | tested on: -CURRENT/i386 (it still compiles) Submitted by: Ben Bucksch
* Install manpages in standard only if OPENSSL_OVERWRITE_BASE is not set.dinoex2002-10-134-2/+18
|
* Chatzilla and the spell-checker are default extensions for Beonex,trevor2002-10-131-2/+2
| | | | | | | | | | so to disable Chatzilla, list all the other default extensions. The spell-checker is used by both the HTML editor and mail/news. I haven't yet added a knob to disable the HTML editor, so the spell-checker is always enabled too. Submitted by: Ben Bucksch
* Update MASTER_SITE_RINGSERVER:knu2002-10-131-10/+6
| | | | | - Remove www.mirrornavi.com from comment which seems to be dead. - Replace the http site with the Tenbin server.
* Get rid of .la files.olgeni2002-10-132-0/+50
|
* Vendor made minor code changes with no version bump. Label this askris2002-10-133-81/+82
| | | | ru-cyrproxy-1.4.2.20010208.
* Install openssl's man pages in standard manpathdinoex2002-10-136-14/+26
| | | | PR: 43658
* Update to superlu 2.0.20020923 (lots of code changes, no vendorkris2002-10-132-4/+3
| | | | version bump)
* Add a duplicate md5 sum (different email address in usenet article source)kris2002-10-131-0/+1
|
* Vendor distfile changes a URL in a comment. Add the new md5 sumkris2002-10-131-0/+1
|
* Update to awk 20020628kris2002-10-131-1/+1
|
* The last commit should also have read:marcus2002-10-130-0/+0
| | | | | PR: 43482 Submitted by: Erik Greenwald <erik@smluc.org>
* Fix build on -CURRENT.marcus2002-10-134-0/+52
|
* Drop maintainership.knu2002-10-131-1/+1
|
* Make Metacity 2.4.x the default version.marcus2002-10-133-2/+31
| | | | Submitted by: Franz Klammer <klammer@webonaut.com>
* Jake is changing the trapframe/regs/ucontext structures for FreeBSD/sparc64.obrien2002-10-133-0/+48
|
* Fix a typo: s/lawier/lawyer/blackend2002-10-131-1/+1
| | | | | | PR: docs/43921 Submitted by: Mike Bristow <mike@urgle.com> Approved by: portsmgr (will)
* Don't build the xfreemod enhancement until I have a chance to port it fromobrien2002-10-135-5/+5
| | | | GDB 5.2 to 5.3.
* Upgrade to a GDB 5.3 snapshot, after being repo copied from "gdb52".obrien2002-10-1320-37/+58
|
* Add "gdb53", which was repo copied from "gdb52".obrien2002-10-131-0/+1
|
* Update to 0.4, with a couple of patches applied. (which were submittedknu2002-10-135-7/+138
| | | | | | | to the author already) There were some (rather small) API changes. Read the bundled documents for details.
* Exclude src/contrib/gdb/gdb/version.in from header checking.mp2002-10-131-0/+1
|
* Add the sample config filensayer2002-10-134-0/+4
|
* Update to 2.1.2ume2002-10-132-2/+2
|
* change maintainer emailijliao2002-10-131-1/+1
| | | | | PR: 43971 Submitted by: maintainer
* upgrade to 10.10ijliao2002-10-136-36/+26
| | | | | PR: 43969 Submitted by: Ports Fury
* upgrade to 0.94ijliao2002-10-132-7/+3
| | | | | PR: 43968 Submitted by: Ports Fury
* upgrade to 0.4.1ijliao2002-10-132-2/+2
| | | | | PR: 43967 Submitted by: Ports Fury
* - Fix MASTER_SITESijliao2002-10-131-1/+1
| | | | | PR: 43966 Submitted by: Ports Fury
* upgrade to 0.2.0ijliao2002-10-133-2/+20
| | | | | PR: 43965 Submitted by: Ports Fury
* upgrade to 1.0.14ijliao2002-10-133-4/+6
| | | | | PR: 43964 Submitted by: Ports Fury
* long live apple.asimov.net!nsayer2002-10-121-1/+1
|
* - Add MASTER_SITE_SUNSITE to MASTER_SITESijliao2002-10-122-29/+8
| | | | | | | - Support install macros PR: 43963 Submitted by: Ports Fury
* upgrade to 3.0.1ijliao2002-10-123-16/+4
| | | | | PR: 43962 Submitted by: Ports Fury
* upgrade to 1.1.7ijliao2002-10-1212-200/+148
| | | | | PR: 43960 Submitted by: Ports Fury
* fix obscure signal-handling bugsijliao2002-10-123-1/+27
| | | | | | | add readline support PR: 43945 Submitted by: maintainer
* upgrade to 1.4.3ijliao2002-10-124-12/+28
| | | | | PR: 43943 Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
* jabber-yahoo --> ports/net/jabber-yahoonsayer2002-10-121-0/+1
|
* Add jabber-yahoo 2.0.1, jabber Yahoo Transport module.nsayer2002-10-1213-0/+103
|
* py-probstat --> ports/math/py-probstatijliao2002-10-121-0/+1
|
* add py-probstat 0.912ijliao2002-10-126-0/+35
| | | | Probability And Statistics Utils for Python
* tdb --> ports/databases/tdbijliao2002-10-121-0/+1
|
* add tdb 1.0.6ijliao2002-10-126-0/+43
| | | | Trivial Database
* Update to 2.0.0perky2002-10-126-189/+36
|
* Update to version 9.3d.gj2002-10-1214-28/+24
| | | | Delete patch-file.c since it is now part of the port.
* Update to 0.40perky2002-10-122-2/+2
|
* WWW site moved.perky2002-10-121-1/+1
|
* Update to 0.5.8.ume2002-10-123-26/+18
| | | | | | PR: 43414 Submitted by: Paulius Bulotas <paulius@noname.csdl.lt> (with some modification)
* libsigc++12 --> ports/devel/libsigc++12marcus2002-10-121-0/+2
| | | | gtk--2 --> ports/x11-toolkits/gtk--2
* Add gtk--2.marcus2002-10-121-0/+1
|
* Add libsigc++12.marcus2002-10-121-0/+1
|
* Add libsigc++12 after repo copy from libsigc++. Libsigc++2 is the typesafemarcus2002-10-1218-306/+118
| | | | | | | | callback library for C++. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++marcus2002-10-1224-960/+1908
| | | | | | | | bindings for GTK+-2.0. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Update to 2.1.0.ume2002-10-123-4/+4
|
* Default to the Modern theme (untested, except by selecting it intrevor2002-10-121-1/+1
| | | | | | the preferences dialog). submitted by: Ben Bucksch
* Use official URL.trevor2002-10-121-1/+1
| | | | submitted by: Ben Bucksch
* Updated to version 0.6.0alane2002-10-122-2/+2
| | | | | PR: ports/43620 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Update MD5 for KDE 3.0.4. The pkg-plist may not be right, though. I missedalane2002-10-122-2/+2
| | | | this one in the great commit last night.
* Fix comment/description to say KDE3, not KDE2.alane2002-10-122-2/+2
|
* Move <sys/types.h> higher up in the include list to fix build on current.alane2002-10-127-0/+126
| | | | Submitted by: Alfred Perlstein (via kde list)
* Update to 1.5.4.marcus2002-10-123-8/+8
|
* Be a bit more precise creating the list command. This allowsjwd2002-10-121-0/+11
| | | | | | | spegla to interoperate with lukemftpd. A patch to lukemftpd will allow prior versions of spegla to work correctly. Found by: The update of releng4
* Make esound support optional.marcus2002-10-123-3/+39
| | | | PR: 43600
* Update to dumpasn1-20021007kris2002-10-122-3/+3
|
* Update to syslog-ng 1.4.16, which fixes a security vulnerability.kris2002-10-124-4/+4
|
* Unbreak.jmz2002-10-121-5/+5
| | | | | PR: ports/43603 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Remove xklock port. It has been forbidden for 20 months.trevor2002-10-1211-106/+0
|
* Add yet another Sunsite mirror in Germany.trevor2002-10-121-0/+1
|
* Make fetchable.trevor2002-10-121-5/+2
|
* Change spaces to tabs (portlint).trevor2002-10-121-6/+6
|
* Updated from 2.0 beta 2 to 2.0 release version. (I'm not confused, really,alane2002-10-120-0/+0
| | | | I'm not. It's much worse than that. -- AlanE)
* xmlenc --> ports/textproc/xmlencznerd2002-10-121-0/+1
|
* New port: xmlenc, a light-weight XML encoding library for Java.znerd2002-10-126-0/+102
| | | | PR: 43946
* Update to 2.1.8.ume2002-10-125-21/+195
|
* Moved MAINTAINER up in the file to stop portlint from complaining.znerd2002-10-121-2/+2
|
* Changed WWW reference.znerd2002-10-121-1/+1
|
* Committed, with a couple of pkg-plist changes. Thanks, d00d3!alane2002-10-123-63/+74
| | | | | PR: 43939 Submitted by: Tilman Linneweh <tilman@arved.de>
* linux-phoenix --> ports/www/linux-phoenixtrevor2002-10-121-0/+1
|
* new Linux/i386 binary port of the Phoenix browsertrevor2002-10-1213-0/+262
| | | | | | | | | Aaron Voisine submitted a port of this, but I like my version better because it has a script to scavenge plugins, and because it saves space by generating its packing list. I've given the maintainership to Mr. Voisine. PR: 43936 and 43937
* Update to 0.59.4.marcus2002-10-126-6/+6
| | | | Submitted by: seanc
* Add lost patch, was dropped during sync list local treedinoex2002-10-121-10/+8
|
* Chase header file location change in latest ffmpeg port updatelioux2002-10-122-4/+4
| | | | Reviewed by: freebsd-multimedia mailing list (silence)
* o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISIONlioux2002-10-1242-304/+1894
| | | | | | | | | | | | | | since this is unversioned. o Add booktree capture support with patches kindly supplied by "Steve O'Hara-Smith" <steve@sohara.org>. Work is in progress to get these merged back into ffmpeg's CVS repo o Add WITH_MP3 for lame mp3 support o Add WITH_VORBIS for vorbis support o Install shared library for the first time, begin versioning at 0 Reviewed by: freebsd-multimedia mailing list, "Steve O'Hara-Smith" <steve@sohara.org>, Anish Mistry <mistry.7@osu.edu>