ƒ¬=94759 238 133 401 193 238 224 135 1752 115 152 180 179 182 146 169 156 143 454 449 181 179 561 192 233 169 324 546 232 1075 174 217 204 139 193 184 156 196 281 264 354 311 305 206 332 175 570 148 230 354 184 129 125 194 313 490 281 141 147 462 260 645 503 263 212 352 127 256 325 240 318 268 248 343 164 184 251 133 125 199 127 127 320 248 176 179 207 176 277 258 157 185 218 678 298 271 211 193 202 140 274 156 216 273 226 114 107 233 117 705 124 346 206 241 196 155 110 167 452 191 229 178 557 141 413 140 296 226 367 112 109 121 143 379 176 149 110 110 160 153 191 108 246 237 109 110 109 116 273 163 156 110 168 117 352 110 277 268 220 135 157 229 216 147 151 118 157 219 157 153 111 158 249 155 253 156 121 270 159 140 113 108 108 245 115 112 144 184 294 128 108 267 107 166 108 158 184 193 150 277 171 140 107 110 156 303 357 126 157 315 124 111 202 157 145 115 438 130 281 110 645 170 188 107 107 107 111 107 228 262 107 223 106 390 274 191 324 208 158 298 K 10 svn:author V 4 kris K 8 svn:date V 27 2003-11-24T12:25:08.000000Z K 7 svn:log V 40 Fix build on sparc64 Submitted by: tmm END K 10 svn:author V 3 knu K 8 svn:date V 27 2003-11-24T12:43:40.000000Z K 7 svn:log V 308 Set the configure target properly and unbreak packaging for amd64. It turned out that the configure target does not need to be overridable but just RUBY_ARCH does for those who are to use a hand-built interpreter with modules from ports. Hint given from: obrien Approved by: kris (implicitly), and myself END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-24T17:13:16.000000Z K 7 svn:log V 98 Add the pkg directory with COMMENT for arabic. Approved by: portmgr (implicit) Pointy hat to: me END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-24T17:16:11.000000Z K 7 svn:log V 142 Clarify explanation of how this is broken, based on feedback from FireWire BSD of e-tahan.com and Julian St. of web.de. Approved by: portmgr END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-24T17:21:06.000000Z K 7 svn:log V 128 Make fetchable by updating to latest version (previous distfile has been removed from the author's site). Approved by: portmgr END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-24T17:27:12.000000Z K 7 svn:log V 40 Fix dependencies. Approved by: portmgr END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-24T17:32:53.000000Z K 7 svn:log V 1655 Add new MD5 hash. These are the changes in the contents of the distfile: diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Wed Mar 1 21:37:02 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Thu Dec 30 01:11:31 1999 @@ -1,3 +1,3 @@ /abcdiph.msec/1.1.1.1/Thu Feb 18 00:23:42 1999// -/abc_diphone.scm/1.4/Thu Feb 24 02:35:05 2000// +/abc_diphone.scm/1.3/Tue Jun 22 17:35:25 1999// D diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Feb 24 02:35:05 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Dec 30 01:11:32 1999 @@ -58,8 +58,6 @@ ;; token to word rules (Parameter.set 'Token_Method 'Token_Any) (set! token_to_words mx_spanish_token_to_words) - (set! prev_token.punctuation token.punctuation) - (set! token.punctuation "\"`.,:;!?(){}[]" "[see Tokenizing]") ;; No pos prediction (set! pos_lex_name nil) @@ -104,12 +102,7 @@ (Parameter.set 'Synth_Method 'OGIdiphone) (OGIdbase.activate "abc_diphone") (OGIresLPC.init abcdi_OGI_syn_params) - (set! current_voice_reset abc_voice_reset) (set! current-voice 'abc_diphone) -) - -(define (abc_voice_reset) - (set! token.punctuation prev_token.punctuation) ) ;; Context-dependent smoothing: PR: 50869 Submitted by: krion Approved by: portmgr END K 10 svn:author V 4 jhay K 8 svn:date V 27 2003-11-24T18:16:30.000000Z K 7 svn:log V 22 Update to nqc 2.5 r3. END K 10 svn:author V 4 jhay K 8 svn:date V 27 2003-11-24T19:00:54.000000Z K 7 svn:log V 59 Backout my upgrade to nqc 2.5 r3. We are in a code freeze. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-24T19:56:46.000000Z K 7 svn:log V 85 This doesn't compile on the Alpha or x86-64. reported by: kris Approved by: portmgr END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-24T22:57:48.000000Z K 7 svn:log V 84 Fix build on -CURRENT. Reported by: bento via kris Approved by: portmgr (implicit) END K 10 svn:author V 3 tmm K 8 svn:date V 27 2003-11-25T00:26:53.000000Z K 7 svn:log V 90 Compile with -O0 on sparc64 to work around an internal compiler error. Approved by: kris END K 10 svn:author V 4 fjoe K 8 svn:date V 27 2003-11-25T00:55:36.000000Z K 7 svn:log V 53 Fix build on 5.x. Notice by: kris Approved by: kris END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-11-25T06:04:10.000000Z K 7 svn:log V 75 - Fix build on 5.x Noticed by: bento via kris Approved by: portmgr (kris) END K 10 svn:author V 4 jake K 8 svn:date V 27 2003-11-25T08:56:30.000000Z K 7 svn:log V 63 Fix XFree86-4-FontServer build on sparc64. Requested by: kris END K 10 svn:author V 3 bms K 8 svn:date V 27 2003-11-25T13:27:41.000000Z K 7 svn:log V 51 Fix build on -CURRENT. Submitted by: Volker Stolz END K 10 svn:author V 3 bms K 8 svn:date V 27 2003-11-25T14:08:02.000000Z K 7 svn:log V 361 Supersedes ports/59442 and previous hasty-fix, and fixes the following: - Build with __FreeBSD_version > 501114 (see bms commit) - Build with new route.h (no RTF_PRCLONING) - Don't use hardware assistance on framentation when DF is set. - Allow pftcpdump -w to be used with pfsync. Found-by: bento / Pyun YongHyeon Submitted by: Max Laier PR: ports/59548 END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-25T16:12:19.000000Z K 7 svn:log V 353 List conflicts among japanese/linux-JM, japanese/samba, net/samba-devel, net/samba-libsmbclient and net/samba ports. PR: 59599 Submitted by: Koop Mast (net/samba-libsmbclient maintainer) with changes by eik Approved by: dwcjr (net/samba-devel and net/samba maintainer), NAKAJI Hiroyuki (japanese/samba maintainer), and portmgr (5.2 freeze) END K 10 svn:author V 2 mi K 8 svn:date V 27 2003-11-25T17:49:04.000000Z K 7 svn:log V 90 Update to 2.39 from 2.38 PR: ports/59631 Submitted by: Andrey V. Pevnev (the maintainer) END K 10 svn:author V 4 jhay K 8 svn:date V 27 2003-11-25T18:02:41.000000Z K 7 svn:log V 86 Upgrade to nqc 2.5 r3. The old distfile has gone away. Approved by: portmgr (marcus) END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-25T18:14:17.000000Z K 7 svn:log V 465 According to fenner's survey, 6 of 11 files were fetchable, because outdated files were removed from the FTP sites. Use newest XFree86-devel and glibc-devel on both Alpha and i386; newest kernel-source and libstdc++-devel on Alpha; and newest cpp, gcc, gcc-c++, gcc-g77 and libstdc++-devel on i386. Generate packing list from a fake installation. Note GNU GPL restriction. Speed up fetching of updates for the Alpha. Take maintainership. Approved by: portmgr END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-25T18:26:17.000000Z K 7 svn:log V 97 Fix fetch due to a re-rolled distfile. Submitted by: maintainer Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-25T18:28:52.000000Z K 7 svn:log V 137 Saved too quickly. The previous commit should also have read: The changes were a date and build number change in the english.lng file. END K 10 svn:author V 2 mi K 8 svn:date V 27 2003-11-25T18:45:06.000000Z K 7 svn:log V 78 Force downgrade back to 2.38. We are in ports-freeze... Requested by: marcus END K 10 svn:author V 5 tobez K 8 svn:date V 27 2003-11-25T18:48:26.000000Z K 7 svn:log V 229 This fixes plist problem for people unlucky enough to have a ${PREFIX}/share/man/man1 directory (which perl's Configure unconditionally prefers to anything else if found). Submitted by: se, vanilla Approved by: portmgr (marcus) END K 10 svn:author V 8 netchild K 8 svn:date V 27 2003-11-25T18:54:38.000000Z K 7 svn:log V 448 - Fix compilation on FreeBSD 5.2-BETA. - Switch LIB_DEPENDS from math/libgmp-freebsd to math/libgmp4 on FreeBSD 5 only (the base libgmp 2.0.1 on FreeBSD 4 is fine) so this port buils on architectures other than alpha and i386 (tested on FreeBSD/sparc64). - Respect CC and CFLAGS. - Remove broken URL forgotten in Makefile 1.16 and pkg-descr 1.5. - Give maintainership to submitter. Submitted by: marius@alchemy.franken.de Approved by: portmgr END K 10 svn:author V 5 arved K 8 svn:date V 27 2003-11-25T18:57:36.000000Z K 7 svn:log V 137 - AMD64 has no APM - Revert logic, i386 seems to be the only ARCH with APM Submitted by: Adriaan de Groot Approved by: portmgr (marcus) END K 10 svn:author V 7 andreas K 8 svn:date V 27 2003-11-25T19:35:43.000000Z K 7 svn:log V 978 - fix for PR 58925 solves problem of hanging usb sessions with cams using gphoto2 ptp2 driver - bumped port revision - tested by different people under -current and -stable, no ill side effects and really cures the problem. The author of bsd.c clearly states out in the sources, that he has ported codee from linux 1:1 and he "kind of hopes" that it is ok. But it wasn't. This patch fixes hang that happens after the 1st read because the USB driver tries to read more bytes than are available. 0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................ 1.240828 gphoto2-port(2): Reading 512=0x200 bytes from port... gp_port_read: Operation timed out 9.267455 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde -34 9.267819 context(0): PTP I/O error PR: 58925 Submitted by: Mariusz Woloszyn Reviewed by: John Reynolds and some tester Approved by: portmgr@ (Joe Marcus Clarke ) END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-11-26T04:39:33.000000Z K 7 svn:log V 80 Fix plist entries. Reported by: bento via kris (as a passepartout build error) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-26T06:02:15.000000Z K 7 svn:log V 121 Update to 1.2.13 to fix a build with Mozilla 1.5 and 1.6.a. Reported by: bento via kris Approved by: portmgr (implicit) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2003-11-26T07:46:31.000000Z K 7 svn:log V 108 Upgrade to 1.3.11-RC1. This fixes bidwatcher to work with the latest changes at eBay. Approved by: Marcus END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-11-26T09:12:47.000000Z K 7 svn:log V 45 Source tarball rerolled. Reported by: bento END K 10 svn:author V 3 osa K 8 svn:date V 27 2003-11-26T09:40:15.000000Z K 7 svn:log V 100 Fix build on 5.x. Spotted by: Ted Lindgreen Approved by: portmgr (marcus) END K 10 svn:author V 5 arved K 8 svn:date V 27 2003-11-26T10:35:19.000000Z K 7 svn:log V 90 Add -fPIC to CFLAGS on IA64 and AMD64. Fixes build (tested on pluto2). Reported by: kris END K 10 svn:author V 5 arved K 8 svn:date V 27 2003-11-26T10:40:07.000000Z K 7 svn:log V 62 Fix broken dependency on arabic i18n port. Reported by: kris END K 10 svn:author V 8 nobutaka K 8 svn:date V 27 2003-11-26T15:05:08.000000Z K 7 svn:log V 99 Fix build on ia64. Submitted by: Ken Smith Approved by: portmgr (kris) END K 10 svn:author V 8 nobutaka K 8 svn:date V 27 2003-11-26T15:24:46.000000Z K 7 svn:log V 183 Fix ac3 audio decoding breakage. PR: 59410, 59522 Submitted by: Bartosz Fabianowski , Miguel Mendez Approved by: portmgr (marcus) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-11-26T20:29:40.000000Z K 7 svn:log V 171 - Fix build on alpha, amd64 and sparc64 PR: ports/59690 Submitted by: Ulrich Spoerlein (maintainer) Approved by: marcus (portmgr) Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-11-26T21:18:29.000000Z K 7 svn:log V 261 - Fix build (after changes to USE_GNOME logic this port was double-patching Makefile causing second patching to fail.) PR: ports/59700 Submitted by: Volker Stolz Approved by: marcus (portmgr) Approved by: adamw (mentor) END K 10 svn:author V 5 dougb K 8 svn:date V 27 2003-11-27T01:47:29.000000Z K 7 svn:log V 216 Update to 8.3.7, the latest in this branch from ISC. This is a security fix release, which contains a change to, "apply anti-cache poison techniques to negative answers." It also removes the view option to nslookup. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2003-11-27T01:59:07.000000Z K 7 svn:log V 210 Update to 8.4.3, the latest version from ISC. This update contains the security fix to the negative caching strategy, along with numerous bug fixes, and other improvements; especially to the IPv6 related code. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T05:28:17.000000Z K 7 svn:log V 110 Use libgmp4 on -CURRENT to allow this port to build on 64-bit architectures. Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T06:52:35.000000Z K 7 svn:log V 236 Ignore this port. It's almost two years old, and there is a GNOME 2 version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit) END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2003-11-27T06:55:26.000000Z K 7 svn:log V 78 Unbreak by updating checksum as of 2003-11-08. Approved by: portmgr (marcus) END K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-11-27T07:39:33.000000Z K 7 svn:log V 474 Fix the build on ia64: The __libc_ia64_register_backing_store_base variable is defined on Linux (in glibc) to allow processes to obtain the base of the RSE backing store. On FreeBSD we do not have such a variable. We also do not yet have a different interface for processes to use. So, for now, hardcode the base address of the RSE backing store as it is on FreeBSD. There's little chance this will change in the future, so it's not that evil. Approved by: portmgr (kris) END K 10 svn:author V 5 znerd K 8 svn:date V 27 2003-11-27T08:35:02.000000Z K 7 svn:log V 54 Fixed the MASTER_SITES. Approved by: portmgr (adamw) END K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-11-27T08:37:42.000000Z K 7 svn:log V 134 Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS that listed all archs, except ia64. Approved by: portmgr (kris) END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-11-27T09:07:38.000000Z K 7 svn:log V 259 Forced commit to state that source tarball reroll looks like fake-recovery (after accidental damage?) from 0.6.2 version. The only difference between 0.6.2 and current 0.6 sources is .2 suffix in version number around the code. Reminded by: portmgr (marcus) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T18:54:43.000000Z K 7 svn:log V 89 Remove medusa. This port is broken and no longer used. Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T18:56:13.000000Z K 7 svn:log V 34 Add an entry for sysutils/medusa. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T18:56:44.000000Z K 7 svn:log V 30 Remove ports/sysutils/medusa. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-27T19:40:08.000000Z K 7 svn:log V 99 This patch is still needed for -STABLE and older versions of 5.x. Approved by: portmgr (implicit) END K 10 svn:author V 4 roam K 8 svn:date V 27 2003-11-27T21:59:00.000000Z K 7 svn:log V 219 Update to vpopmail-5.3.30, fixing a critical update_rules bug. Revamp a bit the creation of the MySQL credentials file. PR: 59605 Submitted by: Alex Dupre (mostly) Approved by: portmgr (will) END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2003-11-28T00:05:27.000000Z K 7 svn:log V 392 *** Security Update (not fix, only workaround) *** Disable the ability to create signatures using the ElGamal sign+encrypt (type 20) keys as well as to remove the option to create such keys. Reported by: se References: http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020570.html http://lists.gnupg.org/pipermail/gnupg-devel/2003-November/020569.html Approved by portmgr (will) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-11-28T01:02:59.000000Z K 7 svn:log V 188 - Fix build on -CURRENT (conflicting prototype) PR: ports/59684 Submitted by: Volker Stolz Approved by: marcus (portmgr) Approved by: adamw (mentor) END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2003-11-28T01:46:52.000000Z K 7 svn:log V 47 Typo. Pointed out by S.J. Yu END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2003-11-28T03:11:26.000000Z K 7 svn:log V 52 add missing dependence Approved by: portmgr (kris) END K 10 svn:author V 5 silby K 8 svn:date V 27 2003-11-28T05:58:48.000000Z K 7 svn:log V 367 Clamav 0.65 uses libgmp for digital signature calculations; as libgmp no longer exists in 5.x, add the needed dependency to this Makefile. (Note that stale gmp.h and libgmp files sitting around may still cause problems, anyone with an "old" 5.x system that sees oddities in the build should make sure that those old files are purged from /usr/lib and /usr/include.) END K 10 svn:author V 4 roam K 8 svn:date V 27 2003-11-28T06:16:45.000000Z K 7 svn:log V 166 Update qmailadmin to 1.0.29 for much better interoperability with vpopmail. PR: 59606 Submitted by: Alex Dupre Approved by: portmgr (will) END K 10 svn:author V 4 roam K 8 svn:date V 27 2003-11-28T07:54:53.000000Z K 7 svn:log V 551 Looks like I seriously botched the last commit; somehow four lines from the original Makefile.in got duplicated in the 'patched' one, leading to a malformed sh(1) construct that would inevitably break the installation. Thanks to Ronald Sebastian and Alex Dupre for pointing this out. Noticed by: Ronald Sebastian and Alex Dupre , among others While I'm here, remove the autoconf part of the Makefile.in patch, which actually duplicates what I've been doing in the port's Makefile for some time now :) END K 10 svn:author V 5 joerg K 8 svn:date V 27 2003-11-28T10:25:02.000000Z K 7 svn:log V 408 Bring the tix toolkit up to tcl/tk 8.4. Also fix a broken shared lib configuration that caused the absolute pathname (in the ports compilation directory) of the tix lib to be recorded in the generated wish interpreter, so after removing the compile directory from the machine, the interpreter could not be run at all anymore. Strange nobody ever comlained abou this. Not Approved by: maintainer (timeout) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2003-11-28T20:49:08.000000Z K 7 svn:log V 167 Unbreak: chase checksum for armstrong_thesis_2003.pdf. PR: ports/59745 Submitted by: Volker Stolz Approved by: portmgr (marcus) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2003-11-29T04:41:17.000000Z K 7 svn:log V 116 Update to an interm version that handles 5.2-RELEASE. Submitted by: Vic Abell Approved by: marcus END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-11-29T17:09:32.000000Z K 7 svn:log V 256 Use a sampling rate that works with the AudioPCI ES1371-B in my Dell OptiPlex GX110. Submitted by: FireWire BSD of e-tahan.com, who discussed the problem with autozen author Steven James (I don't know which of them found the fix) Approved by: portmgr END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2003-11-29T17:18:43.000000Z K 7 svn:log V 31 Unbreak. Approved by: portmgr END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-11-29T22:03:00.000000Z K 7 svn:log V 160 Add a missing dependency on gnomedesktop, and simplify the USE_GNOME bits. Reported by: bento via kris Approved by: maintainer (implicit) portmgr (implicit) END K 10 svn:author V 6 anholt K 8 svn:date V 27 2003-11-29T22:34:32.000000Z K 7 svn:log V 229 Fix patching stage in XFree86-4-Server-snap by using patch-xfree86.cf in this port instead of from XFree86-4-libraries. The new chunk to the patch in XFree86-4-libraries is already merged in to CVS. Approved by: portmgr (kris) END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2003-11-30T03:03:04.000000Z K 7 svn:log V 143 Fix typo error (ONLY_FOR_ARCH => ONLY_FOR_ARCHS), this fix building on non-i386 archs. Submitted by: maintainer Approved by: portmgr (marcus) END K 10 svn:author V 5 silby K 8 svn:date V 27 2003-11-30T07:19:15.000000Z K 7 svn:log V 223 Correct the OSVERSION check for the libgmp depedency; libgmp was removed waaaay earlier than I had previously thought. Also bump portrevision since this is an important change for 5.x users. Approved by: portmgr (marcus) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-11-30T18:11:13.000000Z K 7 svn:log V 175 - Unbreak on 5.x - Respect CFLAGS - Silence Portlint PR: ports/59770 Submitted by: Sergey Matveychuk Approved by: marcus (portmgr) Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-11-30T18:13:43.000000Z K 7 svn:log V 155 - Fix build on 5.x PR: ports/59810 Submitted by: Markus Brueffer Approved by: marcus (portmgr) Approved by: adamw (mentor) END K 10 svn:author V 5 adamw K 8 svn:date V 27 2003-11-30T18:19:02.000000Z K 7 svn:log V 248 Add patch originally missed in import. Patch by Franz Klammer . This fixes the build. PR: ports/59440 Submitted by: Mezz (maintainer) Approved by: marcus (portmgr) Pointy hat to: me Thanks for being so patient with me: Mezz END K 10 svn:author V 3 jeh K 8 svn:date V 27 2003-11-30T20:08:11.000000Z K 7 svn:log V 72 Fix build errors caused by cut-n-paste. Approved by: portmgr (marcus@) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-01T01:00:09.000000Z K 7 svn:log V 89 Fix build on amd64 where Mozilla cannot be built (yet). Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-01T05:26:38.000000Z K 7 svn:log V 155 Add gnome2-lite, a trimmed down version of the GNOME 2 desktop that will be used on FreeBSD release CDs. Requested by: re Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-01T05:27:22.000000Z K 7 svn:log V 38 gnome2-lite --> ports/x11/gnome2-lite END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-01T05:29:53.000000Z K 7 svn:log V 30 Add CONFLICTS for each other. END K 10 svn:author V 4 will K 8 svn:date V 27 2003-12-01T05:42:38.000000Z K 7 svn:log V 105 Add kde-lite, the FreeBSD release "meta-port" for KDE. Requested by: re Approved by: portmgr (implicit) END K 10 svn:author V 4 will K 8 svn:date V 27 2003-12-01T05:42:47.000000Z K 7 svn:log V 34 kde-lite --> ports/x11/kde-lite END K 10 svn:author V 4 will K 8 svn:date V 27 2003-12-01T05:43:07.000000Z K 7 svn:log V 34 Add bits for slave port kde-lite. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-01T06:42:02.000000Z K 7 svn:log V 224 Do not overwrite base lp* files by default. Instead, provide a CUPS_OVERWRITE_BASE macro, plus some instruction on what could happen should users chose this option. Submitted by: maintainer Approved by: portmgr (implicit) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-01T20:36:12.000000Z K 7 svn:log V 155 - Unbreak on 5.x (gcc 3.3 preprocessor) PR: ports/59781 Submitted by: Tony Maher (maintainer) Approved by: marcus (portmgr) END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-01T23:29:11.000000Z K 7 svn:log V 81 Add bison dependency. noticed by: kris in bento log Approved by: portmgr (will) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-02T18:48:05.000000Z K 7 svn:log V 84 Add some wording on how to move from gnome2-lite to the full-blown GNOME 2 desktop. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2003-12-02T18:53:23.000000Z K 7 svn:log V 111 Fix master site list -- this will greatly speed up fetching (and make it clear where the real distfile lives). END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-02T21:53:20.000000Z K 7 svn:log V 81 Remove some extraneous spaces introduced in the last commit. Noticed by: olgeni END K 10 svn:author V 2 se K 8 svn:date V 27 2003-12-02T22:19:14.000000Z K 7 svn:log V 185 Fix CONFIGURE_ENV parameter GLIB_CONFIG: use "pkg-config glib-2.0" instead of "glib12-config" (which was inconsistent with "USE_GNOME=glib20). Approved by: marcus (Joe Marcus Clarke) END K 10 svn:author V 2 cy K 8 svn:date V 27 2003-12-02T23:36:47.000000Z K 7 svn:log V 166 Fix buffer overflow that allows privilege escalation for local users. Approved by: will (using his portmgr hat) Obtained from: Timo Sirainen on BUGTRAQ END K 10 svn:author V 5 roger K 8 svn:date V 27 2003-12-03T00:22:34.000000Z K 7 svn:log V 63 Add two patches to make pwlib build on Sparc64 Approved my Joe END K 10 svn:author V 3 bms K 8 svn:date V 27 2003-12-03T03:22:11.000000Z K 7 svn:log V 93 Bump dependency on net/net-snmp to check for libnetsnmp.so.6. Approved by: marcus (portmgr) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-03T06:14:42.000000Z K 7 svn:log V 122 Build the DynaLoader with -fPIC to fix some build problems on amd64. Submitted by: tobez Approved by: portmgr (implicit) END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-03T16:57:36.000000Z K 7 svn:log V 582 The linux-gtk port sets USE_LINUX_PREFIX which adds a dependency on linux_base 7.1, but the latter port has its own XFree86 libraries which conflict with the ones from this port. The rpm2cpio (used in pre-install) and rpm (used in do-install) ports conflict with each other. Fix the dependencies by bringing in parts of the linux-gtk Makefile so this port can stand on its own, and by using the rpm2cpio that accompanies rpm. While I'm here, be less verbose, reorder some lines to please portlint, and slim the pre-install a little. Approved by: portmgr (marcus) for 5.2 freeze END K 10 svn:author V 2 mr K 8 svn:date V 27 2003-12-03T18:51:15.000000Z K 7 svn:log V 206 Fix build/work of qcad: - minor update to 2.0.1.2 - add dependancy to bash (needed by build process) - use {SH} instead of hardcoded sh - delete repo copied but not used cad/qcad2 Approved by: marcus (re) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-03T19:49:19.000000Z K 7 svn:log V 178 - Fix build with gcc 3.3 - Use INFO macro PR: ports/59866 Submitted by: Volker Stolz Approved by: maintainer Approved by: marcus (portmgr) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T00:00:00.000000Z K 7 svn:log V 118 - Fix build with gcc 3.3 PR: ports/59585 Submitted by: Koop Mast Approved by: marcus (portmgr) END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T01:08:41.000000Z K 7 svn:log V 98 Get this to compile when GTK+ is not present. Fix whitespace too. Approved by: portmgr (marcus) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-04T01:20:30.000000Z K 7 svn:log V 106 Fix build by syncing with gaim-0.73. PR: 59782 Submitted by: maintainer Approved by: portmgr (implicit) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-04T01:51:33.000000Z K 7 svn:log V 45 Lock the ports tree for 5.2-RELEASE tagging. END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-04T02:12:06.000000Z K 7 svn:log V 178 Unlock the ports tree. The ports tree is now in a semi-freeze. There should be no large commits, sweeping changes, or infrastructure changes until 5.2-RELEASE is out the door. END K 10 svn:author V 3 max K 8 svn:date V 27 2003-12-04T03:00:03.000000Z K 7 svn:log V 64 Upgrade to 2.03. Pointed-out by: "Takayuki Nakao" END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T03:01:50.000000Z K 7 svn:log V 119 The gauche-config command was not being invoked by the shell. PR: ports/59785 Approved by: Kimura Fuyuki (maintainer) END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T03:02:10.000000Z K 7 svn:log V 177 Make fetchable by updating to 0.8.4. The change log says: Removed empty branches from filter regexps; this is a nonportable feature of GNU libc which broke on FreeBSD libc. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T03:07:21.000000Z K 7 svn:log V 130 Allow slave ports to set their own ONLY_FOR_ARCHS (fixes a problem with my i386-only slave ports, noticed by kris in bento logs). END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T03:21:37.000000Z K 7 svn:log V 19 - Fix MASTER_SITES END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T03:24:09.000000Z K 7 svn:log V 12 - fix Usage END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T03:28:54.000000Z K 7 svn:log V 137 - use DOCSDIR - new option STANDALONE_POP3 Submitted by: osa - USE_REINPLACE for all options - cleanup targets Submitted by: dinoex END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T03:31:34.000000Z K 7 svn:log V 22 - take maintainership END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T03:33:54.000000Z K 7 svn:log V 608 Update to 1.6.0. Changes: * Added support for DiG 9.x (BIND 9.0.1) * Replaced internal digparse utility with digstd utility - you call digstd as if it were dig, it calls dig for you with right options for your version and returns results in a standard easy-to-parse format. * Added SRV record support (ala RFC 2052). * Added LOC record support (ala RFC 1876). * Minor speed improvement to axfr * Numerous bug fixes and support for different local host configurations * Updated HOWTOUSE and MANUAL documents PR: ports/53785 Submitted by: Rob Evers Maintainer timeout: 3 weeks END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T03:35:33.000000Z K 7 svn:log V 29 - fix spelling of maintainer END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T03:41:30.000000Z K 7 svn:log V 250 Use the latest glibc packages. Changes are described at , and . END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T03:55:16.000000Z K 7 svn:log V 109 Per distfile survey, remove dead mastersite. Approved by: Justin Stanford (maintainer) END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T05:33:42.000000Z K 7 svn:log V 144 Fix build on -HEAD. Committed on behalf of lioux who is having machine problems. PR: ports/57637 Submitted by: David Yeske END K 10 svn:author V 4 nork K 8 svn:date V 27 2003-12-04T05:41:13.000000Z K 7 svn:log V 102 Update to 2.2a. PR: ports/59913 Submitted by: Yoshihiko Sarumaru (maintainer) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T06:06:42.000000Z K 7 svn:log V 61 - Update to version 1.0 PR: 59746 Submitted by: maintainer END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T06:30:03.000000Z K 7 svn:log V 16 Update to 0.6.3 END K 10 svn:author V 3 ume K 8 svn:date V 27 2003-12-04T06:33:54.000000Z K 7 svn:log V 75 add WITH_ALWAYSTRUE option. Requested by: Ted Cabeen END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:37:09.000000Z K 7 svn:log V 355 Add sysutils/portdowngrade, a utility to help downgrade FreeBSD ports by analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:37:51.000000Z K 7 svn:log V 95 Add sysutils/portdowngrade. PR: ports/48257 Submitted by: Heiner Eichmann END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T06:38:33.000000Z K 7 svn:log V 133 The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace conflict which kept the mailsync port from compiling. Resolve it. END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T06:42:38.000000Z K 7 svn:log V 84 Fix bug wich prevents game variation selection from cli for non-latin locale users. END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:42:39.000000Z K 7 svn:log V 460 Add databases/kinterbasdb, a Python module to access the Firebird (Interbase (TM) relational database. Note: there seems to be no way around the portlint gripe. Further note: this port won't install correctly until the underlying Firebird DB is upgraded to get rid of its FORBIDDEN state, but first things first. (The was one of the oldest "new ports" PRs in the system, predating the breakage). PR: ports/30823 Submitted by: Dmytro Rud END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:43:19.000000Z K 7 svn:log V 45 Add databases/kinterbasdb. PR: ports/30823. END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:46:36.000000Z K 7 svn:log V 316 Add multimedia/avidemux2, a simple video editor that is built around Xvid and ffmpeg. Contains various filters for deinterlacing, cropping, resizing, etc. Allows for cutting without re-encoding. Has the ability to re-encode and re-sample. PR: ports/51013 Submitted by: Anish Mistry END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:47:18.000000Z K 7 svn:log V 44 Add multimedia/avidemux2. PR: ports/51013. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2003-12-04T06:48:51.000000Z K 7 svn:log V 200 forced commit to note that the previous change addresses PR 51807, submitted by Kevin Oberman, maintainer of the irrtoolset port (which I left marked broken because it has at least one other problem) END K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-04T06:49:07.000000Z K 7 svn:log V 129 avidemux2 -> ports/multimedia/avidemux2 kinterbasdb -> ports/databases/kinterbasdb portdowngrade -> ports/sysutils/portdowngrade END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-04T06:49:23.000000Z K 7 svn:log V 271 Update to 0.74. --- Add a patch to fix a memory leak (PORTREVISION=1 for people that got the 0.74 update during the freeze). [1] Submitted by: Matthew Luckie Obtained from: http://web.ics.purdue.edu/~eblanton/gaim/gaim-0.75cvs-gaim_log_free.diff [1] END K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-12-04T06:55:41.000000Z K 7 svn:log V 17 Update to 2.0.6. END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:11:53.000000Z K 7 svn:log V 15 Update to 0.33 END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:25:33.000000Z K 7 svn:log V 27 Update to 1.3.11 (Bakery2) END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:26:59.000000Z K 7 svn:log V 49 Patches missed from just commited 1.3.11 update. END K 10 svn:author V 5 leeym K 8 svn:date V 27 2003-12-04T07:29:24.000000Z K 7 svn:log V 284 It seems that MASTER_SITES release rerolled distfile. So, update md5 checksum correspondingly. Sorry, due to license, users can only fetch the distfile from MASTER_SITES by themselves. Therefore I have no idea about what's different between the latest distfile and the previous one. END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:30:36.000000Z K 7 svn:log V 82 Add bakery_gnomeui 1.3.2, a Bakery C++ Application Framework extention for GNOME. END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:30:49.000000Z K 7 svn:log V 55 bakery_gnomeui --> ports/x11-toolkits/bakery_gnomeui END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:38:30.000000Z K 7 svn:log V 16 Update to 1.0.4 END K 10 svn:author V 5 perky K 8 svn:date V 27 2003-12-04T07:43:34.000000Z K 7 svn:log V 16 Update to 1.0.2 END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:48:08.000000Z K 7 svn:log V 66 Add libpanelappletmm 1.3.1, C++ binding for the panel applet API. END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:48:17.000000Z K 7 svn:log V 59 libpanelappletmm --> ports/x11-toolkits/libpanelappletmm END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2003-12-04T07:55:27.000000Z K 7 svn:log V 96 - suport spaces in filenames - enviroment variable THUMBNAILBASEDIR to strip absolute pathnames END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T07:56:39.000000Z K 7 svn:log V 14 Update to 0.3 END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T07:56:51.000000Z K 7 svn:log V 151 Remove entry for cad/qcad2 which was removed yesterday, but forgotten in modules. Committers please take more care when adding/removing/moving ports! END K 10 svn:author V 5 perky K 8 svn:date V 27 2003-12-04T08:02:59.000000Z K 7 svn:log V 142 Update to 0.2 which includes reliability fix on ports/58942 PR: 58942 Submitted by: Joel Sutton , maintainer END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T08:05:00.000000Z K 7 svn:log V 15 Update to 1.16 END K 10 svn:author V 3 ume K 8 svn:date V 27 2003-12-04T08:06:03.000000Z K 7 svn:log V 18 Update to 2.1.17. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T08:07:18.000000Z K 7 svn:log V 15 Update to 1.28 END K 10 svn:author V 3 ume K 8 svn:date V 27 2003-12-04T08:20:08.000000Z K 7 svn:log V 24 remove pidfile at stop. END K 10 svn:author V 5 perky K 8 svn:date V 27 2003-12-04T08:20:35.000000Z K 7 svn:log V 178 - Fix build by ignoring invalid python syntax. - Assign Filippo Natali to new maintainer. Submitted by: Filippo Natali , Khairil Yusof END K 10 svn:author V 5 seanc K 8 svn:date V 27 2003-12-04T08:25:00.000000Z K 7 svn:log V 69 Update to the latest and greatest snapshot from the PostgreSQL crew. END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T08:28:03.000000Z K 7 svn:log V 62 - Update to version 0.35 PR: 59610 Submitted by: Ports Fury END K 10 svn:author V 5 perky K 8 svn:date V 27 2003-12-04T08:28:25.000000Z K 7 svn:log V 16 Update to 1.1.2 END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T09:06:15.000000Z K 7 svn:log V 74 - Fix build against rerolled tarball PR: 59612 Submitted by: Ports Fury END K 10 svn:author V 5 bland K 8 svn:date V 27 2003-12-04T09:13:03.000000Z K 7 svn:log V 23 Do not build examples. END K 10 svn:author V 5 seanc K 8 svn:date V 27 2003-12-04T09:19:11.000000Z K 7 svn:log V 257 Update to PostgreSQL 7.3.5. See the release notes for details. A dump is *not* required when upgrading from any 7.3 release to 7.3.5. Release notes: http://developer.postgresql.org/docs/postgres/release-7-3-5.html Notified: maintainer Repo-copy by: joe END K 10 svn:author V 5 tobez K 8 svn:date V 27 2003-12-04T09:41:27.000000Z K 7 svn:log V 16 Update to 1.52. END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T09:49:19.000000Z K 7 svn:log V 184 - Update to 3.2.1 - Add knob to enable color interface PR: ports/59691 Submitted by: David Le Brun Approved by: maintainer Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T09:50:27.000000Z K 7 svn:log V 175 - Update master sites, website url - Give maintainership to submitter PR: ports/59691 Submitted by: David Le Brun Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T09:53:01.000000Z K 7 svn:log V 127 - Update to 0.2.1 PR: ports/59634 Submitted by: Marcus von Appen (maintainer) Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T09:53:35.000000Z K 7 svn:log V 43 - Chase liblingoteach shlib version change END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T09:57:10.000000Z K 7 svn:log V 63 - Update to version 2.8.2 PR: 59748 Submitted by: maintainer END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:01:09.000000Z K 7 svn:log V 134 - Fix a bug with incorrect config parsing until the next version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:04:21.000000Z K 7 svn:log V 123 - Update to 1.1.20 PR: ports/59709 Submitted by: Sergey Akifyev (maintainer) Approved by: adamw (mentor) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:05:05.000000Z K 7 svn:log V 53 - Fix pkg-plist PR: 59750 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:05:06.000000Z K 7 svn:log V 59 - Base lpr lives in /usr not in / Approved by: maintainer END K 10 svn:author V 5 demon K 8 svn:date V 27 2003-12-04T10:06:03.000000Z K 7 svn:log V 24 Update to version 2.38. END K 10 svn:author V 5 seanc K 8 svn:date V 27 2003-12-04T10:08:07.000000Z K 7 svn:log V 63 Preemptive strike against future bogons for PORTREVSION bumps. END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:11:32.000000Z K 7 svn:log V 126 - Update to 2.1.9 PR: ports/59769 Submitted by: Munish Chopra (maintainer) Approved by: adamw (mentor) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:12:01.000000Z K 7 svn:log V 63 - Update to version 1.0.3 PR: 59751 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:13:19.000000Z K 7 svn:log V 61 - Update to 1.9.0 PR: ports/59840 Submitted by: Ports Fury END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:16:01.000000Z K 7 svn:log V 17 Update to 1.0.17 END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:16:40.000000Z K 7 svn:log V 64 - Update to version 0.9.13 PR: 59752 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:16:48.000000Z K 7 svn:log V 156 - Update to 0.10.2 - Use gnomehack and covert patching to sed_reinplace PR: ports/59924 Submitted by: Jean-Yves Lefort (maintainer) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:21:06.000000Z K 7 svn:log V 61 - Update to version 1.8 PR: 59753 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:22:32.000000Z K 7 svn:log V 160 - Update to 2.57 - Give maintainership to submitter PR: ports/59738 Submitted by: Clement Laforet Approved by: adamw (mentor) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:24:04.000000Z K 7 svn:log V 62 - Update to version 0.34 PR: 59754 Submitted by: Ports Fury END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2003-12-04T10:26:11.000000Z K 7 svn:log V 26 Upgrade to Eclipse 2.1.2. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:26:22.000000Z K 7 svn:log V 175 Downgrade to 3.65 after a repocopy of net/p5-Net-SNMP. This version is for backwards compatability with perl 5.005_03 PR: 57674 Submitted by: Lars Thegler END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:26:54.000000Z K 7 svn:log V 65 - Update to version 0.2.1.1 PR: 59755 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:27:23.000000Z K 7 svn:log V 48 - Convert to USE_MYSQL Approved by: maintainer END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2003-12-04T10:27:26.000000Z K 7 svn:log V 18 Upgrade to 0.1.2. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:28:29.000000Z K 7 svn:log V 14 Fix CONFLICTS END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:29:04.000000Z K 7 svn:log V 14 Add CONFLICTS END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:29:39.000000Z K 7 svn:log V 152 - Move plist creation to build target PR: ports/59681 Submitted by: Simun Mikecin Approved by: maintainer Approved by: adamw (mentor) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:30:14.000000Z K 7 svn:log V 21 Hook up p5-Net-SNMP3 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2003-12-04T10:33:01.000000Z K 7 svn:log V 17 Upgrade to 1.21. END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T10:34:27.000000Z K 7 svn:log V 52 Update to 0.72 PR: 59635 Submitted by: maintainer END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:36:51.000000Z K 7 svn:log V 92 - Update to 2.2.1 PR: ports/58209 Submitted by: Ying-Chieh Liao END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:39:55.000000Z K 7 svn:log V 201 - Pretend we don't have ieee functionality on sparc64, amd64 and ia64, thus fixing build there - Axe html documentation, it disappeared from master site PR: ports/59238 Approved by: adamw (mentor) END K 10 svn:author V 5 demon K 8 svn:date V 27 2003-12-04T10:41:46.000000Z K 7 svn:log V 34 Add WWW. Approved by: maintainer END K 10 svn:author V 3 osa K 8 svn:date V 27 2003-12-04T10:42:00.000000Z K 7 svn:log V 16 Update to 2.83. END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T10:42:51.000000Z K 7 svn:log V 174 - Add WITH_ENCODING_PATCH knob which allows russian fonts PR: ports/59076 Submitted by: oleg dashevskii Approved by: maintainer Approved by: adamw (mentor) END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T10:44:09.000000Z K 7 svn:log V 15 Update to 1.01 END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T10:49:04.000000Z K 7 svn:log V 72 Update to 0.06 PR: 59839 Submitted by: Lars Thegler END K 10 svn:author V 3 osa K 8 svn:date V 27 2003-12-04T10:52:34.000000Z K 7 svn:log V 16 Update to 3.05. END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T10:59:50.000000Z K 7 svn:log V 64 - Update to version 0.26.1 PR: 59756 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:05:55.000000Z K 7 svn:log V 92 - Update to 0.9.1 PR: ports/59929 Submitted by: Rui Lopes (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:07:48.000000Z K 7 svn:log V 100 - Update to 0.4.3 PR: ports/59771 Submitted by: Jason Harris (maintainer) END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T11:09:07.000000Z K 7 svn:log V 56 - Fix MASTER_SITES PR: 59759 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:15:03.000000Z K 7 svn:log V 184 - Update to 0.12 - Add new knobs WITHOUT_WEBLINT, WITH_TIDY and WITHOUT_SPLASH - Add conflicts PR: ports/59931, ports/59585 Submitted by: Koop Mast (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:15:53.000000Z K 7 svn:log V 79 - Add conflicts PR: ports/59585 Submitted by: Koop Mast END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:21:52.000000Z K 7 svn:log V 48 - Update to 1.3.23 Approved by: adamw (mentor) END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T11:26:10.000000Z K 7 svn:log V 15 Update to 0.19 END K 10 svn:author V 5 tobez K 8 svn:date V 27 2003-12-04T11:28:19.000000Z K 7 svn:log V 16 Update to 0.91. END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T11:32:21.000000Z K 7 svn:log V 62 - Update to version 1.57 PR: 59844 Submitted by: Ports Fury END K 10 svn:author V 3 jeh K 8 svn:date V 27 2003-12-04T11:32:23.000000Z K 7 svn:log V 210 AdaSockets 1.8.2 didn't compile properly on FreeBSD (4.x or 5.x) because of an incompatibility with the currently supported GNAT version. This is fixed in AdaSockets 1.8.3. PR: 59621 Submitted By: MAINTAINER END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:32:32.000000Z K 7 svn:log V 264 Add prokyon3, a multithreaded MP3 manager and tag editor for Linux. It was written in C++ using the Qt3 widget set and the MySQL database. Files can be played using XMMS. PR: ports/52132 Submitted by: Kay Lehmann Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:33:42.000000Z K 7 svn:log V 34 prokyon3 --> ports/audio/prokyon3 END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T11:39:00.000000Z K 7 svn:log V 63 - Update to version 0.8.1 PR: 59845 Submitted by: Ports Fury END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:39:37.000000Z K 7 svn:log V 222 Add eawpats, Eric A. Welsh's collection of MIDI patch files, configured for use with TiMidity++ (port audio/timidity++). PR: ports/56455 Submitted by: Jonathan Lennox Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:40:38.000000Z K 7 svn:log V 32 eawpats --> ports/audio/eawpats END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:42:44.000000Z K 7 svn:log V 19 Add audio/eawpats. END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T11:48:25.000000Z K 7 svn:log V 106 - Update to 0.91 "Lucky Debonair" - Install TMDA logos (noticed by Jason R. Mastaler) - Re-sort pkg-plist END K 10 svn:author V 4 ceri K 8 svn:date V 27 2003-12-04T11:48:32.000000Z K 7 svn:log V 64 You are robot. Your job is to find kitten. Reviewed by: adamw END K 10 svn:author V 4 ceri K 8 svn:date V 27 2003-12-04T11:48:41.000000Z K 7 svn:log V 52 robotfindskitten --> ports/games/robotfindskitten END K 10 svn:author V 8 netchild K 8 svn:date V 27 2003-12-04T11:49:02.000000Z K 7 svn:log V 18 Update to 1.0.13. END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:51:39.000000Z K 7 svn:log V 345 Add fluidsynth, a real-time software synthesizer based on the SoundFont 2 specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard Approved by: adamw (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2003-12-04T11:53:35.000000Z K 7 svn:log V 38 fluidsynth --> ports/audio/fluidsynth END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T11:58:35.000000Z K 7 svn:log V 185 - Update to 0.12.0: - command-line interfaces have changed slightly - new programs: qconfirm-inject and qconfirm-notice (see http://smarden.org/qconfirm/upgrade.html for details) END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T11:59:30.000000Z K 7 svn:log V 18 Update to 0.04.02 END K 10 svn:author V 5 seanc K 8 svn:date V 27 2003-12-04T12:00:49.000000Z K 7 svn:log V 550 Introduce the world to PostgreSQL 7.4! By and large this release is regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat) END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T12:03:10.000000Z K 7 svn:log V 75 - Update to 0.56 - Respect NOPORTDOCS PR: 59783 Submitted by: maintainer END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T12:09:44.000000Z K 7 svn:log V 93 - Updated to 0.3.8 PR: 59789 Submitted by: Clement Laforet END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T12:15:50.000000Z K 7 svn:log V 15 Update to 0.78 END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T12:34:58.000000Z K 7 svn:log V 15 Update to 0.06 END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T12:41:23.000000Z K 7 svn:log V 15 Update to 0.16 END K 10 svn:author V 5 erwin K 8 svn:date V 27 2003-12-04T12:44:23.000000Z K 7 svn:log V 17 Update to 1.0.18 END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T12:48:50.000000Z K 7 svn:log V 15 Update to 0.04 END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T13:02:41.000000Z K 7 svn:log V 132 - Update to 0.9.12 While I'm here: - Install documentation - Shorten COMMENT to fit the limit PR: 59742 Submitted by: maintainer END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T13:16:47.000000Z K 7 svn:log V 166 - Update to 1.5.3 While I'm here: - Group related Makefile variables together - Combine some .if's - Install some documentation PR: 59689 Submitted by: maintainer END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T13:18:02.000000Z K 7 svn:log V 15 Update to 0.28 END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T13:40:44.000000Z K 7 svn:log V 127 - Update to 0.24.13 Changes include performance improvement, a new keyword 'base', etc. PR: 59779 Submitted by: maintainer END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T13:42:12.000000Z K 7 svn:log V 14 Update to 1.3 END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T13:45:09.000000Z K 7 svn:log V 294 - Update to 0.2.4 While I'm here: - Teach the port about respecting ${PREFIX} instead of hard-coding /usr/local; re-implemented install procedure in do-install target - Install some more documentation, respect NOPORTDOCS - Add missing files to pkg-plist PR: 59686 Submitted by: maintainer END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T13:53:29.000000Z K 7 svn:log V 178 - Add WITH_NAGMIN knob - Utilize USE_MYSQL instead of explicit dependency - Bump PORTREVISION PR: 58950 Submitted by: Jim Shewmaker Approved by: maintainer END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T14:03:55.000000Z K 7 svn:log V 96 - Update to 0.95 (fixes problems with zero sized logfiles) PR: 59733 Submitted by: maintainer END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T14:08:00.000000Z K 7 svn:log V 228 - Update to 1.0.17a, the latest stable version This version introduces atomic uploads for better reliability While I'm here: - minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR PR: 59653 Submitted by: maintainer END K 10 svn:author V 3 mat K 8 svn:date V 27 2003-12-04T14:13:03.000000Z K 7 svn:log V 115 Update to 2.7.0 PR: 56755 Submitted by: Juha Erkkila Approved by: maintainer END K 10 svn:author V 5 krion K 8 svn:date V 27 2003-12-04T14:20:16.000000Z K 7 svn:log V 64 - Update to version 0.9.11 PR: 59846 Submitted by: Ports Fury END K 10 svn:author V 6 sergei K 8 svn:date V 27 2003-12-04T14:27:49.000000Z K 7 svn:log V 202 - Update to 1.1.3 - Add MASTER_SITES While I'm here: - Re-arrange Makefile variables - Shorten COMMENT to fit the limit - Remove unnecessary WRKSRC (default value) PR: 59798 Submitted by: maintainer END