summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-06-18The file sbin/pppoa3 is not built unless pthreads and semaphores arekristerw2-3/+11
available. Remove it from the PLIST when we do not have native threads.
2005-06-18Use PKG_SYSCONFDIR framework. Bump PKGREVISION.hira5-16/+43
This closes PR pkg/30546.
2005-06-17- Note bugzilla updateadrianp1-1/+2
2005-06-17- Modify checkconfig.pl to accept any version of File::Spec as this willadrianp3-2/+17
by taken care of by pkgsrc infrastructure anyway. - The problem is that checkconfig.pl thinks File::Spec v0.90 is v0.9 and complains that the version installed is too old. - Problem reported by Brandon Adams <brandon.adams@omron.com> on tech-pkg@
2005-06-17The OpenBSD chgrp and chown can be in different places depending on thejlam1-1/+9
OpenBSD release, so check for the right location.
2005-06-17Remove alsa entries which broke packaging on minskim'sreed1-3/+1
bulk build. Okay'd by wiz during freeze. No PKGREVISION bumped because this is Linux specific and package could never be packaged in first place. No change to code. I think this may detect alsa on some systems and still add the support. Maybe need to add --disable-alsa configure switch, but I can't test now. I will fix this later when I import alsa-lib.
2005-06-17use just 'Opera' instead of 'Opera7'jdolecek1-1/+1
2005-06-17www/opera7 (opera 7.54) re-removedjdolecek1-1/+2
2005-06-17re-remove opera 7.54u2 package, it's no longer maintaned, contains severaljdolecek7-474/+0
unfixed serious security issues and opera 8.01 works just as well as 7.54 has worked; farewell
2005-06-17+ amule-2.0.3, cdrtools-ossdvd-2.01.01a01, ckmame-0.6, gauche-0.8.4wiz1-8/+18
[pkg/30535], getmail-4.3.11, gtk2-2.6.8, lua-sql, mono-1.1.8, p5-GD-2.23 [pkg/30532], p5-razor-agents-2.72, pfqueue-0.4.1, sather-1.2.2, tor-0.1.0.10, totd-1.5 [pkg/30545], xmame-0.97, xmess-0.97, xplanet-1.2.0. - opera8-8.01 (thanks, jdolecek)
2005-06-17www/opera updated to 8.01, which contains several important security fixesjdolecek1-1/+2
2005-06-17Update opera to 8.01. Besides general bugfixes, this release alsojdolecek3-21/+16
fixes several serious security issues. It also works stable on NetBSD MP now.
2005-06-17Correct an "Added" entry to "Updated".wiz1-2/+2
2005-06-17Pull out the LS and TR definitions from algae/Makefile and place themjlam2-6/+5
in tools/defaults.mk where they can be more widely used.
2005-06-17Fix the path to perl embedded in scripts due to new tools framework.jlam1-2/+3
Bump PKGREVISION to 7.
2005-06-17PERL_PATH is also a common GNU configure script variable for the path tojlam1-2/+2
the perl interpreter.
2005-06-17Enable the pthread-based thread-safety code in pkgsrc MesaLib.jlam4-8/+14
Bump the PKGREVISION to 2. This fixes PR pkg/30537.
2005-06-17Add missing RCS Id tag to patch-ah.hira2-2/+4
2005-06-17Add missing RCS Id tag to patch-bd.hira2-2/+4
2005-06-17Add missing RCS Id tag to patch-aa. Remove diff command line.hira2-3/+4
2005-06-17Add missing RCS Id tag to patch-aa.hira4-4/+8
2005-06-17Add missing RCS Id tags to patch-a[abc].hira4-4/+10
2005-06-17Add missing RCS Id tag to patch-aa.hira2-2/+4
2005-06-17Add missing RCS Id tag to patch-ab.hira2-2/+4
2005-06-17Update DESCRiption to reflect recent feature changes. Noted by the author.minskim1-2/+0
2005-06-17Note PKGREVISION bump for devel/libbonobo.kristerw1-1/+2
2005-06-17Prevent paths to the build work directories being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-06-17regenwiz2-30/+31
2005-06-17Note PKGREVISION bump for math/algae.kristerw1-1/+2
2005-06-17Prevent paths to the build work directories being included in the package.kristerw1-2/+6
Bump PKGREVISION.
2005-06-17audio/realplayer moved to multimedia/realplayer.wiz1-2/+3
Noted by Geert Hendrickx in PR 30543.
2005-06-17Fix pkglint warnings:kristerw2-17/+17
* GNU_CONFIGURE should be set to YES or yes. * Sort PLIST.
2005-06-17Add gdm-2.8.0.0, libgda-1.2.2 and libgnomedb-1.2.2 and assign all of themjmmv1-1/+4
to me.
2005-06-17Note PKGREVISION bump of x11/xfce4-session.hira1-1/+2
2005-06-17Fix path of configuration file. Patch submitted in PR pkg/30540.hira1-3/+3
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam70-231/+232
${PREFIX}.
2005-06-17Fix typo.jlam1-2/+2
2005-06-17Create directories before installing files into them.jlam421-428/+1178
2005-06-16Hardcode suse91 in paths to suse91_gtk2 and suse91_locale insteadkristerw1-3/+3
of using ${SUSE_DIR_PREFIX}, since these directories do not exist for other versions.
2005-06-16Pthreads are needed to link to these libraries. Add mk/pthread.buildlink3.mk.kristerw1-1/+2
2005-06-16Fix typo that prevented this package to build on NetBSD.kristerw1-2/+2
2005-06-16This package need pthreads in order to build.kristerw1-1/+4
2005-06-16Fix pkglint warnings.kristerw1-4/+3
2005-06-16Fix C99-isms to make this package compile with gcc 2.95.kristerw2-1/+22
2005-06-16One file include pthread.h and semaphore.h, but those are not used.kristerw2-1/+27
Remove them to make the package compile on NetBSD 1.6.
2005-06-16Redo the previous "double alignemnet" fix more completely. The previousmartin17-63/+539
state was completely broken.
2005-06-16Fix C99-isms to make this package compile with gcc 2.95.kristerw2-1/+21
2005-06-16Note PKGREVISION bump for wm/wmakerconf.kristerw1-1/+2
2005-06-16Prevent work/.tools paths being embedded in the package.kristerw1-1/+5
Bump PKGREVISION.
2005-06-16Pthreads are needed to link to these libraries. Add mk/pthread.buildlink3.mk.kristerw1-1/+2