summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam2-11/+2
2005-05-22This package is GNU configured and installs locale files, so it needsjlam1-1/+2
to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam8-17/+8
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22Sort.minskim1-2/+2
2005-05-22s/netbsd/NetBSD/minskim1-2/+2
2005-05-22Remove redundant inclusion of bsd.prefs.mk.minskim1-3/+1
2005-05-22Honor *OWN and *GRP.minskim1-1/+4
2005-05-21Use -ldl on platforms with libdl.minskim3-6/+6
Bump PKGREVISION.
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-2/+2
2005-05-21Move the PKGREVISION from the Makefile.common. It should be usedreed1-1/+2
for revisions for a single package. I don't think this "suexec" PKGREVISION was meant for the apr package, but since it was used it is now there. I noticed this problem when building wip/apachebench2 which has nothing to do with suexec. Although, I did not make this change for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
2005-05-20Update to 0.5.16:wiz2-6/+6
* Version 0.5.16 (released 2005-05-06) ** Mark static PR29 data tables as 'const', thanks to Joe Orton. ** Kinyarwanda translations added, thanks to Steve Murphy. ** API and ABI is backwards compatible with the previous version.
2005-05-20Support for DragonFlyBSD, based on patches from Joerg Sonnenberger.wiz8-48/+176
2005-05-20PKGREVISION bump missed in previous.tv1-2/+2
2005-05-20libtool needs to know where echo is or else it searches the PATH forjlam1-1/+6
it. This value is embedded into the libtool script. This was okay on NetBSD, but was breaking on Solaris. We now pass it the path to the real echo via CONFIGURE_ENV, which on Solaris is a more featureful echo. Problem noted by Mark Davies in private mail.
2005-05-19Update to version 2.01.seb2-6/+6
Changes since last packaged version (2.00) 2.01 Sunday 24th April, 2005 Allow to specify several modules on the corelist command-line (Yves Orton) Add a %patchlevel hash to get perforce patchlevels corresponding to released versions
2005-05-19We can only use the subst.mk framework if the files are relative tojlam1-12/+14
${WRKSRC}. Just directly create the msgfmt wrapper in the proper target. Also, note that the msgfmt handling should eventually migrate to the tools framework so that build dependencies and binary paths are correct.
2005-05-19Moved to textproc category.reed4-32/+0
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed3-6/+5
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19Fix obvious typo in variable name.wiz1-2/+2
2005-05-19Convert this package to use bsd.options.mk, with one option, `szip'.jwise3-4/+26
This allows szip support (which uses a package with a no-commercial-use license) to be disabled.
2005-05-19PERL5_PKGSRCDIR is no longer defined under the new tools framework.jlam1-7/+7
Modify this bulk-build workaround by not checking for PERL5_PKGSRCDIR, and instead just relying on the presence or absence of ${PERL5}.
2005-05-19Update to 1.1:wiz3-8/+9
# libevent-1.1.tar.gz - Release 2005-05-14 * Performance improvements from Nick Mathewson. * Work around for kqueue bug in Mac OS X 10.4. # libevent-1.0e.tar.gz - Release 2005-04-26 * Important fix to bug in poll implementation introduced in 1.0d. # libevent-1.0d.tar.gz - Release 2005-04-22 * Several minor bug fixes and building of shared libraries.
2005-05-19Simplify setting of PKGNAME.wiz1-2/+2
2005-05-19Note that this package uses gzip.jlam1-1/+2
2005-05-19Use PATCH_DIST_CAT to simplify applying the strange pilrc patch.jlam1-22/+27
Also, while we're here, convert to use the options framework. Note that the deprecated variable PILRC_USE_GTK should be removed after the pkgsrc-2005Q3 branch is cut.
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz7-83/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Add and enable error.wiz1-1/+3
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz26-681/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18update to 1.1.1drochner2-7/+6
bugfix only
2005-05-18libtool-base 1.5.18nb1: Update the patches per manual.README.tv6-134/+1414
While here, since those instructions are still not being heeded, make the warning comment extremely loud and obnoxious, and put it in both libtool/Makefile.common and libtool-base/Makefile.
2005-05-18Do not declare a static variable as non-static in a header file.minskim2-1/+16
This makes the package build on Darwin-8.x.
2005-05-18Changes 1.6.4:adam3-12/+16
* Bug-fix release
2005-05-18Changes 1.5.18:adam7-133/+162
* Fix regression in 1.5.16 to not install libtldl data files from `libtoolize --ltdl'ed software packages. * Bug Fixes. Changes 1.5.16: * Allow shell special characters like `$' in source file names, but not in object names, to enhance GCJ support. * Detection of compiler wrappers like distcc/ccache and $host_alias prefix. * More robust tests for PIC flag, `-c -o', in presence of warnings. * Bug Fixes, among others for convenience archives regression on Solaris and timestamp-preserving `libtoolize --copy --ltdl'.
2005-05-18Fix atomic pointer compare and swap return value on sparc64,martin2-1/+15
fixes PR pkg/28962.
2005-05-16Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}.jlam2-6/+14
This ensures that we won't need gzcat to extract the sources, which could potentially cause a circular dependency on archivers/gzip-base.
2005-05-16Don't require m4 for all packages, only for packages that use it.jlam1-1/+2
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam2-4/+4
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that tar is required by this package.jlam2-3/+6
2005-05-16We only need the evil hack with the old tools framework.jlam1-1/+3
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam2-3/+5
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15- Update to 2.18.1adrianp5-35/+40
- Two "Information Disclosure" security bugs fixed - From the ChangeLog: > + You can now enter a negative time for "Hours Worked" > in the time-tracking area. (Bug 271276) > > + The BugMail.pm customization required for Windows (as > described in the Bugzilla Guide) now actually works. (Bug 280911) > > + Users who were using Bugzilla 2.8 can now successfully upgrade > to 2.18.1 (they couldn't upgrade to 2.18). (Bug 283403) > > + Dependency mails are now properly sent during a mass-change of bugs. > (Bug 178157)
2005-05-15gzcat is needed, so note it as such for the new tools framework.jlam1-2/+2
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam6-15/+13
transition to new tools framework.
2005-05-13Fix quoting in the values placed in CONFIGURE_ENV.jlam1-10/+10
2005-05-13update to 1.8.4drochner3-7/+8
changes: -added "as" locale -bugfixes
2005-05-13update to 2.10.0drochner4-11/+11
changes: -added support for GTK-2.6 widgets and properties -bugfixes -updated translations
2005-05-12Update to 0.9.0:jmmv2-6/+6
- analyser: support for int, half and byte data-types. - x86 disasm: invlpg, fisttp instructions added - x86 disasm: sse, sse2, sse3 instructions added - x86 asm: support for mmx instructions - configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86 - removed 'include <malloc.h>' from cp-demangle.c - fixed a buffer overflow in htperes.cc - handle ELFs w/o segment or program sections (Thanks Daniel Black) - don't malloc(0) (Thanks Daniel Black) - some keyboard fixed for windows xp
2005-05-12Small change to suggested COPTS usage - from Christopher Sean Hiltonabs1-2/+2
2005-05-12Regen to make GNU patch happy.minskim2-7/+5
2005-05-12Fix test for whether PERL5_PKGSRCDIR is defined -- there shouldn't bejlam1-2/+2
${...} around PERL5_PKGSRCDIR.