aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.20 of Tom's AVR Assembler. This version adds theWes Peters2004-01-293-6/+6
| | | | | | | | | .align directive from the Atmel assembler. Prodded by: kkenn, who noticed the bento failure. Notes: svn path=/head/; revision=99359
* - make COMMENT betterPete Fritchman2004-01-293-2/+42
| | | | | | | | | | | | | - modify the wrapper script to build a sample application dot-dir on start if it doesn't already exist - add a pkg-message reflecting the above - bump PORTREVISION PR: 62001 Submitted by: maintainer Notes: svn path=/head/; revision=99358
* Update checksumEdwin Groothuis2004-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noticed by: bento Changes in tarball: diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c 1714c1714 < #line 4489 "gram.y" --- > #line 4493 "gram.y" 5351c5351,5353 < Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i ntval; > } 5358c5360,5362 < Currstruct_p->u.bar_p->precbartype = SINGLEBAR; --- > if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) { > Currstruct_p->u.bar_p->precbartype = SINGLEBAR; > } 5364c5368 < #line 3602 "gram.y" --- > #line 3606 "gram.y" Notes: svn path=/head/; revision=99357
* The FTP site seems to be "permission denied",Edwin Groothuis2004-01-291-1/+1
| | | | | | | | | The HTTP site has moved to .de Noticed by: bento Notes: svn path=/head/; revision=99356
* fix build on -stableYing-Chieh Liao2004-01-298-0/+87
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99355
* Update to 0.2.2Mario Sergio Fujikawa Ferreira2004-01-296-10/+16
| | | | Notes: svn path=/head/; revision=99354
* - Update WWWPav Lucistnik2004-01-291-2/+3
| | | | | | | | PR: ports/62049 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=99353
* Update to Version 4.3.0.Brian S. Dean2004-01-283-3/+6
| | | | Notes: svn path=/head/; revision=99352
* - Fix patchingPav Lucistnik2004-01-281-2/+2
| | | | | | | Submitted by: bento via kris Notes: svn path=/head/; revision=99351
* Fix distfile checksum (there was a re-rolling between my prerelease tarball andEric Anholt2004-01-281-1/+1
| | | | | | | | | release). Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl> Notes: svn path=/head/; revision=99350
* Revert an upstream change (which in turn reverted a fix which happened toGerald Pfeifer2004-01-284-0/+36
| | | | | | | | | | | | | | | cause higher memory consumption). This should avoid errors of the following kind: err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available Bump PORTREVISION. Problem reported by: pav, Benjamin Lutz <benlutz@datacomm.ch> Notes: svn path=/head/; revision=99349
* Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26Gerald Pfeifer2004-01-2839-507/+494
| | | | | | | | change to the gcc33 port and introduce a new make variable SUFFIX to avoid hardcoding the version number and reorder USE_ variables. Notes: svn path=/head/; revision=99348
* - Update to 1.0.5Pav Lucistnik2004-01-284-4/+15
| | | | | | | | PR: ports/62019 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99347
* Add DRAC support for courier-imapOliver Lehmann2004-01-283-1/+57
| | | | | | | Submitted By: nork Notes: svn path=/head/; revision=99346
* - Update to 2.59Clement Laforet2004-01-283-14/+4
| | | | | | | - minor cleanups Notes: svn path=/head/; revision=99345
* Fix owner of $PREFIX/lib.Martin Cracauer2004-01-281-1/+2
| | | | | | | | PR: ports/62011 Submitted by: David Magda <dmagda+prbugs@ee.ryerson.ca> Notes: svn path=/head/; revision=99344
* Obey CXX againAndrey A. Chernov2004-01-281-1/+1
| | | | | | | Submitted by: Charles Swiger <chuck@pkix.net> Notes: svn path=/head/; revision=99343
* Chase the libxklavier shared lib version.Joe Marcus Clarke2004-01-281-2/+2
| | | | Notes: svn path=/head/; revision=99342
* Update to 0.97.Joe Marcus Clarke2004-01-283-38/+3
| | | | Notes: svn path=/head/; revision=99341
* Update to DAT 4320James E. Housley2004-01-282-3/+3
| | | | Notes: svn path=/head/; revision=99340
* Upgrade to version 1.130 (and remove .bak files after patching).Jimmy Olgeni2004-01-283-32/+11
| | | | Notes: svn path=/head/; revision=99339
* graphics/sketch -> graphics/skencilKirill Ponomarev2004-01-281-0/+1
| | | | Notes: svn path=/head/; revision=99337
* - Remove graphics/sketch because the project's name wasKirill Ponomarev2004-01-2812-782/+0
| | | | | | | | changed. - New name is graphics/skencil Notes: svn path=/head/; revision=99336
* - Rename graphics/sketch to graphics/skencilKirill Ponomarev2004-01-2812-713/+680
| | | | | | | | | | | | (project's name was changed) - Update to version 0.6.16 - graphics/sketch will be removed PR: ports/61957 Submitted by: Ports Fury Notes: svn path=/head/; revision=99335
* Add proper configure target by merging patch from ports/62034.Jimmy Olgeni2004-01-281-3/+8
| | | | | | | | PR: 62034 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=99334
* Speling 8POliver Eikemeier2004-01-282-2/+2
| | | | Notes: svn path=/head/; revision=99333
* Add proper autoconf support, do not use -O2 by default.Jimmy Olgeni2004-01-281-2/+7
| | | | | | | | PR: 62034 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=99332
* Add enigmail-thunderbird 0.83.1, a GnuPG extension for the ThunderbirdAlex Dupre2004-01-284-0/+41
| | | | | | | | | mail client. Approved by: nork (mentor) Notes: svn path=/head/; revision=99330
* Remove extraneous text. List size. Add ID.Trevor Johnson2004-01-281-44/+2
| | | | Notes: svn path=/head/; revision=99328
* Add enigmail 0.83.1, a GnuPG extension for the Mozilla mail client.Alex Dupre2004-01-287-0/+105
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=99327
* Update to 2.6.5.Joe Marcus Clarke2004-01-283-2/+5
| | | | Notes: svn path=/head/; revision=99326
* Add conflict between devel/antlr and devel/pccts. Maintainer ofAlexander Leidinger2004-01-282-0/+4
| | | | | | | | | antlr port informed. Requested by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=99325
* Remove dcons, dcons was integrated to FreeBSD system.Norikatsu Shigemura2004-01-289-146/+0
| | | | | | | | Pointed out by: bento via kris Suggested by: simokawa (developper) Notes: svn path=/head/; revision=99324
* Add some more examples (inn, apache) to test combined >= & < relationsOliver Eikemeier2004-01-282-2/+20
| | | | Notes: svn path=/head/; revision=99323
* tandart vulnerability test for port auditing systemsOliver Eikemeier2004-01-285-0/+101
| | | | | | | | | | | This is a package to test FreeBSD port auditing systems, e.g. portaudit and the upcoming VuXML based system. Even though it installs no files, it is listed in the portaudit database as vulnerable. Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE Notes: svn path=/head/; revision=99322
* Update to 0.29.01Mathieu Arnold2004-01-283-6/+5
| | | | Notes: svn path=/head/; revision=99321
* Update to 2004.01.28.Norikatsu Shigemura2004-01-282-2/+2
| | | | Notes: svn path=/head/; revision=99320
* Update to 0.29.01Mathieu Arnold2004-01-283-6/+5
| | | | Notes: svn path=/head/; revision=99319
* 1. Switch 5.x version of jdk14 back to libc_r as default threading library.Alexey Zelkin2004-01-2815-3297/+3660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We switched FreeBSD-5.x port to libkse as default threading library before releasing of patchset 6, but users who has most of stuff linked against libc_r and attempted to use jdk linked against libkse got into local hell of threading libraries mix. So, rollback to libc_r by default and add PTHREAD_LIBS support for this port. IMPORTANT: In order to use libkse as threading library for jdk14 you have to use rtld's libmap feature or recompile your ports stuff (like mozilla) with libkse. NOTE: libkse still has issues with java debug support, so if you're going to use debuging (JVMDI) stuff - leave with libc_r for now. 2. Disable IPv6 support by default. Unfortunatelly due to security reasons IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so those who would like to use Java Networking stuff had to manually enable it. To make jdk14 port more user-friendly IPv6 is disabled now on compile time. Those who need this stuff enabled have to use WITH_IPV6 compile time option. 3. Add MINIMAL compile option. If this option is used to build jdk14 port then plugin, javaws and demos stuff will not be installed and/or packaged. Also (as noted in [5]) X11 runtime dependancy will not be registered into built package. 4. Strip runtime depends of jdk14 port. There's no need to require open-motif to be runtime depends since libXm is staticly linked into libawt.so. 5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN case only. This should affect only prebuilt package users: there's no need to install X11 libraries if you're going to use non-GUI stuff only (i.e. tomcat or jboss) 6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries. 7. Bump PORTVERSION Reported by: many [1] Submitted by: glewis [6] Requested by: marcus [6] Notes: svn path=/head/; revision=99318
* Update license to most recent SCSL license version.Alexey Zelkin2004-01-283-72/+42
| | | | Notes: svn path=/head/; revision=99317
* - update to 20040126Dirk Meyer2004-01-282-2/+2
| | | | | | | | | | | Various bugfixes Added support for OLE2 / VBA streams scanning PR: 61948 Submitted by: rob@debank.tv Notes: svn path=/head/; revision=99316
* PREFIX-safeness fixes.Michael Nottebrock2004-01-282-2/+4
| | | | Notes: svn path=/head/; revision=99315
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=99314
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-284-4/+4
| | | | Notes: svn path=/head/; revision=99313
* Return to ports@ -- I haven't maintained this in ages.Eric Anholt2004-01-281-1/+2
| | | | Notes: svn path=/head/; revision=99312
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=99311
* - Unbreak itKirill Ponomarev2004-01-281-5/+5
| | | | | | | | | | - Honour CFLAGS PR: ports/62018 Submitted by: maintainer Notes: svn path=/head/; revision=99310
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-285-5/+5
| | | | Notes: svn path=/head/; revision=99309
* Update to 2004.01.27.Norikatsu Shigemura2004-01-282-2/+2
| | | | | | | Submitted by: Yoshihiko Sarumaru <sarumaru@yamayuri.org> Notes: svn path=/head/; revision=99308
* Replace rtc with a revamped version that I've been working on. This versionMike Silbersack2004-01-282-31/+109
| | | | | | | | | | uses tsleep / selrecord and a worker thread to provide a much better emulation of the rtc driver, as well as greatly decreased processor usage. Device cloning as well as a few more tweaks to the emulation are still pending. Notes: svn path=/head/; revision=99307