aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The port has used MASTER_SITE_LOCAL since 2001-06-26. I had troubletrevor2004-03-131-2/+1
| | | | | downloading from www.developvnc.org just now, so remove it from MASTER_SITES.
* Update to 3.9. This fixes a lockup with Evolution 1.5.5 generating a newmarcus2004-03-133-6/+5
| | | | certificate.
* The distfile was rerolled with no changes except the timestamps ontrevor2004-03-132-2/+2
| | | | the contents.
* Avoid "size unknown" error by setting DISABLE_SIZE.trevor2004-03-131-0/+1
|
* Remove master sites which have been offline for a long time.trevor2004-03-131-3/+1
| | | | | PR: 40263 Submitted by: Andreas Schulz
* The home page seems to have been offline for a long time. Instead,trevor2004-03-131-1/+1
| | | | | | add a link to an article by the author. Obtained from: <URL:http://www.google.com>
* Only one of the Linuxberg sites (as it happens, the Brazilian one)trevor2004-03-132-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has the original distfile. A slightly different distfile is available from Sunsite: diff -burN linuxberg/include/make/jx_config_common sunsite/include/make/jx_config_common --- linuxberg/include/make/jx_config_common Sat Sep 25 19:25:40 1999 +++ sunsite/include/make/jx_config_common Wed Sep 1 02:18:53 1999 @@ -7,14 +7,14 @@ ifeq ($(findstring g++,$(CXX)),g++) ifeq ($(CXX),g++) - JX_HAS_GNUG_PRE_2_8 := $(shell \ - if { $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; } \ - then { echo 1; } \ - else { echo 0; } fi) - JX_HAS_GNUG_2_95 := $(shell \ - if { $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; } \ - then { echo 1; } \ - else { echo 0; } fi) + JX_HAS_GNUG_PRE_2_8 := \ + $(shell \ + if $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; then \ + echo 1; else echo 0; fi) + JX_HAS_GNUG_2_95 := \ + $(shell \ + if $(CXX) --version | egrep '^(cygnus-)?2\.95' > /dev/null; then \ + echo 1; else echo 0; fi) else # ! g++ ifeq (eg++,$(findstring eg++,$(CXX))) # Assume that eg++ is egcs. diff -burN linuxberg/include/make/jx_constants sunsite/include/make/jx_constants --- linuxberg/include/make/jx_constants Sat Sep 25 19:25:30 1999 +++ sunsite/include/make/jx_constants Tue Sep 21 20:31:57 1999 @@ -23,9 +23,9 @@ ifdef JX_INSTALL_ROOT override JX_INSTALL_ROOT := \ - ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT}; } \ - then { echo ${JX_INSTALL_ROOT}; } \ - else { echo; } fi } + ${shell if { test -d ${JX_INSTALL_ROOT} -a -w ${JX_INSTALL_ROOT} } \ + then { echo ${JX_INSTALL_ROOT} } \ + else { echo } fi; } endif ifndef JX_INSTALL_ROOT @@ -33,10 +33,10 @@ override JX_INSTALL_ROOT := ${JX_ROOT_BIN_DIRECTORY} else override JX_INSTALL_ROOT := \ - ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin; } \ - then { echo ${HOME}/bin; } \ + ${shell if { test -d ${HOME}/bin -a -w ${HOME}/bin } \ + then { echo ${HOME}/bin } \ else { test -d ${JX_ROOT}/bin || mkdir ${JX_ROOT}/bin; \ - echo ${JX_ROOT}/bin; } fi } + echo ${JX_ROOT}/bin } fi; } endif endif diff -burN linuxberg/libjx/code/jXUtil.cc sunsite/libjx/code/jXUtil.cc --- linuxberg/libjx/code/jXUtil.cc Mon Sep 27 20:59:37 1999 +++ sunsite/libjx/code/jXUtil.cc Thu Aug 26 20:22:57 1999 @@ -392,7 +392,7 @@ for (JIndex i=newCount; i>origCount; i--) { const JString* url = fileNameList->NthElement(i); - if (url->IsEmpty() || url->GetFirstCharacter() == kURICommentMarker) + if (url->GetFirstCharacter() == kURICommentMarker) { fileNameList->DeleteElement(i); }
* Update to 1.4.0, requested by Lev Serebryakov.trevor2004-03-132-11/+4
|
* Fix another dependency bogon. Bump PORTREVISION.arved2004-03-132-2/+2
|
* Rather than the 1.3.4 distfile, use the 1.3.4a one. When one triestrevor2004-03-132-3/+3
| | | | | to download the former, the author's site sends the latter instead (unchanged PORTREVISION).
* Set DISABLE_SIZE to avoid "size unknown" error.trevor2004-03-131-0/+1
|
* - Use NO_SIZE, master site doesn't report file sizeskrion2004-03-122-2/+1
| | | | | PR: ports/64085 Submitted by: maintainer
* - Use MASTER_SITE_SOURCEFORGE_EXTENDEDkrion2004-03-121-1/+1
| | | | | PR: ports/64162 Submitted by: maintainer
* - Update to 3.2.2krion2004-03-125-160/+196
| | | | | | | | | - Fix dead URL - Utilize DOCSDIR - Assign maintainership to submitter PR: ports/64026 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* libopendaap --> ports/devel/libopendaapkrion2004-03-121-0/+1
|
* Add libopendaap 0.1.2,krion2004-03-125-0/+50
| | | | | | | | | | | | libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm. PR: ports/64035 Submitted by: Michael Johnson <ahze@ahze.net>
* - Add intlhack to fix install on -STABLEpav2004-03-122-2/+2
|
* - Remove unneeded dependencykrion2004-03-121-4/+0
| | | | | PR: ports/63989 Submitted by: Pedro f. Giffuni <giffunip@asme.org>
* Remove entries for gnect, gnibbles, gnobots2 since they already handledbland2004-03-122-4/+1
| | | | by gnomegames2 port.
* - Update to version 2003.09.21krion2004-03-124-15/+9
| | | | | PR: ports/64160 Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
* - Update to version 0.3.3krion2004-03-123-4/+3
| | | | | PR: ports/64159 Submitted by: maintainer
* Unbreak on -current.petef2004-03-123-7/+25
|
* cnd --> ports/net/cndkrion2004-03-121-0/+1
|
* Add cnd 0.1,krion2004-03-125-0/+27
| | | | | | | | cnd or console network display is a curses based real time display of a networks input and output. PR: ports/64155 Submitted by: Daniel Bryan <sisko@bsdmail.com>
* Remove one lagging and one unreachable exim mirroreik2004-03-121-2/+0
| | | | Noticed by: make check-distfiles :)
* - Fix dependencieskrion2004-03-122-5/+5
| | | | | PR: ports/64147 Submitted by: maintainer
* - Fix build on 4-xkrion2004-03-121-3/+18
| | | | | | PR: ports/64156 Submitted by: maintainer Reported by: bento via kris
* build fails sw/source/filter/ww8/ww8scan.cxx debug=truemaho2004-03-124-44/+64
| | | | | | http://www.openoffice.org/issues/show_bug.cgi?id=23856 Correct patch is: http://www.openoffice.org/issues/show_bug.cgi?id=24123
* Really stop looking for tkConfig.sh (sorry, I forgot to add thistg2004-03-121-0/+64
| | | | | | in my last commit). Prodded by: kris
* (forced commit)maho2004-03-120-0/+0
| | | | | This patch is related to #i9462 http://www.openoffice.org/issues/show_bug.cgi?id=9462
* Committed.maho2004-03-124-52/+0
| | | | http://qa.openoffice.org/issues/show_bug.cgi?id=25495
* Fix after upgrade to 7.4.2.obraun2004-03-121-4/+4
| | | | Approved by: maintainer
* Add missed build dependency.bland2004-03-121-0/+1
| | | | Reported by: bento via kris
* - Update to version 0.8.9krion2004-03-124-6/+20
| | | | | PR: ports/64130 Submitted by: maintainer
* - Update to version 0.8.9krion2004-03-122-3/+4
| | | | | PR: ports/64127 Submitted by: maintainer
* Fix a never-catched bug in mysql_install_db script.ale2004-03-1216-64/+176
| | | | Now the SKIP_DNS_CHECK knob is pointless.
* - Update to version 0.8.9krion2004-03-122-2/+3
| | | | | PR: ports/64125 Submitted by: maintainer
* kuake --> ports/deskutils/kuakemarkus2004-03-121-0/+1
|
* Add kuake 0.3, a KDE konsole application acting like the Quake-console.markus2004-03-125-0/+55
| | | | Approved by: arved (mentor)
* Fix a never-catched bug in mysql_install_db script.ale2004-03-122-8/+22
| | | | Now the SKIP_DNS_CHECK knob is pointless.
* - Fix hack(1) runningkrion2004-03-122-0/+26
| | | | | PR: ports/64113 Submitted by: schweikh
* - Proper handle installation of OMF files as described inkrion2004-03-122-0/+3
| | | | | | | http://www.freebsd.org/gnome/docs/porting.html PR: ports/64070 Submitted by: Koop Mast <kwm@rainbow-runner.nl>
* Chase the gal2 and gtkhtml3 shared lib versions.marcus2004-03-121-2/+3
|
* * Update to 1.4.6marcus2004-03-127-58/+53
| | | | | | | | | * Use OPTIONS * Make LDAP the default and PILOT non-default Release notes for 1.4.6 can be found at: http://developer.ximian.com/projects/evolution/release_notes/1.4.6.html
* Update to 3.0.10.marcus2004-03-126-14/+8
|
* Update to 1.99.11.marcus2004-03-124-13/+13
|
* - Update to version 4.1.1krion2004-03-122-3/+5
| | | | | PR: ports/64133 Submitted by: maintainer
* - Update to version 1.66krion2004-03-122-2/+3
| | | | | | | | | | * uuencode detecion fixed * fixed attachment removal * MIME handling improved * QP encoding handled better PR: ports/64092 Submitted by: maintainer
* - Update to version 20040310krion2004-03-122-6/+13
| | | | | PR: ports/64141 Submitted by: maintainer
* libmimedir --> ports/devel/libmimedirkrion2004-03-121-0/+1
|
* Add libmimedir 0.3, library for parsing RFC2425 MIME Directory Profilekrion2004-03-125-0/+29
| | | | | | | information. PR: ports/64132 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Fix dependency on SpamAssassin.ale2004-03-122-2/+2
| | | | Noticed by: Cristiano Deana <cris@gufi.org>
* - Use PORTDOCS [1]krion2004-03-121-10/+4
| | | | | | | | - Remove COPYING from PORTDOCS [2] - Bump PORTREVISION PR: ports/64087 Submitted by: maintainer [1], pav [1], krion [2]
* initutil --> ports/devel/initutilijliao2004-03-121-0/+1
|
* add initutil 2.1aijliao2004-03-124-0/+37
| | | | An STL Container Initialization Library
* - Update to 1.0.1.1:krion2004-03-124-18/+3
| | | | | | | | | | * fixed desktop crashing * fixed strings in etip * fixed and complitelly revised control panel * more fixes in makefiles PR: ports/64112 Submitted by: maintainer
* - Update to version 0.94krion2004-03-122-3/+3
| | | | | PR: ports/64131 Submitted by: maintainer
* - Fix incorrect accept(2) usagekrion2004-03-124-7/+14
| | | | | | | | | - SIZE'ify and remove unneeded distfile from distinfo [1] - Pet portlint [2] - Bump PORTREVISION PR: ports/64088 Submitted by: maintainer, trevor [1], krion [2]
* - Fix defaults with BATCH=yeskrion2004-03-121-0/+1
| | | | | PR: ports/64129 Submitted by: maintainer
* - Fix defaults with BATCH=yeskrion2004-03-121-1/+1
| | | | | PR: ports/64128 Submitted by: maintainer
* - Fix defaults with BATCH=yeskrion2004-03-121-0/+2
| | | | | PR: ports/64126 Submitted by: maintainer
* - Add info to install PySQLite port in order to use somekrion2004-03-121-1/+6
| | | | | | | plugins PR: ports/64065 Submitted by: maintainer
* - Update to 0.5markus2004-03-123-3/+29
| | | | Approved by: arved (mentor)
* - Update to 0.5.3markus2004-03-123-14/+3
| | | | Approved by: arved (mentor)
* add missing dependencyijliao2004-03-121-1/+2
|
* PDL is backijliao2004-03-121-1/+0
|
* p5-Astro-FITS-Header --> ports/astro/p5-Astro-FITS-Headerijliao2004-03-121-0/+1
|
* add p5-Astro-FITS-Header 2.8.1ijliao2004-03-125-0/+47
| | | | Object Orientated interface to FITS HDUs
* stlfilt --> ports/devel/stlfiltijliao2004-03-121-0/+1
|
* add stlfilt 20040221ijliao2004-03-124-0/+44
| | | | An STL Error Message Decryptor for C++
* Disable the selection and layout engines as they are not done yet, andmarcus2004-03-122-18/+2
| | | | | disabled by default. They might be brought back in at some point once they are completed, either in this port or a slave port.
* newsbot --> ports/net/newsbotijliao2004-03-121-0/+1
|
* add newsbot 0.4.5ijliao2004-03-129-0/+115
| | | | Gathers news from RDF/RSS and send them to your IM client
* mark FORBIDDEN:eik2004-03-121-1/+2
| | | | CAN-2003-0542 and CAN-2003-0993 in <http://www.apacheweek.com/features/security-13>
* add russian/apache13*eik2004-03-121-1/+9
|
* revive PDL and upgrade it to 2.4.1ijliao2004-03-128-0/+151
|
* bump PORTREVISION for the netmask fixeik2004-03-121-0/+1
| | | | Forgotten by: lev
* py-feedparser --> ports/textproc/py-feedparserijliao2004-03-121-0/+1
|
* add py-feedparser 2.76ijliao2004-03-124-0/+40
| | | | An RSS feed parser
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-1266-126/+75
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* remove duplicate LATEST_LINKeik2004-03-125-5/+0
| | | | | PR: 64134 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* After repo copy from qmail-tls port,lioux2004-03-121-0/+1
| | | | | | qmail-smtp_auth+tls --> ports/mail/qmail-smtp_auth+tls Repocopy done by: marcus (cvs hat)
* After repo copy from qmail-tls port, link qmail-smtp_auth+tls to buildlioux2004-03-121-0/+1
| | | | Repocopy done by: marcus (cvs hat)
* o After repo copy from qmail-tls portlioux2004-03-128-52/+88
| | | | | | | | | | - Update to qmail-smtp_auth+tls patch version 20020519 - This patch supports both ESMTP AUTH and TLS Requested by: Brad Davis <so14k@so14k.com>, Carlos Sydney <carlos_sydney@hotmail.com>, too many Repocopy done by: marcus (cvs hat)
* o Add checksum for soon to be added qmail-smtp_auth+tls patch slavelioux2004-03-122-4/+4
| | | | | level 20020519 o House a copy under MASTER_SITE_LOCAL
* Bump PORTREVISION for the recent mozilla changes.marcus2004-03-121-1/+1
| | | | Reminded by: sf
* Add a warning that pthread support may break certain ports.marcus2004-03-121-1/+1
| | | | Submitted by: ale
* Update to 0.4lioux2004-03-124-27/+22
|
* fix build on -stableijliao2004-03-122-8/+14
|
* o Recognize '-c' command line argumentlioux2004-03-123-6/+6
| | | | | | | o Advertise it in help as well PR: 63353 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* fix patch when perl <= 5.6.0ijliao2004-03-121-1/+1
| | | | Noticed by: bento via kris
* - Update to 3.146pav2004-03-123-14/+14
| | | | | | | - Portlint PR: ports/64098 Submitted by: Tim Daneliuk <tundra@tundraware.com> (maintainer)
* o Add RUSSIAN language supportlioux2004-03-123-1/+41
| | | | | | | | o Enable support for RUSSIAN, SPANISH, ITALIAN and GERMAN languages o Bump PORTREVISION PR: 53290 Submitted by: lev
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-1221-21/+21
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - Update to 1.2pav2004-03-122-3/+7
| | | | | PR: ports/64124 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
* o Pessimize current MASTER_SITES since it is not reliable right nowlioux2004-03-121-2/+3
| | | | | | o Place a copy of distfile in MASTER_SITE_LOCAL for the time being Reminded by: kris
* - Update to 1.8.4pav2004-03-122-8/+19
| | | | | | | | - Add knob for experimental pthread support - Run make check in post-build target PR: ports/64123 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> (maintainer)
* make this pass portlint -C.alfred2004-03-122-10/+6
|
* - Update to 1.2.5pav2004-03-123-4/+8
| | | | | PR: ports/64117 Submitted by: Thierry Thomas <thierry@pompo.net>
* - Update to 0.5.12, which fixes a nasty off by one error in -m (mirror) mode.pav2004-03-122-3/+3
| | | | | | PR: ports/64122 Submitted by: michael johnson <ahze@ahze.net> Approved by: lioux (blanket)
* - Update to 1.0.0pav2004-03-122-4/+3
| | | | | PR: ports/64095 Submitted by: Martin Matuska <martin@tradex.sk> (maintainer)
* - Add another MASTER_SITEpav2004-03-123-3/+6
| | | | | PR: ports/64099 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* gnats is back on MASTER_SITE_GNUeik2004-03-121-3/+1
|
* o More $REINPLACE_CMD'ify.kuriyama2004-03-123-15/+15
| | | | | | o Bump $PORTREVISION to force to clean up recent changes. Submitted by: Cyrille Lefevre
* - Update to 0.4.1pav2004-03-123-6/+6
|
* - Update to 0.2.4pav2004-03-123-4/+5
|
* Update to 2.2.0.marcus2004-03-123-16/+9
|
* . Update the fsck_ext2fs wrapper so that it passes -f down the e2fsckglewis2004-03-122-5/+23
| | | | | | | | | | | | if it's run without option, so that fsck_ext2fs behaviour matches fsck_ufs behaviour with respect to "check without -f option". . Add -v for verbose mode, note that fsck doesn't appear to propagate -v options down, this will only be effective when fsck_ext2fs is run directly. . Switch SOURCEFORGE MASTER_SITES to _EXTENDED variant PR: 64075 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* Update aide 0.9 --> 0.10.cy2004-03-125-77/+33
|
* Upgrade module postgresql-1.130-8.olgeni2004-03-122-4/+4
|
* Update to 4.3.50.marcus2004-03-123-3/+4
|
* Remove USE_SIZE now that it's used by default.olgeni2004-03-127-7/+0
|
* Update to version 3.17.archie2004-03-122-2/+2
|
* . Update to 1.4.2_04.glewis2004-03-123-6/+8
| | | | . SIZEify.
* Hook up lang/lua-mode.elvs2004-03-121-0/+1
| | | | Approved by: linimon (mentor)
* Add entry for databases/postgresql7 (release 7.4.2).osa2004-03-121-0/+12
| | | | Notice from: kris
* amarok --> ports/audio/amarokmarkus2004-03-121-0/+1
|
* Add amarok 0.9, a media player for KDE.markus2004-03-1211-0/+295
| | | | Approved by: arved (mentor)
* New Port: lang/lua-mode.elvs2004-03-125-0/+47
| | | | | | | | Emacs/XEmacs major mode for editing Lua scripts. PR: ports/63770 Submitted by: John Elsasser Approved by: linimon (mentor)
* Reset maintainership. Maintainer does not have the time toerwin2004-03-121-1/+1
| | | | | | take care of this port. Submitted by: maintainer
* Unbreak filelib:fold_files/6, add missing clause.olgeni2004-03-124-2/+36
| | | | Obtained from: Dominic Williams (on erlang-questions)
* Do not close a SSL connection when a finite timeout is specified andolgeni2004-03-124-2/+30
| | | | | | | triggered (also fixes ejabberd). Submitted by: demon Obtained from: Alexey Shchepin
* Back out new PORTREVISION: after discussion with des and nectar Itrevor2004-03-121-1/+1
| | | | | | believe that the bugs in RHSA-2004-059 need not concern users of this port. If anyone has evidence to the contrary, please discuss it with me.
* - Update to 0.6.2arved2004-03-128-1477/+111
| | | | | | | | | | - portlint - utilize OPTIONS - Add ODBC driver - Pass Maintainership to submitter PR: 64072 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Update to 1.9.6.trevor2004-03-125-19/+27
|
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-1220-1/+39
| | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed.
* - restore the healthy mix of marc and securityfocuseik2004-03-121-4/+4
| | | | | | - unicodeify Ulf again Requested by: nectar
* Make the run depends on xextensions a build dependency.marcus2004-03-121-2/+2
|
* Add a missing build dependency on renderext.marcus2004-03-121-0/+1
|
* Add a missing dependency on xextensions.marcus2004-03-121-2/+3
| | | | Reported by: bento
* Add a missing dependency on libXfixes.marcus2004-03-121-2/+3
| | | | | PR: 64038 Submitted by: michael johnson <ahze@ahze.net>
* remove vid 3ca8dd7a-6fb3-11d8-873f-0020ed76ef5a, since the unsafe calleik2004-03-121-33/+1
| | | | | | | | to sprintf is made in preparation for outputting a debug message using OutputDebugString, which is a function from a different operating system. While I'm here, transform U+C3A4 into &auml; (or &#xC3A4;), since CVS is bad in handling binary data.
* add a modified tag to vid 09d418db-70fd-11d8-873f-0020ed76ef5aeik2004-03-121-0/+1
|
* The apache ports have fixes from CVSeik2004-03-121-2/+8
|
* Update to 2.1.18.ume2004-03-126-45/+41
|
* Update to 1.10mat2004-03-122-3/+3
|
* canonicalize list urls (mostly bugtraq)eik2004-03-121-6/+6
|
* Update to 0.37mat2004-03-122-3/+3
|
* - Fix installation problem where PREFIX != LOCALBASE.perky2004-03-116-6/+12
| | | | - Add checksum for Python-2.4.a0.20040311
* Update to Python development snapshot as of 040311.perky2004-03-1122-43/+932
| | | | | I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :)
* new port of kahakai, a scriptable window manager based on waimeatrevor2004-03-115-0/+94
| | | | | PR: 64094 Submitted by: Greg J.
* Unbreak slave port by updating to the version 27.3 of the encoding patch.kan2004-03-112-6/+4
|
* Unbreak WITH_ENCODING_PATCH by updating it to version 27.3.kan2004-03-112-22/+1
|
* Fix build on -CURRENT.vs2004-03-111-8/+3
| | | | | PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
* Remove duplicate entry.kuriyama2004-03-111-1/+0
| | | | | PR: ports/64067 Submitted by: michael johnosn <ahze@ahze.net>
* o Fix on 4.x.kuriyama2004-03-113-18/+6
| | | | | | o Use $REINPLACE_CMD. Submitted by: lofi@
* Update to 1.09mat2004-03-112-3/+3
|
* Update to latest release 7.4.2.osa2004-03-1133-66/+121
| | | | | | | | | | | | | Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105
* Update to 3.1.3 and unmark FORBIDDEN.perky2004-03-114-5/+14
| | | | | Spotted by: Simon Barner <barner@in.tum.de>, Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fixup OPTIONS usemat2004-03-111-5/+7
|
* Fix WWWmat2004-03-111-1/+1
|
* Update to 0.26mat2004-03-112-4/+4
|
* - Update to 2.7.10 and unmark BROKEN. [1]perky2004-03-114-10/+7
| | | | | | | | | | - Respect LOCALBASE for APXS location. [2] - Assign maintainership to submitter. [2] PR: 63960 [2] Submitted by: Simon Barner <barner@in.tum.de> [1], Josh Elsasser <jre@vineyard.net> [2] Requested by: Hideki Machida <hido@neojapangz.com> [1]
* correct typoeik2004-03-111-2/+3
| | | | correct entry/modification date
* Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has beentrevor2004-03-114-4/+4
| | | | | | unused since PR 56615 was committed. List size. Approved by: Cyrille Lefevre (maintainer)
* Delete duplicated mod_python entry, merging additional information intonectar2004-03-111-37/+8
| | | | previous entry.
* remove fix-kdewrappers and fix-gnomewrappers.maho2004-03-114-40/+0
| | | | they are no longer used.
* Fix dependencies (hopefully)obraun2004-03-111-1/+1
| | | | Submitted by: bento via kris
* - Remove bogus strippingpav2004-03-111-2/+0
| | | | | Submitted by: eik Approved by: Michael Johnson <ahze@ahze.net> (maintainer)
* - Fix build on 4.xkrion2004-03-112-2/+2
| | | | Noticed by: bento via kris
* Break for alphaedwin2004-03-111-1/+1
| | | | Submitted by: Mark Huizer via irc
* mark FORBIDDEN: denial of service vulnerabilityeik2004-03-112-0/+4
| | | | http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
* le -> lteik2004-03-111-2/+2
|
* add mod_pythoneik2004-03-111-0/+27
|
* Update to 0.6.0, including:vs2004-03-114-71/+87
| | | | | | | | | | | - XML dump format now takes advantage of ID/IDREF rules for referencing. Backward compatibility has been maintained. - Command line now supports GCC preprocessing flags like -E and -M. - Single source tree for GCC-XML and the patched GCC with one CMake build process to configure everything Approved by: linimon (mentor)
* Change erroneous PATCH_FILES to PATCHFILES.trevor2004-03-111-2/+2
|
* Update to 0.3.eik2004-03-1118-172/+290
| | | | | | | | | | | | | | | | Since we are using the official VuXML database the auditing should be pretty complete. - mention web page - add more mirrors, disabling .ru mirror (too much lag) - allow combined options in portaudit shell script - add sample configuration file - use absolute paths for binaries, to ease use in crontab scripts [1] - correct type in man page [2] PR: 64005 [2] Submitted by: Tomasz Pilat <poncki@axelspringer.com.pl> [1] Nathan Dove <njdove@wafer.sandia.gov> [2]
* Fix depfiles.lofi2004-03-111-2/+2
|
* Use consistent variable names.lofi2004-03-112-2/+2
|
* Fix plist.lofi2004-03-112-2/+2
|
* Use all Sourceforge mirrors (MASTER_SITE_SOURCEFORGE_EXTENDED)eik2004-03-113-3/+3
| | | | | Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) PR: 63861
* BROKEN on alpha 4.x as wellkris2004-03-111-2/+2
|
* The only place this builds is on i386 4.x.kris2004-03-111-1/+1
|
* This appears to be broken globally.kris2004-03-112-13/+5
|
* Update to latest version 2.0.0rc6, released in September, 2003.osa2004-03-112-7/+5
| | | | | | | | | | Announce available at http://mailman.csn.ul.ie/pipermail/pam_smb/2003q3/000279.html Remove http://pamsmb.sourceforge.net/v2/ from MASTER_SITES, because it doesn't containes the latest version. Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> PR: 63861
* 1) set EXTRACT_ONLY appropreate distname.maho2004-03-114-4/+12
| | | | 2) Opps, remove IGNORE. mark as IGNORE again.
* 1) Clean up BUILD_DEPENDSmaho2004-03-114-48/+28
| | | | | 2) No longer `#include <malloc.h>' exist http://www.openoffice.org/issues/show_bug.cgi?id=20975
* Now configure has --enable-mozilla.maho2004-03-118-204/+0
|
* Add MASTER_SITE_SAMBA for samba official mirrors.osa2004-03-117-47/+27
| | | | | | | Utilize MASTER_SITE_SAMBA for SMB-specific ports. Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> PR: 63861
* Committed at somewhere.maho2004-03-1112-176/+0
|
* Committed.maho2004-03-114-100/+0
| | | | http://www.openoffice.org/issues/show_bug.cgi?id=21615
* Committed.maho2004-03-114-76/+0
| | | | http://www.openoffice.org/issues/show_bug.cgi?id=21127
* Committed.maho2004-03-118-88/+0
| | | | http://www.openoffice.org/issues/show_bug.cgi?id=18064
* Committed.maho2004-03-114-100/+0
| | | | http://www.openoffice.org/issues/show_bug.cgi?id=18063
* Committed.maho2004-03-114-468/+0
| | | | http://www.openoffice.org/issues/show_bug.cgi?id=18062
* Update to 5.5.0 release.ale2004-03-112-4/+4
|
* Update to the 20040309 snapshot of Wine.gerald2004-03-116-14/+70
|
* Update to 4.0.1 release.ale2004-03-112-3/+3
| | | | Approved by: maintainer
* s/USE_OPENLDAP_VER/WANT_OPENLDAP_VER/g in comments.ale2004-03-1110-20/+20
| | | | Noticed by: eik
* deUSE_SIZEify.obraun2004-03-1131-31/+0
|
* Add Russ Nelson's ignoreip2 patch [1][2].roam2004-03-112-7/+16
| | | | | | | | Add distribution site grouping for all the patches [1]. PR: 56951 [1], 64062 [2]. Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1], Thomas Vogt <thomas@bsdunix.ch> [2]
* Actually remove libical dependency.marcus2004-03-111-4/+0
|
* s|/usr/bin/sort|${SORT}|marcus2004-03-111-1/+1
|
* Merge some fixes from mozilla-devel.marcus2004-03-113-13/+60
| | | | | | | | | | * Allow one to override JPI_LIST * Fix some potential lock-ups related to esound * Fix some potential pthread problems * Fix libiconv support * Use built-in libical * Use included libart_lgpl * Use SIZE
* * Backout the OPTIONS commit. This requires more Makefile restructuringmarcus2004-03-113-33/+45
| | | | | * Add macro definitions for ESD_LIB and FREETYPE_LIB to simplify future updates
* Update I18N patch.okazaki2004-03-112-4/+6
| | | | Utilize USE_ICONV.
* Update I18N patch.okazaki2004-03-112-3/+6
|
* Add a missing dependency on gnomepanel.marcus2004-03-111-1/+3
| | | | Reported by: GNOME Tinderbox
* Update to 1.0.6.marcus2004-03-112-5/+6
|
* zh-mldonkey-core --> ports/chinese/mldonkey-coreijliao2004-03-111-0/+1
|
* add chinese/mldonkey-coreijliao2004-03-113-0/+71
| | | | | | | Client 'core' for MLDonkey with Traditional Chinese (Big5) support PR: 64039 Submitted by: Hung-Te Lin <piaip@csie.ntu.edu.tw>
* use CATEGORIES+= for slave portijliao2004-03-114-4/+4
|
* Fetch polish dictionary in MASTER_SITE_LOCAL first.jmz2004-03-111-2/+1
| | | | | PR: ports/63943 Submitted by: Krzysztof Stryjek <wtp+ispell@bsdguru.org>
* Update MASTER_SITES.maho2004-03-114-28/+44
|
* Update distinfomaho2004-03-114-8/+60
| | | | | 1) 1.1.1rc 2) SIZEfy
* - add slrn-0.9.8.0-ranges2.diff [0]petef2004-03-113-47/+61
| | | | | | | | | | - use %%DOCSDIR%%, USE_SIZE [0] - portlint [0] - bump PORTREVISION [0] - make gettext optional, add WITHOUT_NLS [1] PR: 62867 [0] Submitted by: obraun [0], Phil Pennock <pdp@nl.demon.net> [1]
* Revert previous commit. I should have asked the maintainer for his viewslinimon2004-03-111-1/+1
| | | | | | one way or the other, anyways. Objected to by: DougB
* Update MASTER_SITES.petef2004-03-112-2/+2
| | | | Submitted by: maintainer
* removemaho2004-03-114-20/+0
| | | | | FIND, CUT, AWK, GREP and PASTE. they are already in the bsd.port.mk
* Marked as IGNORE. I'll work for 1.1.1RC.maho2004-03-114-8/+12
|
* Mark broken for 4.x for the time being.kuriyama2004-03-113-0/+12
| | | | Perl modules are installed into wrong location for 4.x.
* Remove unused entries for flash-0.4.3* files. Add size.trevor2004-03-111-2/+1
|
* - Add documentationpav2004-03-114-3/+37
| | | | | | | | - Add depedency on X11 libraries - Bump portrevision PR: ports/64027 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Update to 2.2.4. It's under an X11-style licence now.trevor2004-03-112-4/+6
|
* Upgrade to 0.38.kuriyama2004-03-112-2/+3
|
* - Fix build on 4-xkrion2004-03-111-0/+1
| | | | Reported by: bento via kris
* - Update to 0.9.6clement2004-03-112-3/+3
|
* - Update to 0.12.2clement2004-03-112-3/+3
|
* Use USE_MYSQL and USE_OPENLDAP.ale2004-03-1110-210/+90
| | | | | PR: ports/63814 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* Remove unused entry for cdb-0.75.tar.gz. List size.trevor2004-03-111-1/+1
| | | | Approved by: Takahiro MORISHITA (maintainer)
* . Fix a typo in COMMENT.glewis2004-03-111-1/+1
|
* Remove hash for libpcap distfile which is no longer used. Add size.trevor2004-03-111-1/+1
|
* untested attempt at fixing support for old FreeBSD versions bytrevor2004-03-111-3/+1
| | | | | adding a dependency on the libpcap port rather than using the outdated and unfetchable libpcap 0.4 distfile
* Upgrade from 4.9.2 to 4.9.4 -- released in December 2002. Reset maintainermi2004-03-118-50/+68
| | | | | | to ports@ Approved by: see commit log for timeout information
* The QueSO home page has been offline for awhile. This descriptiontrevor2004-03-111-3/+1
| | | | may have been taken from it.
* p5-VCP --> ports/devel/p5-VCPnaddy2004-03-111-0/+1
|
* Import VCP 0.3.naddy2004-03-116-0/+108
| | | | | | | | vcp is a tool for copying revision controlled files between various SCM repositories. PR: 63433 Submitted by: hrs
* - Update to 7.50 Preview 3 (aka 20040309)sergei2004-03-113-4/+6
| | | | | | | See ChangeLog: http://snapshot.opera.com/unix/7.50-Preview-3/changelog.html PR: ports/64056 Submitted by: Arjan van Leeuwen (maintainer)
* - Fix build (missing dependency)pav2004-03-111-1/+2
| | | | | Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Reported by: bento via kris
* - Update to version 040308krion2004-03-112-3/+3
| | | | | PR: ports/64068 Submitted by: maintainer
* - Fix build (missing dependency)pav2004-03-111-1/+2
| | | | | Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) Reported by: bento via kris
* Remove hash for version 0.35.5. List size.trevor2004-03-111-1/+1
|
* Remove extraneous backslash, causing PKGNAMESUFFIX= -bdf to befenner2004-03-111-1/+1
| | | | | | included in the definition of MASTER_SITES. Noticed by: distfile survey
* According to fenner's survey this has been unfetchable since Januarytrevor2004-03-111-0/+1
| | | | 2003.
* Update to DAT 4336jeh2004-03-112-3/+4
| | | | Set USE_SIZE, so I don't forget
* LP64 fix, clean-up.naddy2004-03-112-12/+29
| | | | Approved by: maintainer
* Instead of checking for the existence of spec directories, check forlofi2004-03-111-1/+1
| | | | the actual specfile to be present.
* p5-PodToHTML --> ports/www/p5-PodToHTMLnaddy2004-03-111-0/+1
|
* Import PodToHTML Perl module 0.04.naddy2004-03-115-0/+43
| | | | | | | | PodToHTML generates HTML from one or (more typically) several files containg POD documentation. PR: 63434 Submitted by: hrs
* The Java compiler has been omitted from this port since 2002-04-26.trevor2004-03-111-1/+4
| | | | | | Remove its entry. Add size data.
* Remove entry for bounds-checking patch, which was reported to betrevor2004-03-111-1/+1
| | | | | | | | | | unfetchable and has been not been used by the Makefile since last May. PR: 51738 Submitted by: parv Add size datum.
* Fix build with a patch from CVS.archie2004-03-112-2/+25
|
* Clean up this portmaho2004-03-112-9/+27
| | | | | | | | 1) reduce optimization level and remove inappropreate optimization flags 2) use autoconf 257 3) remove lapack dependency 4) fix pkg-plist
* Note problem with packing list, found by bento via kris.trevor2004-03-112-0/+2
|
* Update to 0.09mat2004-03-112-3/+3
|
* As per PR 53582, submitted by KATO Tsuguru, remove entry fortrevor2004-03-111-1/+1
| | | | | | | | gd_gif_in.c.bz2. The gd_gif_in.c file is not downloaded, but rather copied from FILESDIR. Even though the changes from this PR were backed out, this one should have been retained. Add size data.
* Update to 2.10, change to PERL_MODBUILD, steal MAINTAINERship ;-)mat2004-03-113-8/+9
| | | | Approved by: tobez (former maintainer)
* Depend on the correct files. Bump PORTREVISION.lofi2004-03-111-1/+3
|
* make sure to set mode for created directory.ume2004-03-1115-30/+162
| | | | Reported by: "Pascal HOARAU" <pascal@hh.nl>
* libmath++ -> ports/math/libmath++jhb2004-03-111-0/+2
| | | | monopd -> ports/games/monopd