aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ser 0.8.11, a very fast and configurable SIP proxy.Maxim Sobolev2003-09-1417-0/+1069
| | | | Notes: svn path=/head/; revision=88981
* Rescue a hosed port from death row. GCL is now healthy enough toMark Murray2003-09-1422-252/+537
| | | | | | | | compile and run Maxima (see math/). Make portlint-clean as well. Claim maintainership in case it breaks again. Notes: svn path=/head/; revision=88980
* unbreak package at bento(i386/RELENG_4):FUJISHIMA Satsuki2003-09-146-40/+76
| | | | | | | | | | | | | o get rid of hardcoded CONFIGURE_TARGET from pkg-plist. o utilize USE_SDL as pkg-plist includes its modules. o utilize USE_GETOPT_LONG as configure detects libgnugetopt. o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE. o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others. o and add number of modules built accordingly. o then sort pkg-plist. Notes: svn path=/head/; revision=88979
* Fix segfault on Alpha platform.Cy Schubert2003-09-142-2/+14
| | | | | | | Approved by: marcus (wearing his portsmgr hat) Notes: svn path=/head/; revision=88978
* Forgotten removing files/patch-al.Kiriyama Kazuhiko2003-09-141-11/+0
| | | | | | | Noticed by: knu@FreeBSD.org Notes: svn path=/head/; revision=88977
* Fix the depends entry for devel/p5-Time-Piece.Akinori MUSHA2003-09-131-1/+1
| | | | Notes: svn path=/head/; revision=88976
* Change `LIB_DEPENDS=' in the middle of optional dependency lines toAkinori MUSHA2003-09-131-1/+1
| | | | | | | | | | | `LIB_DEPENDS+=', to prevent this port from getting built without tiff support, which wasn't intended. (Luckily jpeg and png were enabled via other indirect dependencies) This should fix some dependent ports such as ruby-rmagick. Notes: svn path=/head/; revision=88975
* Update checksum after the author regenerated the zip-file withErwin Lansing2003-09-131-1/+1
| | | | | | | | | | | | no changes in anything but comments. Author of package confirms he did change the zip file. This should fix the build in bento. PR: 56718 Submitted by: maintainer Notes: svn path=/head/; revision=88974
* - Point users of perl 5.005_03 to databases/p5-DBI-137 as p5-DBIErwin Lansing2003-09-131-1/+2
| | | | | | | | | | | no longer support the old perl. This does not affect perl from ports or 5.x. - Add CONFLICTS Approved by: portmgr (marcus) Notes: svn path=/head/; revision=88973
* Add p5-DBI-137Erwin Lansing2003-09-131-0/+1
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=88971
* Add p5-DBI-137 after a repocopy from p5-DBI and downgrade to 1.37Erwin Lansing2003-09-132-10/+6
| | | | | | | | | | | | As of 1.38, DBI does no longer support perl 5.005_03 so we'll keep 1.37 around for those users. This does not affect users of perl from ports or 5.x Approved by: portmgr (marcus) Repocopy by: joe Notes: svn path=/head/; revision=88970
* The `man2html' script that krb5 uses is written in Perl.Cy Schubert2003-09-134-0/+4
| | | | | | | | Noticed by: wollman Approved by: marcus (wearing his portsmgr hat) Notes: svn path=/head/; revision=88969
* Teach this script about different architectures.Kris Kennaway2003-09-122-61/+54
| | | | Notes: svn path=/head/; revision=88968
* Add amd64 to the list of architectures to poll.Kris Kennaway2003-09-121-1/+1
| | | | Notes: svn path=/head/; revision=88967
* Add a couple of amd64 failure messages.Kris Kennaway2003-09-121-0/+6
| | | | Notes: svn path=/head/; revision=88966
* Remove some ldconfig -R's that were apparently confusing things, coalesceKris Kennaway2003-09-121-6/+3
| | | | | | | | some ldconfig -m's into one command, and run buildscript niced in the chroot build case, not just the (currently unused) jailed case. Notes: svn path=/head/; revision=88965
* Set PACKAGE_BUILDING before making the duds file to prevent listing ofKris Kennaway2003-09-121-0/+1
| | | | | | | ports that are buildable conditionally on this variable. Notes: svn path=/head/; revision=88964
* Export MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escapedKris Kennaway2003-09-121-2/+1
| | | | Notes: svn path=/head/; revision=88963
* Catch up to makefile changes: build in etc/ before trying to installKris Kennaway2003-09-121-0/+2
| | | | | | | | | from it. Submitted by: ru Notes: svn path=/head/; revision=88962
* Add the pkg/COMMENT file.Joe Marcus Clarke2003-09-121-0/+1
| | | | | | | Reminded by: edwin Notes: svn path=/head/; revision=88961
* Ues USE_RC_SUBR knob.Jun Kuriyama2003-09-114-28/+4
| | | | | | | Approved by: marcus Notes: svn path=/head/; revision=88960
* Update INDEX now with 9210 ports.Joe Marcus Clarke2003-09-111-5732/+5905
| | | | Notes: svn path=/head/; revision=88959
* Fix MASTER_SITES.Joe Marcus Clarke2003-09-111-1/+1
| | | | | | | | PR: 56692 Submitted by: maintainer Notes: svn path=/head/; revision=88958
* Fix plist.Sean Chittenden2003-09-112-1/+1
| | | | | | | | PR: ports/56693 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>, bento Notes: svn path=/head/; revision=88957
* Update MASTER_SITE and distfile checksum.Anton Berezin2003-09-112-3/+2
| | | | | | | | | | | | | | PR 56655 says: The distfile seem to have been updated with slightly amended versions of 'README' and 'LICENSE' files. No change in code. PR: 56170, 56655 Submitted by: Simon Barner <barner@in.tum.de> Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=88956
* Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.Joe Marcus Clarke2003-09-112-0/+11
| | | | | | | | Reported by: Sergey Akifyev <asa@gascom.ru> Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=88955
* Upgrade to 4.58, a security and bugfix release which addresses the following:Doug Barton2003-09-1010-52/+52
| | | | | | | | | | | | | | | | | | * Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr Notes: svn path=/head/; revision=88954
* Back out to 5.5.6.Norikatsu Shigemura2003-09-109-668/+465
| | | | | | | Submitted by: marcus (portmgr) Notes: svn path=/head/; revision=88953
* Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share.Sean Chittenden2003-09-101-1/+6
| | | | | | | Pointed out by: demon Notes: svn path=/head/; revision=88952
* Update to 5.5.7-10. [1]Norikatsu Shigemura2003-09-109-465/+668
| | | | | | | | | | | | | | | | | | | | o Removed two (now obsolate) libtool version patches as ImageMagick now uses internal version system for them starting from 0:0:0 (5.5.8 will become 0:1:0), also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION variables removed from the source. o Removed two other patches as now they are already embedded to the source. o Updated plist to reflect separate Q8/Q16 folder installations based on selection while installing. Also Makefile modifed to reflect this. PR: ports/55274 [1] Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1] Pointed out by: Rob Lahaye <lahaye@snu.ac.kr> Notes: svn path=/head/; revision=88950
* AlienMind skin is updated.Norikatsu Shigemura2003-09-102-4/+4
| | | | | | | | | | | | Update Cyrus skin in distinfo. Result of diff 2003-02-18 and 2003-09-03. mv readme README PR: ports/56674 Submitted by: Thomas E. Zander <riggs@o503.hadiko.de> (maintainer) Notes: svn path=/head/; revision=88949
* o Chase lib version change of multimedia/xmms. [1]Norikatsu Shigemura2003-09-101-1/+15
| | | | | | | | | | | | | | o Fix build on recent current (by -pthread option is deprecated). [2] o WITH_LANG is added. [2] PR: ports/56630 [1] Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> [1] Tod McQuillin <devin@spamcop.net> [1] Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=88947
* Update to 0.20_01Mathieu Arnold2003-09-103-5/+6
| | | | | | | Use a different logic in CONFIGURE_ARGS Notes: svn path=/head/; revision=88946
* Update to 2.03Mathieu Arnold2003-09-103-4/+14
| | | | | | | Depend on perl 5.6.1 Notes: svn path=/head/; revision=88945
* Update to 0.2502Mathieu Arnold2003-09-102-2/+2
| | | | Notes: svn path=/head/; revision=88944
* Update to 0.03Mathieu Arnold2003-09-102-2/+2
| | | | Notes: svn path=/head/; revision=88943
* Fix another SASLAUTHD segfault.Sheldon Hearn2003-09-101-0/+12
| | | | | | | | | | | | I'm not bumping PORTREVISION for this one; I've _just_ bumped it for major changes a few moments ago and you'd have to be pretty unlucky to pick up those changes but not this one. Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Submitted by: Lukasz Grochal <lgrochal@rmf.pl> Notes: svn path=/head/; revision=88942
* . Update to 3.0.1.r12.Greg Lewis2003-09-1015-60/+40
| | | | | | | | | | . Use %%DOCSDIR%% in the packing list. PR: 56615 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=88941
* Update to version 1.23.Dmitry Sivachenko2003-09-103-2/+3
| | | | | | | | PR: 56680 Submitted by: maintainer Notes: svn path=/head/; revision=88940
* Bring the Exim port closer to use as an install-time sendmailSheldon Hearn2003-09-1010-61/+245
| | | | | | | | | | | | | | | | | | | | | | | | replacement for FreeBSD: * Use an rc.subr start/stop script. * Include contributed periodic scripts. * Replace $PREFIX with the build-time value of PREFIX. * Generate a default configure file if it doesn't exist at install-time. * Remove the default configure file if it hasn't been modified at deinstall-time. * Install additional documentation. * Move creation and removal of /var/log/exim to pkg-plist. Bump PORTREVISION accordingly. This paves the way for ports/56458, which teaches sysinstall about Exim. Bug trhodes about that PR. :-) PR: ports/56450 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=88939
* Update to 0.2.19Erwin Lansing2003-09-106-6/+6
| | | | | | | | PR: 56553 Submitted by: maintainer Notes: svn path=/head/; revision=88938
* Add buildtool-doc 0.14, buildtool User's and Developer's manuals.Erwin Lansing2003-09-105-0/+80
| | | | | | | | PR: 54823 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=88936
* Update 20030507 to 20030825[1]. Following additional changes has made:Kiriyama Kazuhiko2003-09-105-562/+561
| | | | | | | | | | | * spaces between macros and eqauls to tab(portlint) * change %%DOCSDIR%% in pkg-plist(portlint) PR: 56230 Submitted by: Saito Tomokatsu <saito@saitou.org>[1] Notes: svn path=/head/; revision=88935
* Fix Whom field, utilize ${DOCSDIR}.Sergey A. Osokin2003-09-102-7/+7
| | | | | | | Approved by: erwin (maintainer) Notes: svn path=/head/; revision=88934
* Update I18N patch.OKAZAKI Tetsurou2003-09-101-2/+6
| | | | | | | | | Obtained from: debian Set CONFLICTS to gxditview-*. Notes: svn path=/head/; revision=88933
* Update I18N patch.OKAZAKI Tetsurou2003-09-104-65/+66
| | | | | | | | | | Obtained from: debian Update `operating-system' to FreeBSD 4.9. Use %%DOCSDIR%% in pkg-plist. Notes: svn path=/head/; revision=88932
* Update to 2.0.0.Akinori MUSHA2003-09-103-6/+17
| | | | Notes: svn path=/head/; revision=88931
* Update to 1.1.0.Akinori MUSHA2003-09-102-4/+3
| | | | Notes: svn path=/head/; revision=88930
* * Sync with update of editors/xemacs21-mule (to 21.4.14).Kiriyama Kazuhiko2003-09-101-3/+3
| | | | | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b15). Notes: svn path=/head/; revision=88929
* Add build dependency on GSPORTTilman Keskinoz2003-09-101-1/+3
| | | | | | | | | PR: 56168 Submitted by: Sergey Matveychuk <sem@ciam.ru> Reviewed by: Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=88928