summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-23Disable usage of symbol visibility, Firefox is definitely not there yet.joerg3-3/+6
Since the build with DragonFly's system gcc was successful before, but segilled on startup, a revision bump is necessary.
2005-12-22Replace ghen with emulators.wiz1-2/+2
2005-12-22+ R-2.2.1, bittorrent-4.2.2, bittorrent-gui-4.2.2, dropbear-0.47,wiz1-9/+15
gnupg-devel-1.9.20, gxine-0.5.2, libtorrent-0.8.1, maradns-1.2.00, postfix-current-2.3.20051220, psmisc-21.9, qemu-0.8.0, rtorrent-0.4.1, sqlite-3.2.8, tkdiff-4.1.1.
2005-12-22Include TK_LD_FLAGS and TCL_LD_FLAGS for the link specification,joerg1-2/+2
otherwise the rpath list can be incomplete.
2005-12-22Note removal of lang/python2[1234]-pth.joerg1-1/+5
2005-12-22Remove lang/python2[1234]-pth, the main package works with pth as well.joerg12-167/+0
2005-12-22Unhook python2[1234]-pth.joerg1-5/+1
2005-12-22Updated emulators/pearpc to 0.4ghen2-3/+3
2005-12-22- update pearpc to 0.4ghen8-30/+112
- move options to options.mk file and reorganize a bit - sort PLIST - grab MAINTAINERship ok by xtraeme. ChangeLog for pearpc-0.4: - CPU: stfiwx implemented - config: "ppc_start_fullscreen" for starting in fullscreen mode - POSIX: allow bridging of tun device - use FISTTP instruction on SSE3 aware processors - merged native_cd branch from Alexander Stockinger - endianess fixes - warn that the generic CPU is slow - better detection of HFS+ volumes - support for DVD-Drives - correctly check for NASM - Work-around for graphic errors in Mac OS X 10.1 - POSIX/Linux: fall back to 1 GHz if /proc/cpuinfo doesn't provide cpu frequency - 3c90x emulation fixed - some PROM fixed for yaboot - alteration of x86asm interface to be more programmer friendly - use transparent cursors instead of altering cursor visibility (hack for using PearPC with remote desktop) - DVD emulation implemented. Fixes problems with Tiger installation - Updated the read_effective_* commands to be faster !!! REGRESSED !!! - fixed lvalue casts (compiles now with gcc 4.x) - booting from disks with bootfile about 4 GiB limit fixed
2005-12-22If bison is used, always pass YACC="bison -y". This should fixjlam1-1/+8
PR pkg/31493, where YACC="bison" was wrongly being passed to the configure script.
2005-12-22Tell the Configure script the correct LDFLAGS needed to link threadedjlam1-14/+35
applications much sooner. We do this by making every hints file create a usethreads.cbu script that prepends the correct LDFLAGS to the ldflags and lddlflags Perl variables. This should fix PR pkg/31091, which detailed a problem with building threaded perl on a platform withat native pthreads that used GNU Pth as its pthread library. While we're here, also fix some minor variable quoting issues. Bump the PKGREVISION to 6.
2005-12-22Add mkdirhier to the tools provided by an imake package.joerg1-23/+30
Move the code down to the X11 clients handling as suggested by jlam@.
2005-12-22Revision bump for lang/ocaml for PLIST fix on DragonFly.joerg1-1/+2
2005-12-22DragonFly needs the stublib PLIST fragment as well. Bump revision.joerg3-6/+7
Fix another place where a ocaml script is installed with BSD_INSTALL_PROGRAM, which doesn't work on DragonFly, since strip bails out.
2005-12-22Patches work better when applied to the right file.joerg2-5/+5
2005-12-21Fix installation of help files.reed5-670/+622
This is during the freeze. Hopefully, this fixes PR #32310 and #32144. Before this fix, under Linux, the package's PLIST didn't match up with what was actually installed. Also problem was seen recently on bulk-builds list. Add patch-af from abiword-2.0.9-windowshelppaths.patch from Fedora Core 4 Extras abiword-2.4.1-2. This gets rid of the DOS style file paths of images. Add patch-ag to have portable use of cp -r * instead of */. This fixes problem where files were not installed to their subdirectories. Use post-build target to create "help" docs and to clean out junk. (Fixes problem where "make clean" can't clean.) Fix permissions in post-build too. Fixes problem where some subdirectories for the help files were not browsable. Copy the help files into place in the post-install target. Many PLIST changes due to fixing of the help files. While I am here, use PKGMANDIR instead of "man" and add INSTALLATION_DIRS for that. Bump PKGREVISION. The maintainer of this package, adam, said he was unavailable to work on this currently and said it was okay for me to work on this. I tested on PkgLinux and NetBSD/i386. I reviewed some "help" files in browser (which abiword opens). And saw some images too.
2005-12-21Fix GCC 3.4+: label at end of compound statement.joerg2-4/+76
Fix FILE usage: Don't assert the offset of a FILE member, it must not be used as such.
2005-12-21Handle DragonFly like NetBSD and Linux with regard to MAIN__joerg3-7/+7
2005-12-21Include <sys/types.h> before <sys/socket.h>. This fixed compilationmartti2-1/+15
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN on a private mail.
2005-12-21Mention that I'll take pearpc (after the freeze).ghen1-2/+2
2005-12-21+ pearpc-0.4ghen1-1/+2
2005-12-21- Fix GCC 4.x build problems.tron3-20/+52
- Correct crude Darwin build fix so it doesn't break under 8.x.
2005-12-21Fix "${TMACDIR}" for Darwin 8.x (MacOS X Tiger).tron1-2/+4
2005-12-21Remove obsolete patch hanginground from the 0.9.3 to 0.9.4 updateadrianp1-7/+0
2005-12-21Updated www/horde3 to 3.0.9adrianp1-1/+2
2005-12-21Update horde to 3.0.9adrianp2-6/+6
From the CHANGES: ------ v3.0.9 ------ [cjh] Fix showstopper bug in Horde_Form select fields (Bug #3123). ------ v3.0.8 ------ [cjh] When deleting an identity, don't show the deleted identity in the default identity select dropdown on the next page load. [cjh] Fix escaping of data in the preferences templates. [cjh] Fix escaping of data in the data import templates. [cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html. [cjh] Close several XSS problems in the share edit window. [jan] Fix weather.com portal block.
2005-12-21Updated devel/mantis to 1.0.0rc4adrianp1-1/+2
2005-12-21Update mantis from 1.0.0rc3 to 1.0.0rc4adrianp2-6/+6
From the ChangeLog: - 0006421: [security] Private bugs show up in public RSS feed (vboctor) - 0006458: [security] Port #6457: SQL Injection in manage user page (TKADV2005-11-002) (vboctor) - 0006461: [security] Port #6460: HTTP Header CRLF Injection (TKADV2005-11-002) (vboctor) - 0006485: [security] XSS Vulnerability in filters (TKADV2005-11-002) (thraxisp) - 0006489: [security] Port Injection Vulnerabilities in Filters (TKADV2005-11-002) (thraxisp) - 0006492: [security] Port #6453: Make note private has no effect when resolving bug (thraxisp) - 0006432: [bugtracker] error processing does not work! (jlatour) - 0006379: [filters] Filter returns private issues when it should not (thraxisp) - 0006254: [localization] strings_korean_utf8.txt has UTF-8 byte-order marker (ryandesign) - 0006268: [localization] strings_chinese_simplified_utf8.txt has UTF-8 byte-order marker (ryandesign) - 0006304: [localization] [PATCH] Major overhaul of strings_dutch.txt (jlatour) - 0006358: [localization] Updated Dutch localization (Wanderer) - 0006474: [localization] Calls to htmlspecialchars should take into account the current charset (jlatour)
2005-12-21Update of Turba 2.0.5 to fix XSS security issuesadrianp1-1/+2
2005-12-21Update Turba to 2.0.5 to fix XSS vulnerabilities.adrianp2-6/+6
2005-12-21Add note about hpijs 2.1.7, which will build under GCC 4.xben1-2/+2
2005-12-21Fix PR pkg/32080 by adding a non-conflicting definition forjlam3-4/+30
load_rc_config_var so that platforms with older versions of /etc/rc.subr can run smbd.sh and winbindd.sh without updating /etc/rc.subr. Bump PKGREVISION to 3.
2005-12-21Add a non-conflicting definition for load_rc_config_var so thatjlam3-4/+30
platforms with older versions of /etc/rc.subr can run smbd.sh and winbindd.sh without updating /etc/rc.subr. Bump PKGREVISION to 2.
2005-12-21Fix PR pkg/32069 by limiting the FD_SETSIZE used by OpenLDAP to thejlam1-1/+13
maximum value supported by GNU Pth when building against GNU Pth.
2005-12-20Bumped PKGREVISION of textproc/latex2html after fixing the path torillig1-1/+2
ghostscript.
2005-12-20Bumped PKGREVISION as the contents of the binary package is affected byrillig1-2/+2
the last change.
2005-12-20Added the explicit path to ghostscript to the CONFIGURE_ARGS to avoidrillig1-1/+2
references to the working directory.
2005-12-20Remove belnet and citkit sf.net mirrors, again.salo1-3/+3
They are refusing connections or timing out for at least two weeks. XXX: Please, do _NOT_ add them again so easily, please! There is nothing but recurring trouble with them for a long time.
2005-12-20Added two patches that fix the build on NetBSD-1.6.2-i386.rillig3-1/+33
2005-12-20Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support building xneko asrillig1-1/+4
unprivileged user.
2005-12-20Added two patches that fix the build on NetBSD 1.6.2/i386.rillig3-1/+38
2005-12-20Fix errno.joerg2-1/+15
2005-12-20-lcompat needed for DragonFly as well. Include LDFLAGS on other systemsjoerg2-5/+5
as well.
2005-12-20Backout last change. f2c is not correctly working here.joerg3-204/+1
2005-12-20XmClientLibs is gone, use -lXm -lXt directly.joerg2-8/+9
2005-12-20Sort.wiz1-3/+3
2005-12-20include databases/db4/buildlink3.mk directly, since this is the only ↵tonio1-6/+5
accepted bdb
2005-12-20+ fetchmail-6.3.1, libtool-1.5.22.wiz1-4/+3
2005-12-20Add late entries for multimedia/mjpegtools and geography/gpsdrive bumps (fixesghen1-1/+3
for #!/bin/bash). Not sorted to avoid confusing tail(1) for some people.
2005-12-20Fix errno.joerg9-1/+113