aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add webbench 1.3, simple forking web benchmark.ale2004-01-146-0/+55
| | | | | | PR: ports/61307 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: nork (mentor/implicitly)
* Improved download URL to be more specific.znerd2004-01-141-1/+1
|
* - Remove thread support in apr. The code prevents apache from runningclement2004-01-144-52/+2
| | | | | | | | | | | | | | | | | | | on > 4.8-STABLE (from september 2003) system because apache2 used libc_r instead of libc. Compiling with -lkse (on -CURRENT) was broken too. - bump PORTREVISION to force users to upgrade. NOTE: on -STABLE DO NOT DEFINE WITH_THREADS. (unless you use a threaded MPM) Thanks to Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> who helped me to track the problem. Noticed by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> HAYASHI, "Lef" Tatsuya <lef@st.rim.or.jp> [1] PR: 61317 [1] Approved by: erwin (mentor) (implicitly)
* Only remove share/icons if it exists and is empty.marcus2004-01-141-1/+1
|
* - Update to 2.7pav2004-01-142-2/+2
| | | | | PR: ports/61333 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.0.1pav2004-01-142-4/+4
| | | | | | | - Fix typo in comment PR: ports/61330 Submitted by: Martin Kraft <martin.kraft@fal.de>
* Fix a regression in the upgrade to gaim 0.75: sscanf() was called withnectar2004-01-144-0/+58
| | | | | | | | | | an unterminated buffer, resulting in a segfault depending upon the environment e.g. locale settings. If you are getting crashes when attempting to sign onto Yahoo! messenger, this may be the issue. This is being tracked at gaim.sf.net as request ID 876365. Approved by: marcus (maintainer)
* - Update to version 0.5.3krion2004-01-142-3/+3
|
* Minor patch to remove bogus dependancy and to stop portlint FATAL error.znerd2004-01-143-9/+0
| | | | | PR: 61220 Submitted by: jonc@chen.org.nz (maintainer)
* Update to the 2004-01-12 snapshot of GCC 3.3. Make the automatic generationgerald2004-01-142-15/+18
| | | | | | | | of the package list for libraries and include files more failure tolerant, so that at least `make install` now works on sparc64. libgcj still is not supported and packaging is broken on sparc64; mark BROKEN on that platform.
* hapy --> ports/devel/hapypav2004-01-141-0/+1
|
* Add hapy, a runtime parser generator.pav2004-01-145-0/+60
| | | | | | | http://www.hapy.org/ PR: ports/61324 Submitted by: Alex Rousskov <rousskov@measurement-factory.com>
* Remove forgotten file.clement2004-01-141-0/+0
| | | | Approved by: erwin (mentor) (implicitly)
* Update to 0.05clement2004-01-144-24/+7
| | | | | | PR: 61231 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Approved by: erwin (mentor) (implicitly)
* hicolor-icon-theme --> ports/misc/hicolor-icon-thememarcus2004-01-141-0/+1
|
* Add hicolor-icon-theme, a set of high-color desktop icons from the FreeDesktopmarcus2004-01-146-0/+83
| | | | project.
* - Update to 0.10.3pav2004-01-142-2/+2
| | | | | PR: ports/61328 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 2.02pav2004-01-144-126/+5
| | | | | | | | | | | | | | | | * Fix severe byte order related problem with "route-to" rules (much help from Joris Vandalon with testing here) * Make tcpdump's -w flag work for if_pfsync * Fix byte order and drop lock for icmp_error() calls. (note that it is necessary to allow icmp_error messages - from "block-policy return" - as FreeBSD does not know about pf's special tags, yet). - update ALTQ-message to point to the new 5.2R-patchset from rofug.ro as well PR: ports/61318 Submitted by: Max Laier <max@love2party.net> (maintainer)
* - Update to 1.6.1pav2004-01-144-4/+4
| | | | | PR: ports/61327 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* - Update to 0.92.0, now with FreeBSD Bluetooth stack supportpav2004-01-144-6/+6
| | | | | PR: ports/61319 Submitted by: Kirill Bezzubets <kirill@mpool.solaris.ru> (maintainer)
* - Update to 2.3 and use ${DATADIR}krion2004-01-143-9/+9
| | | | | PR: 61321 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Update libpcap to latest beta version and add option to overwrite base systembms2004-01-145-2/+67
| | | | | | | version of libpcap. PR: ports/61096 Submitted by: edwin
* eclipse-vep --> ports/java/eclipse-vepalex2004-01-141-0/+1
|
* First-class GUI building tools for Eclipsealex2004-01-145-0/+777
|
* Update tcpdump port to latest beta with fixes for security vulnerabilitiesbms2004-01-143-2/+32
| | | | | | | | in tandem with vendor branch in src tree. Add an option to overwrite the base system tcpdump. PR: ports/61103 Submitted by: edwin
* eclipse-emf --> ports/java/eclipse-emfalex2004-01-141-0/+1
|
* Add Eclipse Modeling Frameworkalex2004-01-145-0/+459
|
* Remove the gnomeaudio component as it is only used by one port, x11/gnome2,marcus2004-01-141-4/+1
| | | | | | which registers it as an explicit RUN_DEPENDS. Submitted by: adamw
* * Correct a typo in the libartlgpl2 detection [1]marcus2004-01-141-16/+54
| | | | | | | | | | | | | | * Simplify the {BUILD,RUN}_DEPENDS code [1] * Add a new intlhack component for ports that require intltool >= 0.28 * Add a gstreamerplugins component [2] * Add an lthack component that takes the place of the standard GNOME patch-configure [2] * Add pygtk, pygnome, pygtk2, and pygnome2 components [2] * Point gnomeaudio to audio/gnomeaudio2 [2] * Categorize the USE_GNOME component list [2] Submitted by: Rolf Grossmann <rg@progtech.net> [1] adamw [2]
* Conver this port to USE_GNOME, add gnome to the categories list, andmarcus2004-01-141-6/+3
| | | | | | assign maintainership to gnome@. Approved by: olgeni (previous maintainer)
* Fix the inverted logic in battlestar's initialization, which led toroam2004-01-144-2/+24
| | | | a coredump shortly after starting a game from the beginning.
* OBE by REINPLACE action in pre-configure.obrien2004-01-141-8/+0
| | | | | PR: ports/46317 Submitted by: David Yeske <dyeske@yahoo.com>
* eclipse-xsd --> ports/java/eclipse-xsdalex2004-01-141-0/+1
|
* Add Eclipse XML Schema Infoset Modelalex2004-01-145-0/+256
|
* Clear how to apply a patch for 4-stable rtld-elf.nork2004-01-141-1/+3
| | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
* - Update to 20040113dinoex2004-01-145-8/+49
| | | | | | | | | Add freshclam daemon startup script Modify freshclam.conf with sane values Milter script cleanup (Milter socket changed) PR: 61313 Submitted by: rob@debank.tv
* - Update to 2.07-pre7.ale2004-01-144-28/+42
| | | | | | | | - Use gtk2 instead of gtk1. PR: ports/61299 Submitted by: Marco Molteni <molter@tin.it> (maintainer) Approved by: nork (mentor/implicitly)
* . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.glewis2004-01-141-1/+2
| | | | | PR: 61311 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* - Add WITHOUT_NLS knobkrion2004-01-142-0/+13
| | | | | PR: 61314 Submitted by: maintainer
* - Update to 1.5 RC8. [1] [2]ale2004-01-1450-610/+1700
| | | | | | | | | | | - Note that libgds.so is now symlinked to libfbembed.so rather than libfbclient.so. This restores Firebird 1.0.x shared library compatibility and fixes PHP build. [2] PR: ports/61276 [1], ports/61310 [2] Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> [1], Chris Knight <chris@e-easy.com.au> (maintainer) [2] Approved by: nork (mentor)
* - fix *squirrelmail ports.clement2004-01-133-6/+57
| | | | | | | | - add slaveport-target - fix INDEX build - add forgotten file Approved by: erwin (mentor)
* Prevent /usr/local/lib/gimp from being created. CONFIGURE_ARGS prevents the gimpadamw2004-01-133-0/+69
| | | | plugin from being compiled anyway.
* phpeclipse_sql --> ports/java/phpeclipse_sqlalex2004-01-131-0/+1
|
* Disable code that was creating /usr/local/lib/gtk-2.0 and not puttingadamw2004-01-131-0/+25
| | | | | anything in it. There's no need to have this try to create /usr/X11R6/lib/gtk-2.0 either.
* phpeclipse_phphelp --> ports/java/phpeclipse_phphelpalex2004-01-131-0/+1
|
* Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDEalex2004-01-135-0/+39
| | | | | | | Framework. PR: 58402 Submitted by: rtdean@cytherianage.net
* - Add WITHOUT_NLS knobkrion2004-01-134-54/+70
| | | | | PR: 61312 Submitted by: maintainer
* Update MASTER_SITE and WWWmat2004-01-132-7/+6
|
* phpeclipse_tidy --> ports/java/phpeclipse_tidyalex2004-01-131-0/+1
|
* Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipsealex2004-01-135-0/+46
| | | | | | | IDE Framework. PR: 58401 Submitted by: rtdean@cytherianage.net
* Fix a buffer overflow problem.jmz2004-01-132-1/+2
| | | | Submitted by: guy@device.dyndns.org
* Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDEalex2004-01-135-0/+71
| | | | | | | Framework. PR: 58400 Submitted by: rtdean@cytherianage.net
* - Update my email addressclement2004-01-1352-52/+52
| | | | Approved and reviewed by: erwin (mentor)
* phpeclipse --> ports/java/phpeclipsealex2004-01-131-0/+1
|
* Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDEalex2004-01-135-0/+128
| | | | | | | Framework. PR: 58399 Submitted by: rtdean@cytherianage.net
* scan_ffs --> ports/sysutils/scan_ffsclement2004-01-131-0/+1
|
* Add scan_ffs 1.0, scan_ffs recovers lost disklabel.clement2004-01-135-0/+37
| | | | | | | | | scan_ffs ported from OpenBSD to FreeBSD with support for UFS1 and UFS2, allows recovering of lost or deletes disklabels PR: 61273 Submitted by: mranner@inode.at Approved by: erwin (mentor) (implicitly)
* Update to 1.08mat2004-01-132-2/+2
| | | | Approved by: maintainer
* - Update to 1.4.1 release and add language packs [1]ale2004-01-1312-210/+1938
| | | | | | | | | - Set submitter as new maintainer [1] - Make portlint happy PR: ports/61285 [1] Submitted by: Alex Varju <varju@webct.com> [1] Approved by: nork (mentor)
* Fix typo.ale2004-01-131-1/+1
| | | | | Submitted by: Womchik alexeyeff <wom@wom.ru> Approved by: nork (mentor)
* Update to 1.06mat2004-01-132-2/+2
|
* Update to 1.07mat2004-01-132-2/+2
|
* Add WWWmat2004-01-131-0/+2
|
* remove old comment which was needed while testing the port.edwin2004-01-131-1/+1
|
* the mail/majordomo port looks for majordomo.cf in /etcedwin2004-01-131-16/+26
| | | | | | | | | | | | | | majordomo installed from the port doesn't work out of the box: one either has to move ${PREFIX}/majordomo/majordomo.cf to /etc/majordomo.cf, or set the MAJORDOMO_CF envvar. This patch should fix this problem. Honestly, I didn't use his patch since it wasn't attached to the original PR. PR: ports/45963 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Approved by: maintainer timeout
* db42-nocrypto --> ports/databases/db42-nocryptopav2004-01-131-0/+1
|
* Update to 8.1 with command line html output. (lj users beware)alfred2004-01-132-2/+2
|
* - Update to version 1.18nkrion2004-01-132-4/+5
| | | | | PR: 61281 Submitted by: maintainer
* mail/squirrelmail - Port Docs in wrong locationedwin2004-01-136-819/+999
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Installation of mail/squirrelmail places the ports documentation in PREFIX/squirrelmail, and you are not able to not install the documentation with NOPORTDOCS. - installs all documentation to the DOCSDIR directory - fixes security of the port by moving the attachment and user preferences out of the web servers document root (moves default data_dir & attachment_dir from SQUIRRELDIR/data to sub-directorys under /var/spool/squirrelmail) as recommended on the SquirrelMail web site. - adds a periodic/daily script to clean the attachment directory of abandoned files (disabled by default) - location of squirrelmail can be set by either defining SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing the port. - BENTO FIX: The /var/spool/squirrelmail directory is created by pkg-install, but it wasn't being uninstalled. Connditionalized the creation of this directory depending on how the BATCH variable is set. A message in pkg-deinstall advises the port user to remove it if no longer needed. PR: ports/50840 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Approved by: Maintainer timeout
* Update to 1.3.0 release.ale2004-01-132-3/+3
| | | | | | PR: ports/61260 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Approved by: nork (mentor)
* denature --> ports/textproc/denatureijliao2004-01-131-0/+1
|
* add denature 0.6.5ijliao2004-01-136-0/+75
| | | | A HTML to PDF converter
* [PATCH] mail/p5-Mail-SpamAssassin 2.60edwin2004-01-133-19/+56
| | | | | | | | This patch adds rc_subr support to spamd daemon of the spamassassin port. PR: ports/57384 Submitted by: Martin Matuska <martin@tradex.sk>
* - Update to version 7.2.9.2krion2004-01-134-4/+4
| | | | | PR: 61295 Submitted by: maintainer
* Back out revision 1.6 which was committed by mistake; the change inlinimon2004-01-131-3/+8
| | | | | | it was picked up by a spurious commit of mine to chinese/*/Makefile. Sorry about that. If anyone has had ghostscript dependency problems while trying to install this port, please try it again now.
* Remove WITHOUT_GNOME support because it doesn't work from the recentperky2004-01-132-15/+6
| | | | | | revision. Submitted by: Do Sung Hyuk <dhyuk@hands.pe.kr>
* Update to 0.7perky2004-01-132-2/+2
| | | | Notified by: Tobias Klausmann <klausman@schwarzvogel.de>
* Update to 0.4.3perky2004-01-134-17/+3
| | | | Notified by: Blake Matheny <bmatheny@purdue.edu>
* - take maintainershipdinoex2004-01-131-1/+2
|
* Update to 0.4.6b (> 0.4.6)perky2004-01-133-4/+6
| | | | | PR: 61202 Submitted by: pav
* - update to 0.0.6petef2004-01-139-137/+10
| | | | | | | | - fetch from sourceforge now - pass maintainership to submitter PR: 61214 Submitted by: Radim Kolar <hsn@netmag.cz> (new maintainer)
* Update to 0.0.4.petef2004-01-134-12/+14
| | | | | PR: 61210 Submitted by: maintainer
* db42 --> ports/databases/db42petef2004-01-131-0/+1
|
* . Add a WITHOUT_GNOME knob.glewis2004-01-134-114/+140
|
* Update to 0.4.1clement2004-01-133-7/+22
| | | | Approved by: erwin (mentor) (implicitly)
* - Fix typo in commentpav2004-01-131-1/+1
|
* - Update to 1.2.4pav2004-01-132-2/+2
| | | | | PR: ports/61279 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 0.3.0pav2004-01-133-26/+28
| | | | | PR: ports/61277 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 4.0.18pav2004-01-133-2/+16
| | | | | PR: ports/61274 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.3.1pav2004-01-136-26/+36
| | | | | PR: ports/61272 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.4pav2004-01-136-41/+14
| | | | | PR: ports/61271 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 1.1pav2004-01-132-2/+2
| | | | | PR: ports/61269 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Fix typo: apche-1.3 -> apache-1.3edwin2004-01-131-1/+1
|
* Update to 2.0alpha1 release. [1]ale2004-01-139-100/+141
| | | | | | | | Correctly support NOPORTDOCS. PR: 61254 [1] Submitted by: hrs Approved by: nork (mentor)
* - Backout my previous accidental commit. Sorry!pav2004-01-133-6/+4
|
* gnetcat --> ports/net/gnetcatpav2004-01-131-0/+1
|
* Add gnetcat, a GPL'ed reimplementation of netcat.pav2004-01-139-4/+67
| | | | | PR: ports/61262 Submitted by: Liam Foy <liamfoy@sepulcrum.org>
* Update to 1.3.11.marcus2004-01-134-4/+4
|
* - Update GnuPG sitespav2004-01-131-12/+4
| | | | | PR: ports/61268 Submitted by: Jason Harris <jharris@widomaker.com>
* Log:znerd2004-01-133-71/+169
| | | | | | - Update to 2.0 - Now uses MASTER_SITE_APACHE_JAKARTAm, as it should - Properly using PORTDOCS in pkg-plist
* - Teach quiz where to find it's data filespav2004-01-132-2/+6
| | | | | PR: ports/61235 (inspired by) Reported by: Mark Laws <mdl@60hz.org>
* Removed share/nls/POSIX and share/nls/en_US.US-ASCII.znerd2004-01-132-4/+0
| | | | These were added erroneously by my build-plist script.
* - Update to 0.14pav2004-01-133-3/+6
| | | | | PR: ports/61236 Submitted by: verm@drunkmonk.net <verm@drunkmonk.net> (maintainer)
* Update to 4.3.37.marcus2004-01-133-14/+2
|
* Update to 0.10.5.marcus2004-01-139-6/+15
|
* - Update to version 040110krion2004-01-132-2/+2
| | | | | PR: 61263 Submitted by: maintainer
* - Install additional documentationkrion2004-01-132-0/+3
| | | | - Bump PORTREVISION
* - Update to 20040111pav2004-01-132-2/+2
| | | | | PR: ports/61241 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
* Reset maintainer to ports@ due to maintainer's request -- he hasn'tlinimon2004-01-132-2/+2
| | | | | had enough cycles for FreeBSD for a while. Thanks for your work in the past, and hope things calm down for you!
* o) Fix a bug concerning the creation of /var/db/bacula and chmodlkoeller2004-01-1310-20/+774
| | | | | | | in pkg-install in pre-install phase (wrong order). o) Add/delete lines for file, storage and director ports in /etc/services o) Add bacula patches concerning EOM handling, choosing the next volume, and calculating weekofmonth
* ipsumdump --> ports/net/ipsumdumpkrion2004-01-131-0/+1
|
* Ipsumdump program summarizes TCP/IP dump files into akrion2004-01-135-0/+45
| | | | | | | | | | | self-describing ASCII format easily readable by humans and programs. Ipsumdump can read packets from network interfaces, from tcpdump files, and from existing ipsumdump files. It will transparently uncompress tcpdump or ipsumdump files when necessary. It can randomly sample traffic, filter traffic based on its contents, anonymize IP addresses, and sort packets from multiple dumps by timestamp. Also, it can optionally create a tcpdump file containing actual packet data.
* - Fix usage of isXDIGIT() by calling the isxdigit() macroerwin2004-01-132-7/+13
| | | | | | | - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff <barney@databus.com> Tested by: pav
* Using MASTER_SITE_APACHE_JAKARTA.znerd2004-01-132-3/+5
| | | | Distfile changed name only.
* Unbreak using the postgresql73 distfile.olgeni2004-01-131-11/+10
| | | | | PR: 61194 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Somehow, 'make test' doesn't catch all problems. Mark brokenerwin2004-01-121-1/+7
| | | | | | | | with perl 5.005_03 until I can figure out what the exact problem i.s Submitted by: Michel Gravey <admin@the-e-management.com>, "Michel Gravey" <michel.gravey@orange.fr>, pav
* - Replace HP2200 driver (currently unavailable at master site)krion2004-01-1222-276/+448
| | | | | | | | | | | with HP8XX driver - Update ghotscript-fonts-std to version 8.11 - Update EPLASER driver to version 3.1.4 - Fix minor bug in paparsize handling of LIPS driver - Fix minor bug in Japanese vertical font support PR: 61249 Submitted by: Ports Fury
* - Update to version 1.58krion2004-01-123-16/+13
| | | | | PR: 61245 Submitted by: Ports Fury
* - Update to version 1.58krion2004-01-123-18/+20
| | | | | PR: 61252 Submitted by: Ports Fury
* - Update to version 1.7.1krion2004-01-123-18/+20
| | | | | PR: 61251 Submitted by: Ports Fury
* - Update to version 4.2.6krion2004-01-129-393/+2247
| | | | | PR: 61250 Submitted by: Ports Fury
* - Update to version 0.7.4krion2004-01-122-4/+4
| | | | | PR: 61248 Submitted by: Ports Fury
* - Utilize CONFLICTSkrion2004-01-121-2/+4
| | | | | PR: 61247 Submitted by: Ports Fury
* - Update to version 0.6.7krion2004-01-124-26/+22
| | | | | PR: 61244 Submitted by: Ports Fury
* - Update to version 0.99.1.2krion2004-01-123-21/+21
| | | | | PR: 61243 Submitted by: Ports Fury
* - Update to version 2.9krion2004-01-122-2/+3
| | | | | PR: 61246 Submitted by: Ports Fury
* - Update to 0.5.4clement2004-01-125-33/+43
| | | | | | | | - Fix build on bento PR: 59902 Submitted by: Nikisha <nishika@manbow.com> (maintainer) Approved by: erwin (mentor) (implicitly)
* Fixed 'ant' shell script. Previously the '-lib' option did notznerd2004-01-123-113/+27
| | | | | | work correctly. Bumped PORTREVISION.
* p5-File-RsyncP --> ports/net/p5-File-RsyncPtobez2004-01-121-0/+1
|
* Add p5-File-RsyncP 0.44, perl Rsync client.tobez2004-01-1211-0/+224
| | | | | PR: 61240 Submitted by: Lars Thegler <lars@thegler.dk>
* - Update to 0.77.1 (chase xmame port)pav2004-01-121-1/+1
| | | | | PR: ports/61206 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* - Update to 0.77.1pav2004-01-122-5/+6
| | | | | | PR: ports/61205 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Approved by: maintainer
* Move PERL_CONFIGURE before bsd.port.pre.mk.kuriyama2004-01-124-8/+8
|
* Silence two portlint warnings.sheldonh2004-01-121-6/+5
|
* Fix building with apache2 port.lev2004-01-124-12/+100
| | | | | | Now subversion needs apache2 with db4 support, check this condition. Sorry, but everybody, who uses subversion with apache, will need to rebuild apache2 port :(
* Oops, s/ael/ale/.nork2004-01-121-1/+1
|
* 1) Fix build for the WITHOUT_ALT_CONFIG_PREFIX case.sheldonh2004-01-124-11/+24
| | | | | | | | | 2) Allow the operator to override exim user and group with EXIM_USER and EXIM_GROUP. This was made possible by the introduction of runtime resolution of the exim_user UID and the exim_group GID, new in exim-4.30. Reported by: Phil Pennock <pdp@nl.demon.net>
* Please welcome Alex Dupre <ale@FreeBSD.org>, as new ports committer.nork2004-01-121-0/+1
| | | | | | | I'll mentor him. Approved by: portmgr Mentored by: nork
* srvx --> ports/irc/srvxclement2004-01-121-0/+1
|
* Re-add srvx 1.2.1, srvx IRC services. [1]clement2004-01-127-0/+118
| | | | | | | | | | | Rename port 'svrx' to 'srvx'. [2] So I remove svrx. There's only one update in history, so I think I need to asj for a repocopy. PR: 59817, 61218 (update), 61232 [2] Submitted by: Walter Venable <weaseal@hotmail.com> (maintainer) Pointy hat to: me Approved by: erwin (mentor)
* Rename port 'svrx' to 'srvx'.clement2004-01-128-119/+0
| | | | | | | | | | So I remove svrx. There's only one update in history, so I think I need to asj for a repocopy. PR: 61232 Submitted by: Walter Venable (maintainer) Pointy hat to: me Approved by: erwin (mentor)
* - Update to version 0.8krion2004-01-124-6/+6
|
* - Update to 2.9.13dinoex2004-01-128-44/+26
| | | | | | | | | | | | | includes: - Opteron support! - pdns_recursor jumbles answers now - Big LDAP cleanup - Zone2sql is now somewhat clearer when reporting malformed line errors - pdns_recursor now survives the expiration of all its root records - Serious issue fixed: added a patch to fix High CPU Load with the pdns_server and mysqld processes PR: 61213 Submitted by: tremere@cainites.net
* - Update to 1.12krion2004-01-123-2/+24
| | | | | PR: 61229 Submitted by: maintainer
* - Add USE_AUTOCONF_VER=253krion2004-01-121-1/+2
| | | | | PR: 61223 Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
* - Update to 0.5krion2004-01-122-2/+2
| | | | | PR: 61233 Submitted by: Erik Greenwald <erik@math.smsu.edu> (maintainer)
* - Update to 1.8.3krion2004-01-123-136/+151
| | | | | | | | - MASTER_SITES dir depend on PORTVERSION - Utilize DOCSDIR and DATADIR PR: 61226 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to 2.23, which somehow ended uncommitted in my tree.erwin2004-01-122-2/+2
| | | | Reminded by: Barney Wolff <barney@databus.com>, pav
* Add RUN_DEPENDS.demon2004-01-121-0/+1
| | | | Submitted by: maintainer
* icc7 --> ports/lang/icc7erwin2004-01-121-0/+1
|
* Update to version 9632.demon2004-01-122-2/+2
| | | | Submitted by: maintainer
* Update to version 9575.demon2004-01-122-4/+3
| | | | Submitted by: maintainer
* w3m-m17n-img --> ports/www/w3m-m17n-imgnobutaka2004-01-121-0/+1
|
* Add w3m-m17n-img, w3m with multilingualization and inline image support.nobutaka2004-01-123-0/+35
|
* Update to 2004-01-11 snapshot of w3m 0.4.2.nobutaka2004-01-129-113/+76
| | | | Make portlint happy.
* update to 0.32yoichi2004-01-122-2/+2
|
* Update to 0.6, and apply some plist-resorting goodness.adamw2004-01-126-66/+58
|
* Thomas-Martin Seck has agreed to take over any remaining maintainencelinimon2004-01-121-1/+1
| | | | | | | | | | duties of this port. Note, however, from his email: As stated on ports@ already, I would like to retire it ASAP. I am currently trying to get all consumers of it to depend on www/squid. So consider this as a heads-up that this port will be delted at some time in the future.
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-124-4/+4
| | | | | | me@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago)
* Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-125-5/+5
| | | | | | 3d@ has not been active in the FreeBSD community for some time now. Reviewed by: portmgr@FreeBSD.org (a month or so ago)
* korean/ami: fix libintl dependency => avoid conflicts with other portsedwin2004-01-122-2/+5
| | | | | | | | | | | | | | | | This port did not pick up the two libraries mentioned. One possitive side effect of getting the libintl dependency right, is that the port does not build its included version of the gettext library and does not install those two .alias that were conflicting with other ports (have a look at the pkg-plist diff and you'll see what I mean) http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html PR: ports/58440 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer timeout
* libcaca --> ports/graphics/libcacaclement2004-01-121-0/+1
|
* Add libcaca 0.7, graphics library that outputs text instead of pixels.clement2004-01-127-0/+100
| | | | | | PR: 61222 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
* [patch] Update to graphics/jpgtn portedwin2004-01-121-0/+26
| | | | | | | | | | | | | Currently the jpgtn port (graphics/jpgtn) requires editing of source files to change the minimum and maximum thumbnail size allowed. The following Makefile diff adds the WITH_MINSIZE and WITH_MAXSIZE variables, so no source editing is required by the user. Also, the man page is updated to reflect the selected values. PR: ports/59313 Submitted by: Ryan Rogers <freebsd@doghouserepair.com> Approved by: maintainer timeout
* - Data transfere may be aborted now with the next message,krion2004-01-122-0/+41
| | | | | | | | because the EINTR error isn't handled: "426 Data connection: Interrupted system call". PR: 61221 Submitted by: maintainer
* - Update to version 0.5.2krion2004-01-123-2/+12
|
* Update to 1.2.1clement2004-01-122-5/+3
| | | | | | | | While I'm here remove useless bsd.port.{pre,post}.mk PR: 61218 Submitted by: Walter Venable (maintainer) Approved by: erwin (mentor) (implicitly)
* treewm --> ports/x11-wm/treewmpav2004-01-121-0/+1
|
* Add treewm, a window manager that tries to implement a new concept. In ↵pav2004-01-126-0/+85
| | | | | | | | | | | | | | addition to the client windows the user can create desktops which can themselves contain windows and desktops. By arranging the windows in such a tree the user is able to manage his tasks efficiently. See also: http://treewm.sourceforge.net/ and http://www.informatik.uni-frankfurt.de/~polzer/treewmdurchnull/ PR: ports/61189 Submitted by: divZero <freebsd-dr@durchnull.de>
* . Update to 0.38.glewis2004-01-122-2/+2
| | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* - Pass maintainership to volunteerclement2004-01-121-1/+1
| | | | | | PR: 61216 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: erwin (mentor) (implicitly)
* svrx --> ports/irc/svrxclement2004-01-121-0/+1
|
* Add svrx 1.2, srvx IRC services.clement2004-01-127-0/+120
| | | | | | | | | | | | | | srvx is a set of IRC services for ircu P10 protocol networks; it is developed by a team of programmers affiliated with the GamesNET IRC Network. srvx is designed to be a fast, extensible, scalable and reliable provider of NickServ, ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy detection. WWW: http://www.srvx.net PR: 59817 Submitted by: Walter Venable <weaseal@hotmail.com> Approved by: erwin (mentor) (implicitly)
* - Update to new version without version bumppav2004-01-123-5/+50
| | | | | PR: ports/61182 Submitted by: bruno schwander <bruno@mail.tinkerbox.org>
* ace+tao-doc --> ports/devel/ace+tao-docpav2004-01-121-0/+1
|
* Add ace+tao-doc, a documentation for ACE+TAO.pav2004-01-124-0/+65
| | | | | PR: ports/61167 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update FTP mirror address.mikeh2004-01-121-1/+1
|
* - Drop maintainership to ports@FreeBSD.orgkrion2004-01-121-1/+1
| | | | | PR: 61212 Submitted by: Munish Chopra <chopra@soulwax.net>
* Make mod_auth_mysql working with mysqld 4.1.x. Replace make_scrambled_password()mbr2004-01-121-0/+33
| | | | | | with hash_password(). PR: 54067
* Revert last night's distinfo commit. They rerolled the distfile again, andmarcus2004-01-122-2/+2
| | | | restored the previous distfile.
* - Update to 6.0-pre12pav2004-01-1213-865/+368
| | | | | PR: ports/61173 Submitted by: David Bremner <bremner@unb.ca> (maintainer)
* Ok, it's not my day... gimme that extra large pointy hat please.netchild2004-01-122-2/+2
| | | | | | | | There slipped in a hardcoded /usr/local, it was supposed to be a placeholder for LOCALBASE (to find the stlport lib in the ld wrapper). Thanks to: Marius Strobl <marius@alchemy.franken.de> for reviewing the commits.
* - update to 0.2.3petef2004-01-126-17/+71
| | | | | | | | | - unbreak on -current - install docs PR: 59863 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: maintainer timeout
* - remove dependency on gmakepetef2004-01-124-14/+120
| | | | | | | | - compensate for changed expr behavior - bump PORTREVISION PR: 61175 Submitted by: maintainer
* After the fast bandaid fix for patch-...{icc,icpc} for those fastnetchild2004-01-123-36/+25
| | | | | | | upgrader adopters commit a better fix which also respects PREFIX. Bump PORTREVISION for this fix, not bumping it for the bandaid fix was intended.
* - Upgrade to the latest release;clement2004-01-124-14/+29
| | | | | | | | - Utilize umfpack PR: 61180 Submitter by: Thierry Thomas <thierry@pompo.net> Approved by: erwin (mentor) (implicitly)
* Upgrade to 2.8.5 dev 17ache2004-01-122-7/+5
| | | | PR: 61172
* Urgs... fix the patches, so they actually result in a working icc...netchild2004-01-122-16/+16
| | | | Noticed by: Marius Strobl <marius@alchemy.franken.de>
* Correct default search path of RealAudio and RealVideo codecs.nobutaka2004-01-112-0/+34
| | | | | PR: ports/61062 Submitted by: Sascha Blank <sblank@tiscali.de>
* Update to 0.5clement2004-01-114-15/+40
| | | | | | now suPHP supports apache2. Approved by: erwin (mentor) (implicitly)
* - connect icc7 to the build after a repocopy from iccnetchild2004-01-116-17/+20
| | | | | - update icc7 to 7.1.035 - sync parts of icc7 with the icc (v8) port
* Update to 8.0.055.p057.netchild2004-01-1127-2439/+2812
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As Intel uses it's own directory for ifc and icc, we don't conflict with ifc anymore. Because of ABI changes, you have to recompile C++ programs (don't forget stlport-icc). Note that this port is a _work in progress_: - Icc allows to use an already installed libstdc++ from gcc, this doesn't work yet on FreeBSD. Libstdc++ on 4.x is too old, so it's unlikely we can add support for it. The headers of libstdc++ shipping with FreeBSD 5.2-CURRENT use GCCisms not (yet) supported by icc, the hardcoded search path for them also doesn't fit for FreeBSD 5.2-CURRENT. - We've incorporated parts (cxa) of the FreeBSD >= 502101 libc on < 502101 systems. It's tested on 4.x, but not on FreeBSD < 502101. - Not all (new) options (including GCC compatibility) are thoroughly tested. When encountering problems please report to me first instead of directly contacting Intel. Ackknowledgements: - Bradley T Hughes <bhughes@trolltech.com> for PR 59552, it resulted in a modification of our libc (C++ DSO Object Destruction API) we incorporate in the port on < 502101 systems. - Marius Strobl <marius@alchemy.franken.de> for his help with the port (e.g. ld.c, cxa).
* Update for the upcomming icc7 and icc (v8).netchild2004-01-111-1/+2
|
* I forgot to remove this obsolete patch with the upgrade to 0.9.nectar2004-01-111-12/+0
| | | | Reminded by: ume
* Update to 0.2.4.nobutaka2004-01-114-4/+4
|
* - Update to v0.6krion2004-01-113-3/+3
| | | | | PR: 61201 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* - Update to 2.1.1krion2004-01-112-3/+3
| | | | | PR: 61199 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
* Fix RUN_DEPENDS, honour NOPORTDOCS and move documentation to PORTSDIR.olgeni2004-01-112-77/+88
| | | | | PR: 61190 Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
* ProFTPd port does not install docs for optional modulesedwin2004-01-114-10/+26
| | | | | | | | | | | | | | The ftp/proftpd port creates /usr/local/share/doc/proftpd and installs the two HTML files from ProFTPd's docs directory into it. But it doesn't copy the html files from the contrib directory which describe the optional modules (mod_tls, mod_radius, etc.) and their configuration options. Also moved the portdocs to the PORTDOCS environment variable. PR: ports/56511 Submitted by: Pat Lashley <patl+freebsd@volant.org> Reviewed by: maintainer timeout
* jai-imageio --> ports/java/jai-imageionork2004-01-111-0/+1
|
* Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,nork2004-01-117-0/+129
| | | | | | | | | writer, and stream plug-ins for the Java Image I/O Framework and Image I/O-based read and write operations for Java Advanced Imaging. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party
* jai --> ports/java/jainork2004-01-111-0/+1
|
* Add jai 1.1.2, which is Java Advanced Imaging (JAI) API providesnork2004-01-117-0/+130
| | | | | | | | a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
* o Print pkg-message for setting libmap.conf.nork2004-01-114-7/+62
| | | | | | | | | o Cosmetic change. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
* Maintainer update: mail/dovecotedwin2004-01-114-8/+32
| | | | | | | | | Updates: - MASTER_SITES - dovecot-example.conf used pgsql for userdb by default, now uses passwd. PR: ports/61188 Submitted by: Robin Breathe <robin@isometry.net>
* [MAINTAINER] databases/postgresql73: wrong MD5_FILE for subportsedwin2004-01-114-4/+2
| | | | | | | | Just realized that after the repo-copy, the MD5_FILE pointer for subports was never updated. PR: ports/61193 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* o Add support Java Advanced Imaging (JAI) API.nork2004-01-113-2/+3
| | | | | | Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> Committed at: CBUG 2004 New Year Party Reviewed by: ume and OISHI on the fly
* [patch] update print/phppdflib to 2.7edwin2004-01-113-10/+14
| | | | | | | | | This patch updates the print/phppdflib port to the latest stable version (2.7) PR: ports/61051 Submitted by: Bill Moran <wmoran@potentialtech.com> Approved by: "sexbear" <sexbear@tmu.edu.tw>
* Change BROKEN= into IGNORE= for FreeBSD versions not supportededwin2004-01-111-1/+1
| | | | Submitted by: Alex Dupre <ale@freebsd.org> via private email
* Update to 1.55erwin2004-01-112-2/+2
|
* Remove share/gnome/gen_util.marcus2004-01-112-0/+2
| | | | Reported by: adamw
* Add share/gnome/pixmaps/document-icons to the list of common directories.marcus2004-01-113-1/+4
|
* Remove some control-center directories if they exist and are empty. Thismarcus2004-01-112-0/+4
| | | | | | keeps us from adding a mostly superfluous RUN_DEPENDS on gnomecontrolcenter2. Reported by: adamw
* . Update to 1.3.1_10.glewis2004-01-112-9/+5
|
* Remove ${PREFIX}/lib/orbit-2.0 if it exists and is empty.marcus2004-01-111-0/+1
| | | | Reported by: adamw
* Add some missing files to the plist.marcus2004-01-112-0/+7
| | | | Reported by: adamw
* Don't create needless directories.marcus2004-01-111-0/+11
| | | | Reported by: adamw
* - give a more specific URL to fetch the distfile frompetef2004-01-114-14/+6
| | | | | | | - switch to UID/GID 98 so we don't conflict w/qmail - remove BROKEN for -current; I can't repeat this, and it looks like patch-az and patch-ab address the problem. - bump PORTREVISION
* Fix build on sparc64.petef2004-01-111-0/+13
| | | | | Reported by: bento Tested on: panther
* Looks like 0.75 was respun. The differences are superficial. The NEWS filemarcus2004-01-114-6/+4
| | | | | | | | | | | | changed (a lot of text was removed including a thank you to me :-( ). Also, the VERSION file was changed from 0.75 to 0.75cvs, the RPM spec file was slightly altered to remove the COPYRIGHT file, and a lot of the translation files had their dates changed. Also, remove text talking about OpenSSL. We no longer support OpenSSL in gaim. [1] Reported by: bland [1]
* update to 0.8yoichi2004-01-112-2/+2
|
* - convert to using PERL_CONFIGURE. this fixes issues with some manpagespetef2004-01-112-13/+7
| | | | | | | | | (since PERL_CONFIGURE sets MAN3PREFIX for us) [0] - fix pkg-plist to not be greedy about ${SITE_PERL}/${PERL_ARCH}/Bundle and Apache directories. PR: 58724, 59710 [0] Submitted by: lev [0]
* - Add missed dependency on compat4x when running on 5.x systempav2004-01-111-0/+4
|
* - Update to 5.60pav2004-01-11171-2801/+2714
| | | | | PR: ports/61187 Submitted by: Vadim Chekan <vchekan@softline.kiev.ua> (maintainer)
* add WWWijliao2004-01-112-0/+4
|
* - Update MASTER_SITESpav2004-01-112-2/+2
| | | | | PR: ports/61186 Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
* Update xfce to 4.0.3oliver2004-01-1152-71/+148
| | | | | | | | | | | | | | 4.0.3: - Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added 4.0.2: * Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
* - Per popular request, add "you can you use make show-modules"-likeclement2004-01-118-34/+66
| | | | | | | | | | | | | | | | | | | | | | | message option in pre-everything:: target. - Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined) There are too many cases of failure (at leat 3), so I can't force -STABLE users to use SSL_EXPERIMENT_ENGINE [1] - Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2] - Better db42 apr-util detection [3] - Add fastest mirror to PATCH_SITES - Add db42 to "make show-options" Note to users: Unless you have a *really* good request, no more features will be added. Please send me with your bug reports: - uname -a output - all config.log files - pkg_info output - your make command line Noticed by: apache2-test-ng.sh script [1] Barry Pederson <bp@barryp.org> [3] Requested by: jb@perso-web.com [2]
* Reset maintainer to ports@. From private email from the previous maintainer:linimon2004-01-111-1/+1
| | | | | | | | | | | | | | | | | Time constraints prevent me from maintaining this port properly. I apologize for being unable to serve the community better, but life has gotten in the way of things as usual. The build issue here seems to be a rather strange one, and has to do with compiling on the alpha. I have no way of troubleshooting this myself, since I don't have access to the build environment. The port requires some heavy-duty updating and it's really not something I have much time to work on. Unfortunately. I hope someone else will take over from me. Thanks to Alex for his work on this port.
* Remove lang/fpl.linimon2004-01-111-0/+1
|
* remove lang/fpl.linimon2004-01-111-1/+0
|
* Remove lang/fpl. It has not fetched in some time, and the maintainer'slinimon2004-01-116-63/+0
| | | | | address now bounces with permanent errors. It had previously been scheduled for removal on Feb. 2nd and no one has objected.
* Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-111-1/+1
| | | | | | up. This port should wither away and die once someone updates graphics/glide3. Suggested by: linimon
* Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-111-1/+1
| | | | | | up. Someone should pick it up and update it to the snapshot at glide.sf.net. Suggested by: linimon
* Update to 0.2lioux2004-01-1114-166/+38
|
* Uncomment db42-related lines, since db42 is in theclement2004-01-112-6/+6
| | | | | | | ports tree now. Reminded by: lev Approved by: erwin (mentor) (implicitly)
* Update to 0.75.marcus2004-01-1110-108/+26
|
* update to 4.3.2mharo2004-01-1110-10/+10
| | | | | PR: 61170 Submitted by: maintainer
* update to 4.1.8mharo2004-01-112-2/+2
| | | | | PR: 61176 Submitted by: maintainer
* Update to 20040101mharo2004-01-114-4/+4
| | | | | PR: 61177 Submitted by: maintainer
* Fix build on -stable.petef2004-01-111-0/+17
| | | | | PR: 61153 Submitted by: maintainer
* o Adapt php4 Makefile and bsd.php.mk to support apache2-worker.nork2004-01-113-11/+26
| | | | | | | | o Small other fixes. PR: ports/56205[1], ports/61169[2] Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> [1] ale (maintainer) [2]
* Adapt php5 Makefile to support apache2-worker.nork2004-01-112-12/+22
| | | | | | PR: ports/56205[1], ports/61171 [2] Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> ale (maintainer) [2]
* - Update to 1.20.3pav2004-01-114-27/+75
| | | | | | | | - Change maintainership to submitter PR: ports/60776 Submitted by: Philip Paeps <philip+freebsd@paeps.cx> Approved by: maintainer
* Update to 1.10.3clement2004-01-102-2/+2
| | | | Approved by: erwin (mentor) (implicity)
* Adapt to latest release.obraun2004-01-101-6/+2
|
* Upgrade to 1.0.1.obraun2004-01-103-7/+31
|
* Update to 2004.01.10.nork2004-01-102-2/+2
|
* Update to 0.27arved2004-01-102-2/+2
|
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-1039-364/+169
| | | | | | changes which combine and simplify the post-install handling of target libraries and GCJ include files and my 2003-12-14 change which simplifies handling of .info files from the lang/gcc33 port.