summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-21Grammar 101 -- sentences should end in a period.jlam13-26/+26
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam13-13/+480
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam13-33/+32
2005-05-21Move the PKGREVISION from the Makefile.common. It should be usedreed3-4/+5
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-21Make this compile on Darwin.rh4-1/+54
2005-05-21note initial import of xmms-faad 2.0.grant1-1/+2
XMMS plugin for AAC files.
2005-05-21+xmms-faadgrant1-1/+2
2005-05-21Initial import of xmms-faad 2.0 into the NetBSD packages collection.grant8-0/+129
XMMS plugin for AAC files.
2005-05-21In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :shjlam1-5/+10
operator does not result in an empty string as make(1) doesn't like them. Also, rewrite the variable substitution for the find(1) command to be more readable, and get rid of the extra grep(1) in favor of using :N.
2005-05-21Update to ups-nut 2.0.1lukem2-8/+7
2005-05-21Update ups-nut to 2.0.1.lukem3-18/+17
Numerous changes (see NEWS for full list), including: * Updated support for various UPS models, including porting various drivers to the 2.0 tree. * Call varargs functions with "%s" instead of raw strings from config files.
2005-05-21Make this compile with gcc4.rh2-1/+15
2005-05-21Note update of pkgdiff to 0.117rh1-1/+2
2005-05-21Use -U $lines instead of -$lines to avoid conflicts with the threeway diffrh2-7/+7
option.
2005-05-20Made sure the :sh operator does not result in an empty string. Rewrote therillig1-3/+7
variable substitution for the find(1) command to be more readable.
2005-05-20Remove extravagent use of SUBST_CLASSES and replace with one-liner tojlam1-10/+4
create the config file at do-configure time.
2005-05-20On second thought, replacing @..@ with ${..} sounds more like ajlam1-2/+3
"configure" step than a "build" step.
2005-05-20Fix harmless typo.jlam1-2/+2
2005-05-20Replace extravagent use of SUBST_CLASSES with one-liner to build thejlam1-10/+4
cgiirc.conf file.
2005-05-20get rid of a spurious %%SUBDIR%% which found its way into the generated ↵dmcmahill1-2/+2
category README.html
2005-05-20Change instances where we stored `shell command` in a make variable intojlam3-35/+32
variables that use the :sh modifier. This still causes expansion to only happen when referenced, and has the advantage of being :Q-safe. Bring back the changes from revision 1.19 of mk/subst.mk now that the problem noted above has been fixed. This passes the buildlink-unwrap regression test.
2005-05-20s/local/locale/markd1-2/+2
2005-05-20Updated libidn to 0.5.16wiz2-3/+3
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-20Updated speex to 1.0.5wiz2-4/+4
2005-05-20Update to 1.0.5:wiz2-7/+6
The main change with this release is that it includes API additions from the 1.1.x branch (while being backward compatible), so that transition from 1.0.x to 1.1.x can be made easier.
2005-05-20Updated devilspie to 0.10.wiz2-3/+3
2005-05-20Update to 0.10:wiz2-6/+6
Devil's Pie "Can't Join Them? Beat Them" 0.10 ============================================= * Re-implement the required private wnck functions, now builds with G2.10 (Chrispin Flowerday rocks) * Add min/max hints to the opacity action property * Display the min/max hints in the generated documentation. Devil's Pie "Missing Gifts" 0.9 =============================== * Check for libwnck 2.9.92 and pass timestamps if required * Handle properties containing doubles, so the opacity action works * Add CONSTRUCT flag to properties (Jean-Yves Lefort) * Start a private copy of various private wnck functions we need
2005-05-20Removed unnecessary ${WRKSRC} from SUBST_FILES.rillig1-2/+2
2005-05-20Support for DragonFlyBSD, based on patches from Joerg Sonnenberger.wiz8-48/+176
2005-05-20MANCOMPRESSED is yes/no.jlam1-4/+8
2005-05-20added entry for gcc34 updateshannonjr1-1/+2
2005-05-20Update from 3.3.3 to 3.3.4. This is a bugfix release. There is a veryshannonjr2-6/+6
significant reduction in the number of regressions, particularily with libstdc++.
2005-05-20- Change libao to not build OSS, Sun, MacOS X nor several other plugins evenjmmv20-70/+186
when the header files are found. Bump its revision to 1 due to this. This makes the libao package completely audio-output agnostic. - Add a libao-macosx package containing the MacOS X plugin (sorry, untested). - Add a libao-oss package containing the OSS plugin. While here, use ossaudio.buildlink3.mk to determine the audio device instead of hardcoding it in a patch. - Add a libao-macosx package containing the Sun audio plugin (sorry, untested). Change approved by silence on tech-pkg@ for quite a long time since my proposal. I'm doing these changes to cleanup the base libao package. Before these, it contained a huge conditional to determine when the OSS and/or Sun plugins were built, which often failed in untested platforms (PLIST inconsistencies, for example). Having these plugins in independent packages makes debugging easier, keeps the dependency tree clean and also lets us use {ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2005-05-20Revert part of revision 1.18. The new quoting was breaking somejlam1-22/+23
assumptions being made by the USE_PKGLOCALEDIR code and the wrapper framework since it added backtick expressions to the SUBST_FILES.* variables, which were being mangled by the :Q modifier. This is evident when running "make regress" in regress/buildlink-unwrap. Mea culpa.
2005-05-20Note addition of py-mcrypt.augustss1-1/+2
2005-05-20Add py-mcrypt, a Python front end to the mcrypt library.augustss5-1/+28
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-20+ memcached-1.1.12 [pkg/30289], uvscan-4.40 [pkg/30290].wiz1-3/+3
- uvscan-4.3.2 [jlam].
2005-05-20xephem updatedrochner2-3/+3
2005-05-20The distfile was changed on the master site, as noted in PR pkg/30280drochner2-6/+6
by Jim Bernard. There are nontrivial differences to the original file. (looks like a 3.6.4 snapshot) So just update to 3.6.4. changes: -add Proper Motion columns to Data table -update NAAG also when change horizon offset in Data Setup -Favorites table now displays full .edb definition of each entry -allow adding a new Favorite directly from the dialog -Solver has separate Find Min and Find Max goals
2005-05-20add patch to recognize dragonfly, from Joerg Sonnenberger per pmdrochner2-1/+33
2005-05-20Regenerated.rillig2-264/+258
2005-05-20Updated the documentation on the PKG_OPTIONS framework.rillig1-42/+36
2005-05-20Update html to 4.01nb2.wiz1-1/+2
2005-05-20Change install target to use tar instead of gtar.wiz2-6/+13
Add missing files to PLIST and bump PKGREVISION.
2005-05-20Rework how the lookup of binary packages in the cache is performed.dmcmahill1-46/+50
As data for a given binary package is loaded, increment a count stored with PKGPATH as the index. Then use a psuedo-multidimensional array with PKGPATH and the # as the index. This allows for much faster lookups and scales linearly with the number of packages. The old way scaled as the product of the number of pkgsrc entries and the total number of binary packages. Not a pretty value. This makes the actual README.html generation part run about 3x faster. Approach suggested by soda.
2005-05-20Only add the autoconf tool if the user also requested automake. Thisjlam1-3/+5
avoids making autoconf required by every package in pkgsrc.
2005-05-20Move the PLIST_SUBST lines that substitute for PERL5_* variables fromjlam2-6/+7
perl5/module.mk into tools/perl.mk so that the substitution occurs for all packages that use perl.