ı192486 195 14517 272 176 149 184 209 138 111 192 213 270 132 125 125 125 407 218 358 217 168 112 111 143 223 126 145 111 142 132 118 328 132 115 138 195 201 168 159 199 174 310 124 170 193 180 106 134 107 315 221 111 112 118 107 107 147 232 262 245 132 119 557 148 116 144 132 213 112 229 123 140 118 116 140 198 187 208 140 150 182 225 266 137 179 190 171 110 1087 1887 141 184 127 135 134 275 173 173 206 116 387 116 116 722 116 208 123 153 219 168 110 182 112 255 107 175 301 185 112 207 265 227 136 305 251 299 138 287 144 192 149 229 159 154 202 225 208 121 134 121 149 216 258 114 131 130 551 157 152 167 236 454 109 146 186 213 136 190 447 376 111 128 174 111 258 173 150 288 161 127 159 217 171 209 301 121 172 183 219 155 110 217 653 124 110 188 226 154 218 162 842 129 530 185 190 186 K 10 svn:author V 3 nox K 8 svn:date V 27 2007-05-31T18:24:19.000000Z K 7 svn:log V 14422 Update to 2007-05-26 snapshot: - sparc: Fill in real SparcStation 10 values - sparc: Fix co-processor branch and store ops (Aurelien Jarno) - sparc: Fix stdfq op (Aurelien Jarno) - mips: Clear BEV and ERL for the fake bootloader. - 64bit MIPS FPUs have 32 registers. - mips: Fix RDHWR handling. Code formatting. Don't use *_direct versions to raise exceptions. - mips: Fix disabling of the Cause register for R2. - mips: Handle EBase properly. - mips: Fix rotr immediate ops, mask shift/rotate arguments to their allowed size. - mips: fix branch delay slot cornercases. - Fix for PowerPC 64 rotates. - Fix for PowerPC 64 load & store with immediate index. - SD card emulation (initial implementation by Andrzei Zaborowski). - mips: Save state for all CP0 instructions, they may throw a CPU exception. - mips: Fix handling of ADES exceptions. - sparc: Enforce even float register pair for double register ops (Aurelien Jarno) - sparc: Full implementation of IEEE exceptions (Aurelien Jarno) - mips: Fix ins/ext cornercase. - mips: Actually skip over delay slot for a non-taken branch likely. - mips: Set proper BadVAddress value for unaligned instruction fetch. - mips: Implement prefx. - PowerPC 64 fixes - Unify IRQ handling. - Fix TCX base on SS10 - Sparc32/64 CPU selection for user emulator - Fix generated code disasm output on Sparc64 host - ARM IRQ fix. - mips: Remove bogus mtc0 handling. - mips: Fix exception handling cornercase for rdhwr. - mips: Catch unaligned sc/scd. - mips: Mark watchpoint features as unimplemented. - mips: Proper handling of reserved bits in the context register. - mips: Fix CP0_IntCtl handling. - Fix monitor disasm output for Sparc64 target - Implement embedded IRQ controller for PowerPC 6xx/740 & 750. Fix PowerPC external interrupt input handling and lowering. Fix OpenPIC output pins management. Fix multiples bugs in OpenPIC IRQ management. Fix OpenPIC CPU(s) reset function. Fix Mac99 machine to properly route OpenPIC outputs to the PowerPC input pins. Fix PREP machine to properly route i8259 output to the PowerPC external interrupt pin. - mips: More Context/Xcontext fixes. Ifdef some 64bit-only ops, they may end up empty for 32bit mips, which dyngen trips over. - mips: Throw RI for invalid MFMC0-class instructions. Introduce optional MIPS_STRICT_STANDARD define to adhere more to the spec than it makes sense in normal operation. - mips: Make SYNCI_Step and CCRes CPU-specific. - Embedded PowerPC Device Control Registers infrastructure. - Add PowerPC 405 input pins (IRQ, resets, ...) model. - sparc: Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) - Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops - Fix Sparc32 device save methods - mips: Another fix for CP0 Cause register handling. - Add TARGET_FMT_plx to properly display target_phys_addr_t variables. - Fix miscellaneous display warnings for PowerPC & alpha targets and parallel CFI flash driver. - Know about more PCI device classes. - mips: Restart interrupts after an exception. - Add device save and reset methods to FDC and M48T59 - Fix Sparc64 double float gdb protocol (initial version by Paul Brook) - gdbstub: Fix format specified for watchpoint address. - Update OpenBIOS for Sparc32 and add a Sparc64 image - Gallileo fixes, by Stefan Weil. - mips: Small code generation optimization. - mips: Fix qemu SIGFPE caused by division-by-zero due to underflow. - mips: Don't use T2 for INS, it conflicts with branch delay slot handling. - mips: Simplify branch likely handling. - Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout - Parallel flash bugfixes: - always need to register flash area back to IO_MEM_ROMD at reset time - disabled buffered write as it's not actually supported - don't check flash time at registration time - PowerPC emulation bugfixes: - don't generate multiple exit_tb at the end of conditional branches - disable TRACE exception as it is not correct for embedded PowerPC. - Add bus model (or input pins) into PowerPC CPU flags. Add PowerPC 970 bus and exceptions model. Add code provision for PowerPC 970 instanciation. - PREP and heathrow machines only support PowerPC CPU with a 6xx bus. Mac99 machine may also support PowerPC 970 CPU. - Add reset callbacks for PowerPC CPU. Move cpu_ppc_init, cpu_ppc_close, cpu_ppc_reset and ppc_tlb_invalidate into helper.c as they are to be called from outside of the translated code. - PowerPC 4xx software driven TLB fixes + debug traces. Add code provision for more MMU models support. - Cleanup and add more PowerPC core definitions. - Memory-mapped interface for PS/2 controller, by Herve Poussineau. - Memory-mapped interface for RTC, by Herve Poussineau. - Acer Pica 61 machine, by Herve Poussineau. - Update OpenBIOS Sparc images to SVN 125 - Add callbacks to allow dynamic change of PowerPC clocks (to be improved) Fix embedded PowerPC watchdog and timers Fix PowerPC 405 SPR Add generic PowerPC 405 core instanciation code + resets support. Implement simple peripherals shared by most PowerPC 405 implementations PowerPC 405 EC & EP microcontrollers preliminary support - Support it_shift for mmapped pckbd. - Move PowerPC 405 specific definitions into a separate file Preliminary code for -kernel option support for PowerPC 405 boards Fix DBSR in case of PowerPC 405 chip reset Add enums for PowerPC 405 clocks. Fix IRQ numbers (IBM reversed bits numbering...) Fix SPRG4-7 read access right Fix MSR mask in CPU definitions - mips: Choose number of TLBs at runtime, by Herve Poussineau. - Fix mmapped register alignment and endianness handling. - TCX palette bug fix - Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. - Another lsi53c895a patch, by Wang Cheng Yeh. - Fix keyboard detection bugs - Duplicated SPR fix for BookE PowerPC by Guglielmo Morandin - More Gallileo register initialization, by Aurelien Jarno and Stefan Weil. - Fix keyboard serial and mouse bugs - TCX 24 bit model support - lsi53c895a: Typo fix, by Wang Cheng Yeh. - Sparc64 update: more VIS ops - PowerPC embedded timers fixes. Improve PowerPC timers debug. - PowerPC 405 microcontrollers fixes and improvments: - use target_phys_addr_t for physical addresses / offsets - implement fake general purpose timers and memory access layer for PowerPC 405EP - more assigned internal IRQs. - Improve PowerPC 405 MMU model / share more code for other embedded targets support. Fix PowerPC 405 MSR mask. - Code provision for new PowerPC embedded target support with: - 1 kB page size - 64 bits GPR - 64 bits physical address space - SPE extension support. Change TARGET_PPCSPE into TARGET_PPCEMB - Add -pflash option to register parallel flash bloc devices. - New target for embedded PowerPC emulation (only system emulation, for now). - Evaluation boards for PowerPC 405EP. - mips malta: Improved mini-bootloader, based on a patch by Alec Voropay. - mips: Fix lui sign extension. - Update Sparc32 rom to support *BSD boot and 24 bit TCX - i386: Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. - Fix Sparc32 ldscript - lsi53c895a: Fix length mismatch condition, by Wang Cheng Yeh. - scsi-disk: Buffer length fixes, by Wang Cheng Yeh. - mips: Switch default CPU to 24Kf for now, as the Linux FPU emulation in the current qemu mips emulation fails in some cases. (The Linux FPU emulation works on real FPU-less hardware.) - Memory-mapped interface for VGA, by Herve Poussineau. - Crop VNC update requests to avoid segfaults, by Thomas Tuttle. - Fix ARM fine pagetables. - sparc: Fix CPU type zapped by system_reset - More Sparc32 CPUs - mips: Kill broken host register definitions, thanks to Paul Brook and Herve Poussineau for debugging this. - PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emulation. - Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. - Remove repeated code and enable encrypted SD cards and USB sticks images. - Add remaining PXA2xx on-chip peripherals except I2C master. - Implement iwMMXt instruction set for the PXA270 cpu. - NAND Flash memory emulation and ECC calculation helpers for use by NAND controllers. - Texas Instruments ADS7846 ADC chip. - Maxim MAX1110/1111 ADC chip. - Spitz PDA, example PXA270 machine (four similar models). - Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. - PL050 status register fixes. - Honour limited subset of --cpu values instead of ignoring. - Implement power state changes (IDLE and SLEEP) for PXA. - -show-cursor switch to inhibit SDL hiding cursor. - Set OpenBIOS variables in NVRAM - Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. - Handle division by zero case in Sparc64 udivx and sdivx ops - vmwarevga: Change the PCI IO region start to that hardcoded in VBE bios (reported by Jeremy Katz) - mips: Support for simple YAMON output, by Alec Voropay. - Some bits of Linux/MIPS host support, still segfaulty. - mips: Fix a really stupid bug in the [ls]d[lr] emulation, by Herve Poussineau. - sparc: Fix slavio_misc base - Add dummy THC and TEC registers to TCX - mips: Clear BD slot on next exception if appropriate. - MIPS 64-bit FPU support, plus some collateral bugfixes in the conditional branch handling. - sparc: Fix pc/npc for unaligned load/stores, maybe other exceptions - Update OpenBIOS/Sparc32 to SVN 144. Changes: - Fix power-management location - Fix out of bounds accesses - Increase virtual memory supply to meet NetBSD and OpenBSD demand - More obviously alarming return values for find_pte - Fix unaligned memory access - Fix memory corruption problems reported by glibc - Fix boot-device use - Use nvram boot-args and boot-device variables - Set variable defaults before nvram_init - Improve escape sequence handling - Fix nvram parameter area - More Sparc32 CPUs - Clear preloaded kernel parameters to avoid crash at reset - sparc: Enable unaligned access faults - ARM946 CPU support. - Switch to qemu_ram_alloc() for memory allocation in PXA255/270. Pass correct RAM size to arm_load_kernel (currently unused) - thanks to BobOfDoom. Register the Xscale Internal Memory Storage. - pxa: Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fatal typo in timer code. - Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA27x additional timers. - Fix MIPS64 address computation specialcase, by Aurelien Jarno. - Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno. - PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits. - Fix wrong branch condition in MIPS testandset. - mips: Fix for the scd instruction, by Aurelien Jarno. - mips: Fix missing status ro mask initialization, thanks Stefan Weil. - Improved debug output for the MIPS opcode decoder. - mips: Implement FP madd/msub, wire up bc1any[24][ft]. - mips: Implemented cabs FP instructions, and improve exception handling for trunc/floor/ceil/round. - Fix softfloat NaN handling. - Correct NAND erase block size. Misc fixes in Spitz code. - Allow VMware-SVGA operation enable before command FIFO is configured. Implement "screendump" for 32 bit colour depth. - MIPS TLB style selection at runtime, by Herve Poussineau. - mips: MMU code improvements, by Aurelien Jarno. - Don't decode CP0 XContext on 32bit MIPS. - Add fpu register support to the gdb code, by Magnus Damm. - Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno. - Full MIPS64 MMU implementation, by Aurelien Jarno. - More generic 64 bit multiplication support, by Aurelien Jarno. - sparc: Force the primary CPU to run and other CPUs to halt, recalculate timers after system_reset. - sparc: Set limits for memory size to avoid overlap with devices - Enable faults for unassigned memory accesses and unimplemented ASIs - Fix Qemu division by zero triggered by NetBSD - Make TCX registers match what NetBSD expects - mips: Work around the lack of proper handling for self-modifying code. - mips: Move FPU exception handling into helper functions, since they are big. - Fix FP-conditional branches. - Check FPU register mode at runtime, not translation time, as the F64 status bit can change. - Fix sysrq support from the monitor mux (originally by Jason Wessel). - Use full 36-bit physical address space on SS10 - Update Sparc32 OpenBIOS image to SVN revision 149. Changes: r145: Fix power-management location for SS-10 r146: Fix overallocation r147: NetBSD and OpenBSD fixes: - Correct timer and interrupt controller mappings - Add ESP clock frequency to avoid division by zero - CS4231 exists only in SS5 - Disable BPP for now, it's not emulated by Qemu anyway With these fixes, one NetBSD kernel even got to root device prompt on SS5. r148: Update vsprintf.c from Linux to get 64-bit output r149: Use full 36-bit physical address space on SS10 - mips: Fix ldl/ldr implementation, by Aurelien Jarno. - Fix slti/sltiu for MIPS64, by Aurelien Jarno. - More MIPS 64-bit FPU support. - Linux loader rewrite, by H. Peter Anvin. - mips: Fix indexed FP load/store instructions. - mips: Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions. - M68k addx/subx fix. - arm: Don't touch carry flag in ASR with zero , submitted by Aurelien Jarno. - Fix interrupt controller address masking - I2C/SMBus framework. - mips: The previous patch to make breakpoints work was a performance disaster, use a similiar hack as ARM does instead. - mips: The 24k wants more watch and srsmap registers. - m68k/ColdFire system emulation. - Implement the PXA2xx I2C master controller. Fix PXA270-specific timers and make minor changes in other PXA parts. - Add WM8750 and MAX7310 chips (I2C slaves). Wolfson Microsystems WM8750 audio chip and Maxim MAX7310 gpio expander chip are used in the Spitz. - Speed up m68k by 20%. - Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. Hush the warning: hw/pc.c:402: warning: control reaches end of non-void function - Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. - Commit NAND image changes on "commit all" or "commit mtd". - Change ptimer API to use 64-bit values, add save and load methods Use ptimers for Sparc32 Slavio - Implement Sparc64 CPU timers using ptimers END K 10 svn:author V 6 alexbl K 8 svn:date V 27 2007-05-31T19:01:36.000000Z K 7 svn:log V 176 - distfile was rerolled so update distinfo. diff at: http://git.xmms.se/?p=gx2osd.git;a=commitdiff;h=e83bcb3923e6305b6e7fccd1e47a1a8bf50a4290 Noticed by: krisbot END K 10 svn:author V 4 kris K 8 svn:date V 27 2007-05-31T19:41:47.000000Z K 7 svn:log V 83 Welcome Larry Rosenman as new port maintainer. With hat: portmgr END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-05-31T19:55:30.000000Z K 7 svn:log V 54 Fix build on amd64 Notified by: kris (via pointyhat) END K 10 svn:author V 3 lbr K 8 svn:date V 27 2007-05-31T20:06:06.000000Z K 7 svn:log V 92 Update to 1.0.0.0 Pointy hat to the gruelling version-lock with xapian-core (thanks kris). END K 10 svn:author V 6 barner K 8 svn:date V 27 2007-05-31T20:09:30.000000Z K 7 svn:log V 113 - Add pkg-message pointing to documenation in rc script. - Add pointers to fetchmail documentation to rc script. END K 10 svn:author V 3 sat K 8 svn:date V 27 2007-05-31T20:23:22.000000Z K 7 svn:log V 46 - Apply a quick bugfixing patch from upstream END K 10 svn:author V 5 krion K 8 svn:date V 27 2007-05-31T21:00:01.000000Z K 7 svn:log V 17 Update to 0.6.12 END K 10 svn:author V 5 dougb K 8 svn:date V 27 2007-05-31T21:03:29.000000Z K 7 svn:log V 98 Upgrade to 5.02, with the usual assortment of minor bug fixes and small updates to various hacks. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2007-05-31T21:04:41.000000Z K 7 svn:log V 118 Argh. Forced commit to note that the previous commit also removed the last vestiges of X11BASE in favor of LOCALBASE. END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-05-31T21:12:49.000000Z K 7 svn:log V 176 Add ${PTHREAD_[CFLAGS|LIBS]} in avahi-qt3.pc to fix other ports' functions. Bump the PORTREVISION on net/avahi-qt3. PR: ports/112917 Submitted by: Dima Panov END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-05-31T21:49:42.000000Z K 7 svn:log V 38 Build with system compiler on CURRENT END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-05-31T21:55:17.000000Z K 7 svn:log V 31 Use system compiler on CURRENT END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-05-31T22:04:01.000000Z K 7 svn:log V 31 Use system compiler on CURRENT END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-05-31T22:10:15.000000Z K 7 svn:log V 31 Use system compiler on CURRENT END K 10 svn:author V 4 lesi K 8 svn:date V 27 2007-05-31T23:42:53.000000Z K 7 svn:log V 313 Fix typo that prevented additional dependencies when COMPLETE_BUILD and/or PACKAGE_BUILDING were defined [1]. Remove PACKAGE_BUILDING from that block so package has same dependencies as port, since this didn't work before, this commit doesn't actually change anything for package build. Submitted by: stefan [1] END K 10 svn:author V 8 matusita K 8 svn:date V 27 2007-06-01T01:59:46.000000Z K 7 svn:log V 120 Change X server modules installation directory to a new place for X.Org 7.2. Bump PORTREVISION for vmware-tools6 only. END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-01T03:02:39.000000Z K 7 svn:log V 264 Fix the fetch by find a ftp mirror. Visit to projectmayo.com and it said that this project is dead. Therefore, add: DEPRECATED= Obsolete, Project Mayo is dead EXPIRATION_DATE=2007-06-31 PR: ports/112439 Submitted by: Craig Butler END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-01T03:25:21.000000Z K 7 svn:log V 123 Update tovid to 0.30_2, the _2 is because of the patches included from the website. PR: ports/113105 Submitted by: edwin END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-01T04:09:17.000000Z K 7 svn:log V 75 Doh, June doesn't has 31 days. Change it to 30. Reported by: Dan Langille END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-01T07:12:48.000000Z K 7 svn:log V 17 - Update to 0.12 END K 10 svn:author V 5 krion K 8 svn:date V 27 2007-06-01T07:24:11.000000Z K 7 svn:log V 17 Update to 0.6.14 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-01T07:27:12.000000Z K 7 svn:log V 50 - Fix pkg-plist Submitted by: pointyhat via kris END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T07:27:46.000000Z K 7 svn:log V 128 Add cchess 1.4, very simple Chinese chess program. PR: ports/112602 Submitted by: Yinghong.Liu END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T07:27:53.000000Z K 7 svn:log V 32 cchess --> ports/games/cchess END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T08:09:11.000000Z K 7 svn:log V 51 - Update to 0.8.0 - Use CHEESESHOP in MASTER_SITES END K 10 svn:author V 5 krion K 8 svn:date V 27 2007-06-01T08:20:31.000000Z K 7 svn:log V 17 Update to 0.2.16 END K 10 svn:author V 5 krion K 8 svn:date V 27 2007-06-01T08:24:36.000000Z K 7 svn:log V 48 Chase increase of security/gsasl shlib version. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2007-06-01T09:03:22.000000Z K 7 svn:log V 37 Add missing files. Noticed by: kris END K 10 svn:author V 3 ale K 8 svn:date V 27 2007-06-01T09:24:31.000000Z K 7 svn:log V 26 Update to 5.1.19 release. END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-01T09:31:29.000000Z K 7 svn:log V 232 - Update to 1.1 * Change with gnome2's PREFIX. * Add support wqy bitmap fonts. * Change with scim's PREFIX. * Replaces cdialog with /usr/bin/dialog. PR: ports/112437 Submitted by: maintainer (liu_yinghong_AT_yahoo dot com dot cn) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2007-06-01T09:36:32.000000Z K 7 svn:log V 37 Add missing files. Noticed by: kris END K 10 svn:author V 4 maho K 8 svn:date V 27 2007-06-01T10:25:14.000000Z K 7 svn:log V 22 Update to OOF680_m18. END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T11:16:53.000000Z K 7 svn:log V 45 Use the same PORTVERSION as gimp-app[-devel] END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T11:19:10.000000Z K 7 svn:log V 101 Make gtkhtml optional PR: ports/112374 Submitted by: Henrik Brix Andersen END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-01T11:20:21.000000Z K 7 svn:log V 107 - Fix build Submitted by: pointyhat via kris : NIIMI Satoshi (maintainer) END K 10 svn:author V 5 trasz K 8 svn:date V 27 2007-06-01T12:05:33.000000Z K 7 svn:log V 74 - Fix build. Submitted by: pointyhat via kris Approved by: miwi (mentor) END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T12:11:29.000000Z K 7 svn:log V 66 Fix plist if using python PR: ports/110910 Submitted by: girgen END K 10 svn:author V 5 trasz K 8 svn:date V 27 2007-06-01T12:19:34.000000Z K 7 svn:log V 104 - Update to 4.2.31. This fixes CVE-2007-2452; VuXML entry will come later. Approved by: miwi (mentor) END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T12:23:24.000000Z K 7 svn:log V 81 Chase ktoblzcheck lib version bump PR: 113208 Submitted by: slogster@gmail.com END K 10 svn:author V 5 danfe K 8 svn:date V 27 2007-06-01T12:49:17.000000Z K 7 svn:log V 215 - Register missing dependencies to fix packaging issues [1] - Deoptionize JPEG and PNG support, it's pointless - Introduce DNS-SD support option [2] Reported by: krismail [1] Idea from: Mandriva SRPM (patches) [2] END K 10 svn:author V 5 danfe K 8 svn:date V 27 2007-06-01T13:17:29.000000Z K 7 svn:log V 30 Remove superfluous backslash. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T13:25:02.000000Z K 7 svn:log V 76 - Update to 0.4.1 - Use CHEESESHOP in MASTER_SITES - Depends on python 2.3+ END K 10 svn:author V 5 jmelo K 8 svn:date V 27 2007-06-01T14:04:06.000000Z K 7 svn:log V 99 - Update to 1.18 PR: ports/113221 Submitted by: Patrick Tracanelli END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T14:05:52.000000Z K 7 svn:log V 87 - Update to 20070531 snapshot - Remove optional GTK2 support for a x264-gtk slave port END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T14:06:51.000000Z K 7 svn:log V 13 Add x264-gtk END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T14:07:29.000000Z K 7 svn:log V 41 x264-gtk --> ports/multimedia/x264-gtk END K 10 svn:author V 3 lth K 8 svn:date V 27 2007-06-01T14:09:42.000000Z K 7 svn:log V 15 Update to 1.65 END K 10 svn:author V 4 lesi K 8 svn:date V 27 2007-06-01T14:19:03.000000Z K 7 svn:log V 221 Create ${PREFIX}/share/X11/app-defaults directory upon install also in port (package already did that). Be less strict at removing it upon deinstall. Bump revision for package contents change in last commit in pkg-plist. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T14:35:25.000000Z K 7 svn:log V 126 - Mark BROKEN for gcc 4.2 - Mark DEPRECATED, this project is replaced by CVC3 (math/cvc3) - Set EXPIRATION_DATE to 2007-06-30 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2007-06-01T14:43:12.000000Z K 7 svn:log V 18 - Update to 2.4.3 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2007-06-01T14:43:44.000000Z K 7 svn:log V 19 - Update to 2.3.11 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2007-06-01T14:44:20.000000Z K 7 svn:log V 25 - Update to 2.5-20070531 END K 10 svn:author V 3 lbr K 8 svn:date V 27 2007-06-01T15:39:29.000000Z K 7 svn:log V 15 Update to 0.38 END K 10 svn:author V 3 lbr K 8 svn:date V 27 2007-06-01T15:42:50.000000Z K 7 svn:log V 15 Update to 0.22 END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-01T16:13:43.000000Z K 7 svn:log V 53 - Fix MASTER_SITES - Set maintainership to submitter END K 10 svn:author V 6 araujo K 8 svn:date V 27 2007-06-01T16:27:07.000000Z K 7 svn:log V 136 - Update version to 1.6.26 PR: ports/112026 Submitted by: Marcelo Araujo (maintainer) Approved by: stas (mentor) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2007-06-01T16:29:59.000000Z K 7 svn:log V 166 - Update version to 0.2.7-RC3 - Added files/patch-nvram_export.1 PR: ports/112381 Submitted by: Pavel I Volkov (maintainer) Approved by: stas (mentor) END K 10 svn:author V 5 garga K 8 svn:date V 27 2007-06-01T17:09:09.000000Z K 7 svn:log V 150 - Update to 0.90.3 - Remove unzoo support (clam doesn't support it anymore) PR: ports/113174 Submitted by: Michael Scheidell END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-01T17:16:40.000000Z K 7 svn:log V 38 Add dlv, a disjunctive Datalog System END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-01T17:16:51.000000Z K 7 svn:log V 25 dlv --> ports/lang/dlv END K 10 svn:author V 5 garga K 8 svn:date V 27 2007-06-01T17:38:38.000000Z K 7 svn:log V 462 - Update smtpextfork patch for qmail-spamcontrol: o Use strncpy instead of strcpy o Limit memory buffers and fix QUIT_ASAP behavior on SMTP sessions, which may break some RFCs. Instead, the default behavior now is 100% RFC complaint. The old QUITASAP behavior, sometimes desired for a number of users (used to be default behavior on Spamcontrol in the past) is now a build option (XF_QUITASAP). Submitted by: Patrick Tracanelli (Author, by email) END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-01T18:10:41.000000Z K 7 svn:log V 54 Add dlv to LEGAL, no information about redistribution END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-01T18:22:20.000000Z K 7 svn:log V 21 Forget about X11BASE END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-01T18:22:36.000000Z K 7 svn:log V 50 Add newsbeuter, an RSS feedreader for the Console END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-01T18:22:48.000000Z K 7 svn:log V 38 newsbeuter --> ports/www/newsbeuter END K 10 svn:author V 5 trasz K 8 svn:date V 27 2007-06-01T19:36:13.000000Z K 7 svn:log V 118 - Add entry for findutils -- GNU locate heap buffer overrun. Revieved by: simon (secteam) Approved by: miwi (mentor) END K 10 svn:author V 6 obraun K 8 svn:date V 27 2007-06-01T19:58:34.000000Z K 7 svn:log V 17 Update to 5.0.4. END K 10 svn:author V 3 lbr K 8 svn:date V 27 2007-06-01T19:59:33.000000Z K 7 svn:log V 136 Stupid me forgot to finish the job I started the other day, and assumed I had before submitting. Bad lbr. No cookie. Thanks to kris. END K 10 svn:author V 4 lofi K 8 svn:date V 27 2007-06-01T20:26:48.000000Z K 7 svn:log V 30 Avoid picking up qt33 headers END K 10 svn:author V 4 lofi K 8 svn:date V 27 2007-06-01T20:39:24.000000Z K 7 svn:log V 47 Prevent qmake from running again here as well. END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T20:43:43.000000Z K 7 svn:log V 25 - Retire gstreamer 0.8.0 END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-01T20:45:16.000000Z K 7 svn:log V 23 Remove gstreamer 0.8.0 END K 10 svn:author V 7 thierry K 8 svn:date V 27 2007-06-01T21:35:51.000000Z K 7 svn:log V 44 Build shared libraries compiled with -fPIC. END K 10 svn:author V 7 thierry K 8 svn:date V 27 2007-06-01T21:37:17.000000Z K 7 svn:log V 101 Link with WildMagic's shared libraries to fix on 64 bits platforms. Reported by: pointyhat via Kris END K 10 svn:author V 5 aaron K 8 svn:date V 27 2007-06-01T23:39:08.000000Z K 7 svn:log V 93 Added missing dependencies, libgcrypt and libgpg-error, as reported to me via email (no PR). END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-02T00:55:31.000000Z K 7 svn:log V 114 -Update to 1.5 final. -Use USE_WX stuff. -Fix the dependencies. -Remove FreeBSD 4.x stuff. -Remove X11BASE stuff. END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-02T01:49:32.000000Z K 7 svn:log V 47 Remove jamboree Reported by: erwin INDEX mail END K 10 svn:author V 2 mi K 8 svn:date V 27 2007-06-02T02:25:47.000000Z K 7 svn:log V 59 Add the overlooked gl.mo (localization) Notified by: kris END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2007-06-02T03:00:51.000000Z K 7 svn:log V 85 - Correct MAN1 handling. - Fix compilation with gcc 4.2. Mostly submitted by: dougb END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-02T03:48:14.000000Z K 7 svn:log V 131 Enable bktr by default with WITHOUT_BKTR to disable it. PR: ports/113077 Submitted by: HASHI Hiroaki END K 10 svn:author V 8 nobutaka K 8 svn:date V 27 2007-06-02T04:17:41.000000Z K 7 svn:log V 168 Add emacs-22.* to CONFLICTS. PR: ports/111814 Submitted by: NIIMI Satoshi Approved by: NAKAJI Hiroyuki (maintainer) END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-02T04:21:49.000000Z K 7 svn:log V 44 Remove audio/goobox, bump the PORTREVISION. END K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-02T04:23:09.000000Z K 7 svn:log V 85 - Fix bug in anti-idle support PR: ports/113229 Submitted by: chinsan (maintainer) END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-02T04:45:13.000000Z K 7 svn:log V 98 Add a workaround for NeedWidePrototypes problem of Xorg 7.x. Bump PORTREVISION. PR: ports/113092 END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-02T05:47:57.000000Z K 7 svn:log V 79 Add a patch for build failure when $DISPLAY is not set. Spotted by: pointyhat END K 10 svn:author V 3 sat K 8 svn:date V 27 2007-06-02T05:58:42.000000Z K 7 svn:log V 18 - Update to 3.0.3 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-02T07:09:46.000000Z K 7 svn:log V 991 - SpamAssassin has been updated to 3.2.0 See http://spamassassin.apache.org This is mostly a maintenance and features update. There are however a couple of FreeBsd specific issues: 1) sa-update now puts files into /var/db/spamassassin/{version} where it belongs rather than in the non-standard /var/lib/spamassassin. Thanks to uhlar@fantomas.sk (see PR: ports/108934 2) security, version minimum updates: Compress-Zlib needs to be minimum 1.04, HTML-Parser, 3.3.1, Tar.pm, 1.2.3, gnupg >=1.4.7 (gnupg 2.x preferred) 3) additional files needed: Detect.pm for encoding, p5-Mail-SPF replaces p5-Mail-SPF-Query, newer DKIM replaces DomainKeys 4) sa-compile is broken (need re2c >=.11.3 or it segfaults) 5) tools directory removed (find it in SVN if you need it) 6) patch files added: patch-ImageInfo.pm and patch-sa-compile.raw 7) patch files REMOVED (ports, please note: don't need patch-sa-learn-raw anymore! PR: ports/112502 Submitted by: maintainer (Michael Scheidell) END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-02T08:36:21.000000Z K 7 svn:log V 1793 Update to 0.10. Changes include: - OASIS files can be read as well now. The reader automatically determines the kind of file. OASIS layer names are supported. Due to the complexity of the OASIS specification, or more precisely the effort required to test a reader for meeting the specification, OASIS support currently is regarded to be in "beta" state. - Layers can now be organized hierarchically. Layers can be grouped which allows to control visibility and other properties for the group as a whole. Layers can be removed from the layer view list or new layer views can be created. - The layout can be transformed (rotated, shifted, mirrored) now. This transformation is specified in the layer panel as a part of the layer source specification. An optional transformation can be applied per layer or layer group. This way for example, different layouts can be aligned over each other. - Shape properties now are supported. Each shape may carry optional properties that are read from GDS or OASIS files. A property selector can be applied per layer view, so that a layer only shows these shapes that match the given property selection. - As an experimental feature, the inverse layout tree can be visualised by allowing the minimum hierarchy level to go into the negative range. The effect of this is, that a cell is shown in the context of all of it's direct parents, if the first hierarchy level is set to -1. If set to -2, the cell is shown in the context of all of it's parents and grandparents and so on. Since there is no particular optimiziation for this feature, performance may be poor, if a cell must be painted in a huge number of contexts. In addition, the context displayed does not participate in selection or ruler snapping. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2007-06-02T09:09:51.000000Z K 7 svn:log V 46 Update to the 20070601 snapshot of GCC 4.3.0. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2007-06-02T10:20:02.000000Z K 7 svn:log V 89 Update to version 1.86 which adds support for more accents macros (\oe \OE \~ \v \' \r). END K 10 svn:author V 4 stas K 8 svn:date V 27 2007-06-02T10:55:54.000000Z K 7 svn:log V 34 - Edje supports gcc3.4 and above. END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-02T12:13:09.000000Z K 7 svn:log V 41 Fix build on old STABLE without ncursesw END K 10 svn:author V 3 sem K 8 svn:date V 27 2007-06-02T12:48:58.000000Z K 7 svn:log V 42 - Update to 0.3 Submitted by: maintainer END K 10 svn:author V 7 thierry K 8 svn:date V 27 2007-06-02T13:16:17.000000Z K 7 svn:log V 178 Update to release 3, to make fetchable again. Note: this is just a repackaging, wich fixes typos in the License, but no font has been modified. Reported by: pointyhat via Kris END K 10 svn:author V 3 flz K 8 svn:date V 27 2007-06-02T14:16:59.000000Z K 7 svn:log V 81 Allow build with gcc 3.4+. PR: ports/113238 Submitted by: Henrik Brix Andersen END K 10 svn:author V 3 flz K 8 svn:date V 27 2007-06-02T14:20:24.000000Z K 7 svn:log V 81 Allow build with gcc 3.4+. PR: ports/113237 Submitted by: Henrik Brix Andersen END K 10 svn:author V 3 flz K 8 svn:date V 27 2007-06-02T14:32:39.000000Z K 7 svn:log V 113 Update to 4.1.7076.4458. PS: Unfortunately, I'm not on vacation. PR: ports/113043 Submitted by: A.J. Kehoe IV END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T14:40:45.000000Z K 7 svn:log V 21 Forget about X11BASE END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2007-06-02T14:46:41.000000Z K 7 svn:log V 291 - update to 0.6.0 - new options: WITH_DEBUG, WITHOUT_ARLIB, WITH_POPAUTH - new features: WITH_ANTICIPATE_SENDMAIL_MUNGE, WITH_FLUSH_HEADERS, WITH_MULTIPLE_KEYS, WITH_REQUIRED_HEADERS, WITH_SELECT_CANONICALIZATION PR: 113242 Submitted by: Hirohisa Yamaguchi END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T15:16:14.000000Z K 7 svn:log V 21 Forget about X11BASE END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T15:22:58.000000Z K 7 svn:log V 21 Forget about X11BASE END K 10 svn:author V 5 gabor K 8 svn:date V 27 2007-06-02T15:37:57.000000Z K 7 svn:log V 627 Remove expired ports: 2007-05-20 devel/agenda-libs: Agenda VR3 is dead for long time 2007-05-20 devel/agenda-headers: Agenda VR3 is dead for long time 2007-05-20 devel/agenda-snow-libs: Agenda VR3 is dead for long time 2007-05-20 devel/agenda-static-libs: Agenda VR3 is dead for long time 2007-05-20 devel/mipsel-linux-binutils: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. 2007-05-20 devel/mipsel-linux-gcc: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. 2007-05-20 devel/mipsel-linux-kernel-headers: This is Agenda VR3-specific port, and Agenda VR3 is dead for long time. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T15:44:10.000000Z K 7 svn:log V 21 Forget about X11BASE END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-02T16:20:08.000000Z K 7 svn:log V 114 Remove gstreamer-monkeysaudio to fix the INDEX. Reported by: stefanos sofroniou END K 10 svn:author V 4 nork K 8 svn:date V 27 2007-06-02T16:38:11.000000Z K 7 svn:log V 30 No need to MANCOMPRESSED=yes. END K 10 svn:author V 5 arved K 8 svn:date V 27 2007-06-02T17:27:15.000000Z K 7 svn:log V 59 Fix "extract" by creating a WRKDIR Reported by: pointyhat END K 10 svn:author V 6 oliver K 8 svn:date V 27 2007-06-02T17:53:44.000000Z K 7 svn:log V 123 the header files deployed by devil are not compatible with gcc 4.0 cegui uses devil, so force gcc 3.4 until devil is fixed END K 10 svn:author V 6 oliver K 8 svn:date V 27 2007-06-02T17:57:24.000000Z K 7 svn:log V 73 the Atlas lib compiled with gcc 4 does not work, so move back to gcc 3.4 END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T18:18:57.000000Z K 7 svn:log V 15 Update to 0.17 END K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-06-02T18:21:55.000000Z K 7 svn:log V 87 Fix the plist in the non-D-BUS case. Reported by: Yuri Pankov END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2007-06-02T18:42:41.000000Z K 7 svn:log V 17 Update to 12.7.1 END K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-02T20:03:29.000000Z K 7 svn:log V 160 - locale.alias is now in LOCALBASE/lib/X11 This fixes luit after recent libX11 commit. - Pet portlint PR: ports/113263 Submitted by: rafan Approved by: flz END K 10 svn:author V 3 lth K 8 svn:date V 27 2007-06-02T20:05:22.000000Z K 7 svn:log V 15 Update to 1.11 END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-02T21:02:10.000000Z K 7 svn:log V 82 Readd a line that didn't need to be removed Submitted by: jon@jackson-spencer.ca END K 10 svn:author V 6 glewis K 8 svn:date V 27 2007-06-02T21:18:27.000000Z K 7 svn:log V 205 . Make it so we include Xm/XmIm.h rather than defining our own prototype. Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris) END K 10 svn:author V 4 maho K 8 svn:date V 27 2007-06-02T21:27:46.000000Z K 7 svn:log V 92 * Update to SRC680_m214. * Build fix with gcc42 (patch-i78032) [1]. Submitted by: jkim [1] END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-02T22:16:10.000000Z K 7 svn:log V 18 Upgrade to 0.71.0 END K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-06-02T22:39:59.000000Z K 7 svn:log V 111 Merge a patch from vte SVN to fix some artifact problems that crept into vte-0.16.4. Obtained from: GNOME SVN END K 10 svn:author V 6 araujo K 8 svn:date V 27 2007-06-03T00:04:55.000000Z K 7 svn:log V 169 - Update version to 0.9.0. - Removed files/patch-autocutsel.c. PR: ports/112664 Submitted by: John Nielsen (maintainer) Approved by: stas (mentor) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2007-06-03T00:07:18.000000Z K 7 svn:log V 131 - Update version to 0.70. PR: ports/113070 Submitted by: Larry Rosenman (maintainer) Approved by: stas (mentor) END K 10 svn:author V 6 glewis K 8 svn:date V 27 2007-06-03T00:42:33.000000Z K 7 svn:log V 41 . Update to tzupdater 1.2.1. PR: 113248 END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T00:57:20.000000Z K 7 svn:log V 210 [PATCH] sysutils/lsof: update to 4.79A Update to 4.79A This fixes the GCC 4.2 errors on -CURRENT. (Vic Abell pointed me to the new TarBall). PR: ports/113123 Submitted by: Larry Rosenman END K 10 svn:author V 7 linimon K 8 svn:date V 27 2007-06-03T01:01:35.000000Z K 7 svn:log V 154 s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it would have made more sense to me. Submitted by: Mike Brown END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T01:04:00.000000Z K 7 svn:log V 204 [New port]: audio/linux-mikmod - MikMod library RPM for Linux This is the MikMod Sound library for the Linux compatibility wrapper. PR: ports/112986 Submitted by: Marcus von Appen END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T01:04:46.000000Z K 7 svn:log V 44 linux-mikmod --> ports/audio/linux-mikmod END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T01:07:53.000000Z K 7 svn:log V 192 [New port]: audio/linux-sdl_mixer - SDL Mixer for Linux This is the SDL Mixer library for the linux compatibility layer. PR: ports/112987 Submitted by: Marcus von Appen END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T01:08:34.000000Z K 7 svn:log V 50 linux-sdl_mixer --> ports/audio/linux-sdl_mixer END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T01:18:32.000000Z K 7 svn:log V 98 Port Update: x11-fm/twander PR: ports/113236 Submitted by: Tim Daneliuk END K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-06-03T03:41:19.000000Z K 7 svn:log V 54 Add a missing dependency on dmx to fix the packaging. END K 10 svn:author V 6 sanpei K 8 svn:date V 27 2007-06-03T04:00:15.000000Z K 7 svn:log V 133 - Move net/mrtg-ping-probe to net-mgmt category, to improve consistency (mrtg port is already in net-mgmt.) PR: ports/112802 END K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-06-03T04:31:22.000000Z K 7 svn:log V 64 Add dmxproto as well as dmx since dmx doesn't pull in dmxproto. END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-03T05:02:53.000000Z K 7 svn:log V 62 Update to 8.57. Submitted by: KATO Tsuguru PR: ports/113009 END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-03T06:31:01.000000Z K 7 svn:log V 109 Remove japanese/addttfont and japanese/p5-mkres. These ports have been no longer supported for a long time. END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2007-06-03T07:22:37.000000Z K 7 svn:log V 129 - chase mrtg-ping-probe move from net to net-mgmt - bump PORTREVISION for depends change (and fix INDEX) Pointyhat to: sanpei@ END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-03T09:44:01.000000Z K 7 svn:log V 112 - fix broken (xapian-core library version bumped) - bump PORTREVISION Noted by: kris Pointyhat to: clsung (me) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2007-06-03T10:09:29.000000Z K 7 svn:log V 26 Upgrade to version 1.350. END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-03T10:16:47.000000Z K 7 svn:log V 39 - Update to 0.41 - grab maintainership END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2007-06-03T10:33:16.000000Z K 7 svn:log V 26 Upgrade to version 1.280. END K 10 svn:author V 5 edwin K 8 svn:date V 27 2007-06-03T11:51:41.000000Z K 7 svn:log V 55 chase libdepend of fox16 noticed by: stass @ #bsdports END K 10 svn:author V 6 philip K 8 svn:date V 27 2007-06-03T12:19:04.000000Z K 7 svn:log V 120 Fix objformat handling. Unbreak on -CURRENT. PR: ports/113271 Submitted by: Yuri Pankov END K 10 svn:author V 6 philip K 8 svn:date V 27 2007-06-03T13:03:40.000000Z K 7 svn:log V 162 Update to 1.2.4. http://svn.gna.org/viewcvs/wesnoth/tags/1.2.4/changelog?rev=16822&view=download Don't force using GCC 3.4, it works fine with 4.2 as well. END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-03T13:13:43.000000Z K 7 svn:log V 19 - Update to 0.2019 END K 10 svn:author V 5 erwin K 8 svn:date V 27 2007-06-03T13:41:54.000000Z K 7 svn:log V 37 Finish retirement of gstreamer 0.8.0 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-06-03T13:56:43.000000Z K 7 svn:log V 35 - Update to 1.03 - assign to perl@ END K 10 svn:author V 2 se K 8 svn:date V 27 2007-06-03T15:45:31.000000Z K 7 svn:log V 459 Unreak compilation with gcc-4.2: There is one expression containing a binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2. I did not find the definition of this operator and do not know whether it is an extension found in g++-3.x, but I assume that it is a maximum value operator (a >? b) <==> max(a, b) and this patch implements this operation explicitly instead of via the (unknown in g++-4.2) operator. Submitted by: pointyhat via kris END K 10 svn:author V 3 hrs K 8 svn:date V 27 2007-06-03T16:39:47.000000Z K 7 svn:log V 65 Fix build when lvga256 or vgalib is enabled. Spotted by: itetcu END K 10 svn:author V 6 philip K 8 svn:date V 27 2007-06-03T17:03:22.000000Z K 7 svn:log V 57 Add two forgotten manpages before pointyhat notices. ;-) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-06-03T17:04:54.000000Z K 7 svn:log V 72 We do not need to remove pam.d anymore. PR: 113262 Submitted by: bsam END K 10 svn:author V 4 nork K 8 svn:date V 27 2007-06-03T17:23:56.000000Z K 7 svn:log V 142 o Add -fpic/-fPIC for shared object(.so) using liveMedia. o Bump PORTREVISION, accordingly. Requested by: ahze Discussed with: ahze and kris END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-03T17:29:24.000000Z K 7 svn:log V 360 Too bad, nobody has come back to update gtk2 in the newer version of handbrake. It is getting old to keep it around and maintain it by our own on the unsupport version. Mark it as broken due to not able to build with ffmpeg. BROKEN= Does not build with new ffmpeg DEPRECATED= Obsolete, getting old to keep unsupport version around EXPIRATION_DATE=2007-06-30 END K 10 svn:author V 5 erwin K 8 svn:date V 27 2007-06-03T17:49:50.000000Z K 7 svn:log V 15 Update to 0.55 END K 10 svn:author V 4 ahze K 8 svn:date V 27 2007-06-03T18:39:37.000000Z K 7 svn:log V 53 Remove gstreamer-plugins-libmms80 Reported by: kris END K 10 svn:author V 6 anders K 8 svn:date V 27 2007-06-03T20:01:04.000000Z K 7 svn:log V 91 Drop maintainership, I have not interest in this port anymore. Is anyone using Nagios 1.x? END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-03T20:04:19.000000Z K 7 svn:log V 118 Add asterisk-gui 0.0.1r20070501, an asterisk ajax web manager. PR: ports/111559 Submitted by: pneumann at gmail.com END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-03T20:04:24.000000Z K 7 svn:log V 42 asterisk-gui --> ports/www/asterisk-gui END K 10 svn:author V 6 anders K 8 svn:date V 27 2007-06-03T20:15:41.000000Z K 7 svn:log V 95 Drop maintainership of ports added due to NAV (net-mgmt/nav), which I do not maintain anymore. END K 10 svn:author V 6 anders K 8 svn:date V 27 2007-06-03T20:23:45.000000Z K 7 svn:log V 351 Drop maintainership of gringotts ports, no interest in this anymore. It has long-standing bugs not being fixed, and the WWW site seems abandoned. It does still work, but the port(s) would be better left of using the patches from http://www.shlomifish.org/open-source/bits-and-bobs/gringotts-patch/ if anyone wants to look into this where I leave it. END K 10 svn:author V 6 anders K 8 svn:date V 27 2007-06-03T20:41:10.000000Z K 7 svn:log V 280 Various fixes: - add standard rc.subr startup script. - add post-install message mentioning necessary configuration steps. - move pid-file to /var/run, the usual place. Do setuid/setgid later, so that we can create it. - make message about stale pid file a bit more explanatory. END K 10 svn:author V 6 yoichi K 8 svn:date V 27 2007-06-03T23:00:45.000000Z K 7 svn:log V 16 Update to 0.8.4 END K 10 svn:author V 2 lx K 8 svn:date V 27 2007-06-04T01:53:43.000000Z K 7 svn:log V 37 Updating to 1.18. PR: ports/113311 END K 10 svn:author V 2 lx K 8 svn:date V 27 2007-06-04T02:11:47.000000Z K 7 svn:log V 83 Removing - port has moved to x11-toolkits/py-wmdockapps x11-toolkits/py-wmgeneral END K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-04T03:24:18.000000Z K 7 svn:log V 17 - Update to 2.23 END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-04T03:54:35.000000Z K 7 svn:log V 164 -Fix the build with new x264. [1] -Remove all X11BASE and FreeBSD 4.x stuff. Reported by: Heiko Recktenwald [1] Obtained from: Gentoo CVS [1] END K 10 svn:author V 5 aaron K 8 svn:date V 27 2007-06-04T03:54:37.000000Z K 7 svn:log V 79 Adding port net/p5-REST-Application, a framework for RESTful web-applications. END K 10 svn:author V 5 aaron K 8 svn:date V 27 2007-06-04T03:54:45.000000Z K 7 svn:log V 56 p5-REST-Application --> ports/net/p5-REST-Application END K 10 svn:author V 4 mezz K 8 svn:date V 27 2007-06-04T05:20:33.000000Z K 7 svn:log V 194 Get it links with -lavcodec instead of libavcodec.a to fix the runtime of mp4player and gmp4player to run video file. Bump the PORTREVISION. Reported by: Heiko Recktenwald END K 10 svn:author V 3 sat K 8 svn:date V 27 2007-06-04T05:51:03.000000Z K 7 svn:log V 69 - Update to 0.9.5 - Connect to the build [1] Suggested by: kris [1] END K 10 svn:author V 3 sat K 8 svn:date V 27 2007-06-04T05:53:28.000000Z K 7 svn:log V 35 nipper --> ports/net-mgmt/nipper END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:13:34.000000Z K 7 svn:log V 66 - Fix plist - Bump PORTREVISION Submitted by: pointyhat via kris END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:22:03.000000Z K 7 svn:log V 123 - Fix build on AMD64 Submitted by: ponityhat via kris Kiyoshi Matsui (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:40:15.000000Z K 7 svn:log V 78 - Update to 2.06 PR: 113010 Submitted by: KATO Tsuguru END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:43:14.000000Z K 7 svn:log V 115 - Update to 0.53 - Pass maintainership to submitter PR: 113178 Submitted by: CHAO Shin END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:45:49.000000Z K 7 svn:log V 207 Lexi translates a description of a lexical analyser into code implementing that analyser. WWW: http://www.akumaproject.org/ (notes webpage is in progress) PR: ports/113124 Submitted by: The Akuma Project END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T06:46:11.000000Z K 7 svn:log V 28 lexi --> ports/devel/lexi END K 10 svn:author V 6 daichi K 8 svn:date V 27 2007-06-04T06:58:23.000000Z K 7 svn:log V 77 - Fix for GCC 4.2.x. - Remove 4.X support. Submitted by: ozawa (maintainer) END K 10 svn:author V 6 daichi K 8 svn:date V 27 2007-06-04T06:59:13.000000Z K 7 svn:log V 88 - Fix for GCC 4.2.x. - Remove 4.X support. Submitted by: ozawa@ongs.co.jp (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:00:30.000000Z K 7 svn:log V 125 This package contains the X.Org xf86-input-vmmouse driver. PR: ports/112805 Submitted by: NIIMI Satoshi END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:00:53.000000Z K 7 svn:log V 62 xf86-input-vmmouse --> ports/x11-drivers/xf86-input-vmmouse END K 10 svn:author V 5 demon K 8 svn:date V 27 2007-06-04T07:15:21.000000Z K 7 svn:log V 16 Correct a typo. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:24:48.000000Z K 7 svn:log V 123 - Fix few mistakes in rc.d script PR: 113135 Submitted by: Matthew Seaman (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:28:18.000000Z K 7 svn:log V 559 snap is a tool for the management of UFS2 snapshots created by mount(8). It can maintain hourly, daily and weekly snap- shots while trying to minimize the disk space occupied. The snapshots created are labeled with their creation time, and users can create them manually. The major advantage over sysutils/freebsd-snapshot is that it uses hardlink to save diskspace, mark each snapshot with its creation time and calculates redundancy in a smart way. WWW: http://www.cs.nctu.edu.tw/ PR: ports/112482 Submitted by: Wu Chin-Hao END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:28:40.000000Z K 7 svn:log V 31 snap --> ports/sysutils/snap END K 10 svn:author V 3 sat K 8 svn:date V 27 2007-06-04T07:29:16.000000Z K 7 svn:log V 18 - Update to 0.9.5 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:35:45.000000Z K 7 svn:log V 95 - Update to 2.1.3 PR: 112363 Submitted by: Dominic Fandrey (maintainer) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2007-06-04T07:39:45.000000Z K 7 svn:log V 131 - Update to 0.0.1r20070528 - Fix tyop in pkg-descr PR: 111559 Submitted by: Phillip Neumann (maintainer) END K 10 svn:author V 8 keramida K 8 svn:date V 27 2007-06-04T07:45:34.000000Z K 7 svn:log V 57 Fix minor typo in the description of the THREADS option. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:46:24.000000Z K 7 svn:log V 124 - Fix pkg-plist - Bump PORTREVISION PR: 113088 Submitted by: Yinghong. Liu (maintainer) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2007-06-04T07:55:04.000000Z K 7 svn:log V 68 Take markps commit bit in for safe keeping Hat: portmgr secretary END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:57:52.000000Z K 7 svn:log V 748 Wackamole is an application that helps with making a cluster highly available. It manages a bunch of virtual IPs, that should be available to the outside world at all times. Wackamole ensures that a single machine within a cluster is listening on each virtual IP address that Wackamole manages. If it discovers that particular machines within the cluster are not alive, it will almost immediately ensure that other machines acquire these public IPs. At no time will more than one machine listen on any virtual IP. Wackamole also works toward achieving a balanced distribution of number IPs on the machine within the cluster it manages. WWW: http://www.backhand.org/wackamole/ PR: ports/112368 Submitted by: Marcin Cieslak END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T07:58:17.000000Z K 7 svn:log V 36 wackamole --> ports/net/wackamole END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T08:04:27.000000Z K 7 svn:log V 436 Japan traditionally used an "era" system since 645. In modern days (since the Meiji era) eras can only be renewed when a new emperor succeeds his predecessor. Until then new eras were proclaimed for various reasons, including the succession of the shogunate during the Tokugawa shogunate. WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.07/ PR: ports/113162 Submitted by: Masahiro Teramoto END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T08:04:50.000000Z K 7 svn:log V 92 ja-p5-DateTime-Calendar-Japanese-Era --> ports/japanese/p5-DateTime-Calendar-Japanese-Era END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T08:20:16.000000Z K 7 svn:log V 97 - Update to 0.31 PR: 113191 Submitted by: Sergei Vyshenski (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2007-06-04T08:20:19.000000Z K 7 svn:log V 93 - Update to 3.2 PR: 113168 Submitted by: Jeroen Schot (maintainer) END