summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-09appearently, newer Python versions don't define ANY=void in thedrochner2-1/+16
exported header anymore so do this nonsense here to let the pkg build
2004-09-09xpkgwedge is now the default (3.2.1.1)hubertf1-5/+2
2004-09-09make sure the subdir xmkmf doesn't circumvent xpkgwedge,drochner4-5/+49
should fix install error detected in bulk build
2004-09-09Check for libXv.so on ${X11BASE}/lib not /usr/X11R6, which breaksxtraeme3-8/+9
installation using XFree86/xorg packages from pkgsrc. Apply patch from FUKAUMI Naoki in PR pkg/26743, no bump PKGREVISION because there aren't functional changes if XFree86/xorg from pkgsrc is not used.
2004-09-09www/jakarta-tomcat: Add missing files, should fix installation problemxtraeme3-4/+6
seen in kristerw@'s bulk build. Bump PKGREVISION.
2004-09-09+ ftplibpp (hi cjep!)xtraeme1-1/+2
2004-09-09Resign as maintainer of this package. I use neither GNOME nor the Pythontron1-3/+2
version this package depends on anymore.
2004-09-09Disable OpenGL support for now, should fix build problem in kristerw'sxtraeme1-2/+1
bulk build.
2004-09-09Resign as maintainer of this package. I don't use GNOME any more whichtron1-2/+2
this package depends on.
2004-09-09Make this build with the version of binutils currently in cross-binutils.wiz2-8/+8
No idea if this works, since I don't know how to use this, but the diff looks sane enough to me.
2004-09-08PKGREVISION++ for PLIST changes.salo1-1/+2
2004-09-08- dillo-0.8.2 (hi drochner!)xtraeme1-2/+2
+ drscheme-208 Pointed out by Peter Bex.
2004-09-08Install libgarmin.a in ${PREFIX}/lib, not /usr/lib.gson3-2/+16
2004-09-08Back out previous. jmmv@ already fixed this in imlib2, where it shouldjschauma1-2/+1
have been done.
2004-09-08Removed dead mastersite URLswulf1-5/+3
2004-09-08gcvs updated to 1.0 (builds on 2.0_BETA now).wiz2-3/+3
2004-09-08Add libtool buildlink, so that this finds libltdl.jschauma1-1/+2
Should fix problem seen in last bulk-build.
2004-09-08Update to 1.0:wiz19-43/+269
* gcvs 1.0b2 - callback.[ch], interface.[ch] and support.[ch] will be created automaticaly if gcvs.glade is newer - add debug statement to check what envirment cvs gets (activated by -DqCvsDebug=1) * gcvs 1.0b2 - fixed Bug #507525 - fixed memory leaks while changing enviroment - updated INSTALL file for using CVSGUI111 branch - project- and spec-file updated to new beta * gcvs 1.0b1: - add forgotton headers to makefiles for building distribution - update project file and version-strings Makes the package build with gcc3.
2004-09-08Rename round() to roundnice() to avoid conflict with math.h round().wiz4-1/+61
Should fix bulk build.
2004-09-08Update ical to 2.3.1: Applied fixes to close PR 26866 which also requiredwulf1-1/+2
update of ical since older version don't appear to be available from new master site.
2004-09-08PKGREVISION++salo3-2/+19
Point to correct location of VERSION file so we save the correct version into pkgconfig file. Addresses PR pkg/26875 by Ian Zagorskih.
2004-09-08Fixed problem reported in RP 26866 and updated ical to 2.3.1wulf16-1215/+73
2004-09-08Fix PLIST.wiz1-9/+10
2004-09-08Complete the job of detecting strcasestr(3) by using it if available.sketch4-1/+52
2004-09-08Note i\'m doing nailcjep1-2/+2
2004-09-08Add and enable print-plist.jmmv1-1/+2
2004-09-08Initial import of the print-plist regression test:jmmv4-0/+55
This test verifies that print-PLIST works, as well as related functionality such as PRINT_PLIST_AWK. Reviewed by gavan@.
2004-09-08varargs->stdarg, fixes build with GCC3.sketch4-7/+93
Add dante to CONFLICTS as they install files with the same name (dante already has socks4 in its own CONFLICTS).
2004-09-08doc++ updated to 3.4.10.wiz1-1/+2
2004-09-08Update to 3.4.10:wiz3-5/+22
FEATURES: - added crufty XML DocBook support PORTABILITY FIXES: - fixed a g++ 3.0 compilation problem
2004-09-08varargs -> stdargmarkd4-20/+72
Don't try and use getutent() on NetBSD's that have utmpx Fixes problems seen in bulkbuild.
2004-09-08This needs tigetstr from ncurses and rl_mark and others from GNU readline,wiz1-1/+3
so set USE_NCURSES and USE_GNU_READLINE. Should fix bulk build.
2004-09-08Use PATCHFILES rather than trying to do the same itself.markd1-15/+4
2004-09-08cfitsio update to 2.500.wiz1-1/+2
2004-09-08Update to 2.500 (should fix bulk build).wiz5-31/+87
Changes since 2.037: 4 years of active development, and about 1000 lines of NEWS included in changes.txt in the archive.
2004-09-08Fix build on systems with strcasestr(3). There was already an autoconf testsketch2-1/+16
for it, but the result was never used.
2004-09-08Rename round() to roundup() to avoid conflict with round(3) introduced insketch4-1/+276
NetBSD 2.0.
2004-09-08Make build with gcc3.wiz12-27/+204
2004-09-08plptools updated to 0.12.wiz1-1/+2
2004-09-08regen (oops).wiz1-2/+2
2004-09-08Update to 0.12 to fix build with gcc3.wiz19-225/+231
Changes since 0.8 are not documented except in the ChangeLog. Changes from Version 0.7 to 0.8 - Fixed lot of bugs, especially in nfs code - Series 3 _should_ work again. - Added support for KDE (KDE >= 2.1) - Added KDE Application "kpsion" Changes from Version 0.6 to 0.7 - Changed timezone-stuff again. With S5, now the machine-info is evaluated. This info holds the Psion's time-offset so that we are able to calculate the offset correctly, regardless of the Psion's setting. All that is done in a new class PsiTime. For S3, a Fallback is provided using an Env-Variable "PSI_TZ" which can be set to the Psion's time-offset in seconds. - Added lots of rpc related stuff: - Implemented a procfs-like subdir in plpnfsd. Processes can be examined and misc. parameters can be examined/changed using the entries in <psionMountDir>/proc/ Several parameters can now be changed on the fly: attribute-cache timeout in seconds: proc/acache (rw) debuglevel: proc/debuglevel (rw) directory-cache timeout in seconds: proc/dcache (rw) Psion's owner-info: proc/owner (ro) Unix-owner of mounted directory: proc/unixowner (rw) Stopping of plpnfsd has now changed: Old: reference /mnt/psion/exit New: echo stop > /mnt/psion/proc/exit This should be safer than accidentally referencing a file. For every process running on the psion, a subdir in proc/ is created with two files "cmd" and "args" (both ro). cmd is the process-name, args is it's commandline. - Added machinfo command in plpftp for displaying lot of interesting information about S5. (E.g. battery status etc.) - Added killsave and runrestore to plpftpd. Both take a unix file as argument. killsave kills all processes on the Psion and saves restart-information to the specified file. runrestore reads a file created by killsave and starts all processes saved in this file. -> Functionality similar to the behavior of PsiWin before/after backup.
2004-09-08Note revision bump for bmp to 1.jmmv1-1/+2
2004-09-08Fix path to icon file and bump PKGREVISION to 1.jmmv3-16/+4
Closes PR pkg/26845 by Kouichirou Hiratsuka.
2004-09-08Fix build with gcc2.jmmv2-1/+24
2004-09-08Don't check in /usr/local/lib on FreeBSD for system libraries.jlam1-1/+2
2004-09-08Also remove .orig_dist files before installation; otherwise we getwiz1-1/+2
unwanted extra files installed.
2004-09-08Fix build: the code was using an incorrect prototype when setting up thejmmv4-4/+52
sigaction structure.
2004-09-08+ gtklife-4.1, nail-11.6, tkgate-1.8.5, xblast-2.9.22.wiz1-1/+5
2004-09-08GCC generates and uses its own libtool to build shared libraries, andjlam5-30/+25
the resulting shared library names don't necessarily match the NetBSD names. Instead of hardcoding the shared library names in the PLISTs, only list the libtool archives in the PLISTs and dynamically determine the shared library names at post-install time and insert them into the PLIST. This fixes PLIST errors on non-NetBSD platforms. All of the magic is done in pkgsrc/lang/gcc3/language.mk. This should probably be generalized into something that could be used by all packages that use libtool.
2004-09-08Update MASTER_SITES.xtraeme1-6/+6