summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-07Add and enable pkg_comprh1-1/+2
2002-09-07Initial import of pkg_comp-1.0, a utility that allows retargetable packagerh5-0/+914
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
2002-09-06Add and enable gicerh1-1/+2
2002-09-06Initial importof gice-0.6.1, a C language text editor using GTK2.rh4-0/+36
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18083.
2002-09-06gtk2-2.0.6 depends on glib2>=2.0.6rh1-1/+3
2002-09-06We don't lie to GNU configure anymore about where headers and librariesjlam1-3/+3
are actually installed.
2002-09-06more pth hackery:drochner2-1/+34
increase stack size for created threads, and set the JOINABLE attribute to "false" (nothing will join() them) to avoid a ressource leak "works better now"
2002-09-06Update prboom to version 2.2.3zuntum2-5/+5
Changes from v2.2.2 to v2.2.3 - improved mouse handling - intermission demo sync bug fixed - framebuffer update fixes (solves flicker on fbcon) - -forceoldbsp allowed in non-GL version, and saved in demos - fix player colours in multiplayer demos - apply workarounds for buggy pwads even during demo playback - fix numpad 5 key - allow compilation on systems where SDL is built without joystick support - fix comp_skymap - using anisotropic filtering when the OpenGL extension is available - using paletted textures when the OpenGL extension is available - added gl_use_paletted_texture option to glboom configuration file - using shared texture palette when the OpenGL extension is available - added gl_use_shared_texture_palette option to glboom configuration file
2002-09-06* Use a for loop to consolidate identical logic for removing paths in thejlam1-16/+12
argument transform filter. * Remove special ZOULARISBASE hack and use the new _BLNK_*PROTECT_SED variables to accomplish the same thing.
2002-09-06Create _BLNK_PROTECT_SED and _BLNK_UNPROTECT_SED variables to protectjlam1-1/+18
${_PKGSRCDIR} and ${BUILDLINK_DIR} from any filtering, as they may be subdirectories of ${LOCALBASE}, /usr/pkg, or /usr/local. This should fix pkg/18142 and other puzzling problems reported on the tech-pkg mailing list where it was necessary to revert back to buildlink1 versions of packages in order to build when the pkgsrc tree or the work directories are kept under /usr/local.
2002-09-06Convert to buildlink2.wiz2-9/+11
2002-09-06Convert to buildlink2.wiz6-90/+19
2002-09-06Update to 1.0.0.15, provided by Julio Merino in pkg/18123 (with minorwiz4-41/+58
fixes by me). Changes: * Automatic generation of preamble instead of using the TeXmacs.sty file (1.0.0.15). * Widget factory for menus moved to the Scheme interface (1.0.0.15). * Circulating variants for certain environments (1.0.0.15). * New menu look and feel (1.0.0.14). * Some changes to the LaTeX to TeXmacs converter (1.0.0.14). * We started implementing a TeXmacs to Html converter (1.0.0.14). * Correction of a severe bug which disabled the keyboard on certain systems (1.0.0.13). * Better support of the numeric keypad and dead accents (1.0.0.13). * Complete change of the keyboard behaviour (1.0.0.12). * Automatic detection and configuration of modifier keys (1.0.0.12). * Automatic translation of menus in the documentation (1.0.0.12). * Guile/Scheme scripts inside documents (1.0.0.12). * Wildcard system for keyboard shortcuts (1.0.0.11). * Keyboard shortcuts in the menus are determined automatically (1.0.0.11). * Further reorganization of the menus (1.0.0.11). * Support for grey menu items, checkmarks and ... in menus (1.0.0.11). * Automatic determination of keyboard shortcuts in menus (1.0.0.11). * Widgets are now attached to the current display at creation time (1.0.0.11). * Improved reduce and axiom interfaces (1.0.0.11). * We replaced the gencc preprocessor by the more standard template system of C++ (1.0.0.10).
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz5-42/+23
2002-09-06unusedwiz2-72/+0
2002-09-06Hide artsc-config and sane-config from the configure scriptzuntum1-1/+4
as we don't use them in the wine package. Makes "wine" build again. Fix provided by Johnny Lam, thanks!
2002-09-06Don't add the perl dependency if perl5/buildlink2.mk is included as thejlam1-1/+3
buildlink2.mk file has it's own logic for how to add the perl dependency.
2002-09-06Minor whitespace nit.jlam1-2/+2
2002-09-06Move the l:lib1:lib2 transformation to _BLNK_TRANSFORM_SED.3, which nowjlam1-2/+13
contains all of the transformations that we may want to use to fix up any *-config scripts that have incorrect paths or library names. Also add some _BLNK_UNTRANSFORM_SED.* variables that do the opposite of the corresponding _BLNK_TRANSFORM_SED.* variables, and that are used to clean up libtool archives.
2002-09-06libtool allows us to link against uninstalled shared libraries, so just dojlam2-1/+18
it instead of using their bizarre workaround. This should fix pkg/18189.
2002-09-06Update audio/flac-xmms to 1.0.3. This uses the XMMX plugin distributedjlam4-31/+59
with the flac-1.0.3 sources. There is no provided list of changes.
2002-09-06Add and enable lib3dsrh1-1/+2
2002-09-06Initial import of lib3ds-1.2.0, a library for parsing 3D objects in 3DSrh5-0/+110
format.
2002-09-06Update createbuildlink to 2.0. Now creates buildlink2.mk files. You canrh6-135/+293
use createbuildlink1 to still create old buildlink.mk files.
2002-09-06Upgrade postgresql_autodoc to 1.00mjl2-6/+6
No changelog, no nothing, sorry.
2002-09-05Update cvsup to 16.1.fhubertf6-18/+63
Update cvsup-gui to 16.1.f Fixes PR 14475 by Onno van der Linden <o.vd.linden@quicknet.nl>
2002-09-05Fix db3 version check so that addressbook now finally works.rh4-11/+38
Bump PKGREVISION. This closes PR pkg/18164 by Ales Krenek <ljocha@ics.muni.cz>
2002-09-05Use curl/buildlink2.mk instead of directly depending on curl as we need thejlam1-3/+2
headers and libraries from the curl package during the build and this package uses buildlink2.
2002-09-05For NetBSD/powerpc, choose the LinuxPPC binary.schmonz1-2/+4
2002-09-05libcurl.so needs the openssl libraries.jlam1-1/+3
2002-09-05Only add a build dependency on perl if USE_PERL5 == "build".jlam1-1/+5
2002-09-05If USE_PERL5 is "build", then only set a build dependency on perl.jlam1-1/+5
2002-09-05Add a buildlink2.mk file for the headers and libraries from www/curl.jlam1-0/+19
2002-09-05Make sure it doesn't install in /usr/lib. From PR 17955 by Urban Boquist.augustss2-5/+5
2002-09-05Changes to make amanda* work nicely on Linux:jschauma4-13/+19
- do not depend on gtar; GNU/Linux tar is gtar, obviously - set AMANDA_GROUP as on NetBSD and Darwin
2002-09-05add and enable faad2dillo1-1/+2
2002-09-05initial import of faad 1.1dillo8-0/+119
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
2002-09-05Update wwwoffle to Version 2.7e. From the NEWS file:fredb4-126/+16
Bug Fixes: Correct some invalid HTML in the message files. Fix some memory leaks, free some unfreed memory, check some pointers, close some files. Don't send the extra arguments to POST requests that WWWOFFLE uses internally. Removed segmentation fault potential when password not used in config file. Another fix for the cookie problem. Warn if running as root. Try both IPv6 and IPv4 socket binding (IPv6 may not accept IPv4). Potential bug fix for page corruption. Potential fix for IPv6 configuration on Solaris. New Features: Add an option to have case-insensitive matching for URL-SPEC path and args. Added the option to only fetch images on the same host (automatic fetching). Allow URL-SPECs to contain an '=' sign embedded in them (long time bug fix). The monitor options page now accepts ranges of hours or days (e.g. '1-5n'). [Note: The change to IPv6 binding to not require IPv4-mapped addresses was already present in the package as "patch-ac".] [Note: TODO: Have the package create a user, and let the "rc.d" script run wwwoffle as that user.] Also, reorder ${MASTER_SITES} to comply with the request on the download page, and work around an install target corner case for the benefit of bulk build machines (only applies for hosts on which wwwoffle has never run).
2002-09-05Update to 2.0.1. Lots of new entries, I guess.wiz3-17/+51
Use buildlink2.
2002-09-05add mk locale dirs (for gnome-mime-data)wiz4-4/+20
2002-09-05unusedwiz1-39/+0
2002-09-05Complete move of package from gnome-mime-types to gnome-mime-data.wiz7-277/+2
2002-09-05Reimport from gnome-mime-types to match DISTNAME.wiz6-0/+275
2002-09-05Clarify comment.fredb1-4/+4
2002-09-05We don't need to symlink bin/openssl since we want the one in ${SSLBASE}.jlam1-3/+2
2002-09-05Include "pkgsrc/www/php4/Makefile.php" again, because the package does not buildzuntum1-1/+3
with it. The line seems to have accidentally been removed when linker flags patch went in.
2002-09-05Replace by p5-Audio-CD.wiz4-28/+0
2002-09-05Revert previous change (which wouldn't have worked in all cases) until moreagc1-7/+1
discussion has taken place.
2002-09-05 The SpamAssassin daemon (spamd) must be started with the -dhubertf1-2/+2
flag to really become a daemon, but that flag is missing in the provided rc.d script. Patch by Urban Boquist <urban@boquist.net> in PR 18171
2002-09-05Don't set DISTFILES directly on powerpc; set DISTNAME instead, toschmonz1-2/+2
let the .bin suffix get added as on other platforms.