summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add blitz++ 0.6Ying-Chieh Liao2002-10-108-0/+379
| | | | | | | A C++ class library for scientific computing Notes: svn path=/head/; revision=67732
* Fix build-breakage.Shigeyuki Fukushima2002-10-101-1/+1
| | | | | | | Submitted by: Patrick Li <pat@FreeBSD.org> Notes: svn path=/head/; revision=67731
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-1011-57/+18
| | | | | | | | | | | | | | | | | | | .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758 Notes: svn path=/head/; revision=67730
* Various fixes for new scheme of detecting intl.4, which comes with thisDmitry Sivachenko2002-10-106-70/+60
| | | | | | | | | | | version of GNU make. Submitted by: KATO Tsuguru <tkato@prontomail.com> Also provide WITHOUT_NLS knob to build without localized messages. Notes: svn path=/head/; revision=67729
* - Enable --with-pthreads option.Ying-Chieh Liao2002-10-102-16/+25
| | | | | | | | | | | - Add WITH_GUI support(not default). PR: 36129 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=67728
* Make sure that it doesn't attempt to fclose a NULL pointer if ~/.xpilotrcYing-Chieh Liao2002-10-101-2/+11
| | | | | | | | | | | is not present. PR: 38001 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> Approved by: maintainer timeout Notes: svn path=/head/; revision=67727
* Tcpreplay is distributed with libredblack 1.1.0, however,Scott Mace2002-10-102-0/+20
| | | | | | | | | libredblack 1.2 in the ports tree. Fix tcpreplay to work with libredblack 1.2 Notes: svn path=/head/; revision=67726
* add DISTNAMEScott Mace2002-10-102-0/+2
| | | | Notes: svn path=/head/; revision=67725
* Fix version numbering.Scott Mace2002-10-102-2/+2
| | | | Notes: svn path=/head/; revision=67724
* Upgrade to tcpreplay-1.3-beta2Scott Mace2002-10-1022-862/+198
| | | | Notes: svn path=/head/; revision=67723
* Upgrade to version 1.2Scott Mace2002-10-102-2/+2
| | | | Notes: svn path=/head/; revision=67722
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-0911-11/+15
| | | | | | | | | | | | | | | | | The fix consists of 2 lines at the beginning of the program: setuid(geteuid()); setgid(getegid()); Bumped PORTREVISION of Orion, Tomcat and JBoss ports. PR: 40470, 43679 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002) Notes: svn path=/head/; revision=67721
* Fixed checksum mismatch. Provided alternative download locationErnst de Haan2002-10-092-2/+2
| | | | | | | | | for old version of distfile. PR: 43397 Notes: svn path=/head/; revision=67720
* Maintainership dropped by maintainer. Back to freebsd-ports.Ernst de Haan2002-10-094-8/+2
| | | | | | | | PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=67719
* Changed target installation directory so it does not includeErnst de Haan2002-10-0910-13/+20
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* Back out the previous commit to use gcc3.2 on STABLE.Martin Blapp2002-10-093-3/+3
| | | | | | | | The gcc3.2 ports seems to be based on a broken version, which does has internal gcc errors. Notes: svn path=/head/; revision=67717
* New port: java-checkstyle.Ernst de Haan2002-10-095-0/+74
| | | | | | | | PR: 42412 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Notes: svn path=/head/; revision=67715
* Upgrade to Jakarta Ant 1.5.1.Ernst de Haan2002-10-096-6/+8
| | | | | | | | | | See: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/README PR: 43859 Notes: svn path=/head/; revision=67714
* Forgot to remove this one...Jimmy Olgeni2002-10-091-12/+0
| | | | Notes: svn path=/head/; revision=67713
* Update to newer distribution.Dirk Meyer2002-10-092-6/+11
| | | | | | | revert to old path, as most people use realitive path in their configs Notes: svn path=/head/; revision=67712
* Update to 4228James E. Housley2002-10-092-2/+2
| | | | Notes: svn path=/head/; revision=67711
* Update to version 1.2.4.Jimmy Olgeni2002-10-092-5/+4
| | | | Notes: svn path=/head/; revision=67710
* Add support for Docbook 4.2.Joe Marcus Clarke2002-10-093-21/+26
| | | | | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=67709
* upgrade to 2.5Ying-Chieh Liao2002-10-098-484/+562
| | | | | | | | PR: 43868 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=67708
* - Fix MASTER_SITES, as far as author (again) changed it's location;Ying-Chieh Liao2002-10-092-3/+14
| | | | | | | | | | | - Fix build on per-nl_langinfo systems (RELENG_4_4 for example); - Remove unnecceccary CONFIGURE_ARGS; PR: 43834 Submitted by: maintainer Notes: svn path=/head/; revision=67707
* upgrade to 1.0.7Ying-Chieh Liao2002-10-094-52/+74
| | | | | | | | PR: 43266 Submitted by: maintainer Notes: svn path=/head/; revision=67706
* properly handles CPPFLAGSYing-Chieh Liao2002-10-091-1/+2
| | | | | | | | PR: 43683 Submitted by: Ports Fury Notes: svn path=/head/; revision=67705
* fix WWWYing-Chieh Liao2002-10-091-1/+1
| | | | | | | | PR: 43867 Submitted by: maintainer Notes: svn path=/head/; revision=67704
* fix buildYing-Chieh Liao2002-10-091-0/+13
| | | | | | | | PR: 43855 Submitted by: Maxim Maximov <mcsi@agava.com> Notes: svn path=/head/; revision=67703
* add missing files to PLISTYing-Chieh Liao2002-10-092-1/+4
| | | | | | | | PR: 43850 Submitted by: maintainer Notes: svn path=/head/; revision=67702
* Fix plist.Joe Marcus Clarke2002-10-091-1/+0
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=67701
* Apply the vendor patch for the recent security exploit.Joe Marcus Clarke2002-10-092-1/+140
| | | | | | | See http://online.securityfocus.com/bid/5602/info/ for more details. Notes: svn path=/head/; revision=67700
* Hack up some of the conditionals so that they work with older versions ofJoe Marcus Clarke2002-10-091-9/+17
| | | | | | | | | make. PR: 43813 Notes: svn path=/head/; revision=67699
* Fix a bug in the DTD validation code that caused a seg fault due to freeingJoe Marcus Clarke2002-10-092-0/+56
| | | | | | | unitialized memory. Notes: svn path=/head/; revision=67698
* Add a patch that allows one to debug XFree86 loadable modules.David E. O'Brien2002-10-0914-10/+30
| | | | | | | | Ported from http://www.dawa.demon.co.uk/xfree-gdb/ and http://sources.redhat.com/ml/gdb-patches/2001-09/msg00306.html. Notes: svn path=/head/; revision=67697
* Fix intl.4 library name spelling.Dmitry Sivachenko2002-10-092-2/+2
| | | | Notes: svn path=/head/; revision=67696
* GNU make now has no included gettext.Dmitry Sivachenko2002-10-092-2/+2
| | | | | | | Add dependency to devel/gettext port. Notes: svn path=/head/; revision=67695
* upgrade to 1.7.1Ying-Chieh Liao2002-10-093-6/+14
| | | | Notes: svn path=/head/; revision=67694
* 1. Update to 1.0.8Hye-Shik Chang2002-10-094-3/+13
| | | | | | | | | | | | | 2. Do not install useless .la files [2] is on ports/42889 but previous revision's committer might forget to do cvs add. PR: 42889 [2] Submitted by: Ports Fury [2] Notes: svn path=/head/; revision=67693
* Add Net::GeoIP, a Ruby wrapper for libGeoIP.Sean Chittenden2002-10-096-0/+44
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=67691
* Fix two misplaced ${WRKDIRPREFIX}="" defines which broke the build forMartin Blapp2002-10-093-6/+6
| | | | | | | | | read only mounted ports three with WRKDIRPREFIX set. PR: 43374 Notes: svn path=/head/; revision=67690
* Use gcc3.2 port to build for STABLE too.Martin Blapp2002-10-093-3/+3
| | | | Notes: svn path=/head/; revision=67688
* Fix a missleading warning about a bug which is fixed in 4.7-RELEASE.Martin Blapp2002-10-093-15/+15
| | | | | | | | | PR: 43836 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Fernan Aguero <fernan@iib.unsam.edu.ar> Notes: svn path=/head/; revision=67687
* Gmake now needs libiconv. I don't really care why, but a clean-room makeWill Andrews2002-10-092-0/+4
| | | | | | | | | | package fails otherwise. Anyone who wants to improve on this commit should make sure to test that make package still works with libiconv not installed *before* doing anything. See the following log for more info: http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log Notes: svn path=/head/; revision=67686
* Commit miss: correct the path of the library dependency to net/GeoIP.Sean Chittenden2002-10-091-1/+1
| | | | Notes: svn path=/head/; revision=67685
* Move GeoIP and perl friend from misc/ to net/Sean Chittenden2002-10-092-2/+2
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=67684
* Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].Sean Chittenden2002-10-0914-130/+13
| | | | | | | | | | | | | Fixed build of net/GeoIP on -STABLE[2]. PR: ports/43807 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2] Submitted by: seanc [1] Reviewed by: knu (mentor/portmgr) Notes: svn path=/head/; revision=67683
* o Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardwareEric Anholt2002-10-096-106/+24
| | | | | | | | o Use XFree86's mga driver, even in the WITH_MATROX_GXX_DRIVER case. (it now only adds installation of the hal library) Notes: svn path=/head/; revision=67682
* Upgrade to 4.2.Jun Kuriyama2002-10-096-22/+14
| | | | | | | Submitted by: des Notes: svn path=/head/; revision=67681
* Fix buildPatrick Li2002-10-091-6/+20
| | | | | | | | PR: ports/43687 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=67680