summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-21Needs a C compiler.rillig4-8/+8
2006-07-21USE_LANGUAGES+=crillig1-2/+2
2006-07-21Add missing end quote at end of a echo line.reed1-2/+3
On Solaris this causes an error: sh: syntax error at line 22: `(' unexpected *** [install-all] Error code 2 This should fix PR #32357.
2006-07-21Do not install the Hebrew fonts. If needed they can be installedreed5-39/+40
with another package. This makes it so this package can be installed without X. This is for PR #26848. Note: that some parts of metamail still reference "xterm". Also changed path used in two scripts that reference the now not-installed fonts. (Maybe that will need to be fixed too.) Honor PKGMANDIR. Update PKGREVISION.
2006-07-20update libsigsegv to 2.4perry2-4/+4
update clisp to 2.39
2006-07-20Update to 2.4 -- needed to fix bugs that would otherwise bite clisp.perry2-6/+6
from the NEWS file: New in 2.4: * Support for GCC 4 on more platforms. * Added support for catching stack overflow on NetBSD. * Improved support for catching stack overflow on Linux, Solaris: Works also when /proc is not mounted or lacks read permissions. New in 2.3: * Support for GCC 4 on some platforms contributed by Paolo Bonzini. * Support for MacOS X i386 contributed by Bruno Haible. * Improved support for Woe32 contributed by Doug Currie.
2006-07-20Update to clisp 2.39perry10-58/+36
List of changes from the release notes: 2.39 (2006-07-16) ================= User visible changes -------------------- * SAVEINITMEM now accepts :SCRIPT argument that disables interpreting the first positional argument as the script name; and :DOCUMENTATION argument that is printed by the new -help-image command line option. See <http://clisp.cons.org/impnotes/image.html> and <http://clisp.cons.org/impnotes/clisp.html#opt-help-image> for details. * FFI:UINT64 and FFI:SINT64 are now compatible with C's long long type. * Stack overflow detection and recovery finally work fine on Unix. Libsigsegv is required for this, on all platforms (including MS-Windows). CLISP should neither exit nor crash under infinite recursion. If your distribution has CLISP compiled without libsigsegv, report the missing feature to its maintainer. Note that libsigsegv 2.4 is required, there are bugs in libsigsegv 2.3! * It is now possible to specify the default method-combination of a generic function, to be used when the DEFGENERIC form does not specify the :METHOD-COMBINATION explicitly, through a default initarg specification for the :METHOD-COMBINATION keyword on the generic function class. * Readline completion works with non 1:1 terminal encodings, e.g. UTF-8. * WITH-KEYBOARD works with a Unix tty even when SLIME hijacks *TERMINAL-IO*. * I/O operations on Win32 are now much faster. * New functions: POSIX:FFS, POSIX:PATHCONF. * Infrastructure: + Top-level configure now accepts a new option --with-gmalloc to use the GNU malloc implementation instead of the one supplied by libc. You may need it on older HP-UX and newer OpenBSD systems. See file unix/PLATFORMS for more information. + The value of the environment variable CFLAGS is respected by configure. * Bug fixes: + SOCKET:SOCKET-SERVER :INTERFACE now behaves as documented. + EXT:READ-BYTE-NO-HANG and SOCKET:SOCKET-STATUS used to hang on buffered binary sockets. + Allow DESTRUCTURING-BIND (a . b) with circular and dotted lists. + ADJUST-ARRAY of zero length adjustable string now works. + TIME now reports correct results when the heap grows over 4GB. + RAWSOCK functions now handle :START/:END arguments correctly. + BDB:DBC-GET now accepts :READ-COMMITTED and :READ-UNCOMMITTED. + POSIX:GROUP-INFO and POSIX:USER-INFO now handle errors correctly. * Portability: + Support DragonFly BSD.
2006-07-20Remove Blue .svn dirs to fix PLIST.wiz1-1/+3
2006-07-20Needs perl for a configure test.wiz1-2/+2
2006-07-20Needs fortran.wiz4-16/+20
2006-07-20Convert to use the pkginstall framework for INSTALL/DEINSTALL scripts.jlam2-23/+3
2006-07-20Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only neededjlam15-37/+16
it for plurals support, but that is already handled correctly (FSVO "correctly") by the pkgsrc/mk/tools/msgfmt.sh script. Also remove _USE_GNU_GETTEXT definitions from pkgsrc/mk/platform/*.mk files as that value has been unused by pkgsrc for quite some time (going back several branches).
2006-07-20Does not need gmake (any longer?). Noted by OBATA Akio.wiz1-2/+1
2006-07-20gpaint PKGREVISION bump.wiz1-1/+2
2006-07-20Does not really need GNU gettexxt, nor does it need to bewiz1-4/+2
installed into X11BASE. Bump PKGREVISION.
2006-07-20Note update of abcm2ps.minskim2-3/+3
2006-07-20Update abcm2ps to 4.12.22.minskim3-12/+12
Changes since 4.12.19: Bigger horizontal space for microtonal accidentals. Bad time signature on remaining staves when %%timewarn activayed. Erroneous expansion of multi-measure rests when voice overlay. Treat the decorations of multi-measure rests. Bad broken rhythm ('>', '<') when space ('y') inside. Vertical offset problem when %%multicol at start of ABC file. Sometimes, bad horizontal offset of symbol when at start of line. Bad stem direction or dot/tenuto vertical offset in upper voices after a rest.
2006-07-20Fix a reversed test -- if the user specifies "CC" in the environment,jlam1-2/+2
then he really doesn't want to always use CC=gcc. This has no effect if you were previously setting CC=gcc anyway. Noted by Stuart Shelton.
2006-07-20Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract,rillig1-2/+2
since it is the extract phase where the wrong filenames come from. Now patch-af finds the file to patch, which it didn't before.
2006-07-20Needs intltool, says bulk build.wiz1-2/+2
2006-07-20-edb, update done.wiz1-2/+1
2006-07-20Note edb update and rt-* PKGREVISION bumps.wiz1-1/+4
2006-07-20Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencieswiz3-6/+6
already pull in apache2 by default. Bump PKGREVISION.
2006-07-20Make _show-dbginfo-configure work for packages that don't setjlam1-1/+3
CONFIGURE_ARGS. We guard against an empty CONFIGURE_ARGS to prevent the ODE variable loop from expanding to an empty value.
2006-07-20Update to 1.0.5, changes unknown.wiz3-11/+11
Add dependency on ncurses, because edb uses putwin(). Remove BROKEN_IN.
2006-07-20+ cups-1.2.2, enlightenment-0.16.8.2, rt3-3.6.0.wiz1-3/+4
2006-07-20CONFIGURE_ARGS are processed by an ODE "for" loop, since that preventsrillig1-2/+2
an empty line from being printed when the variable is empty. It also removes the need for special handling of "<".
2006-07-20Remove comments not applicable.minskim1-29/+1
2006-07-20Use an ODE variable loop instead of a make .for loop to output the listjlam1-6/+5
of "TOOL" variables defined by the tools framework.
2006-07-20Added the build-env target.rillig1-4/+18
2006-07-20Add buildlink3.mk.minskim1-0/+47
2006-07-20Add GraphicsMagick.minskim2-2/+4
2006-07-20Import GraphicsMagick from pkgsrc-wip. Packaged by OBATA Akio.minskim4-0/+306
GraphicsMagick(TM) provides a powerful image manipulation and translation utility. It is capable of displaying still images and animations using the X Window system, provides a simple interface for interactively editing images, and is capable of importing selected windows or the entire desktop. GraphicsMagick can read and write over 88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and Photo CD. It can resize, rotate, sharpen, color reduce, or add special effects to the image and save the result to any supported format. GraphicsMagick may be used to create animated or transparent .gifs, create composite images, create thumbnail images, and much, much, more. GraphicsMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use GraphicsMagick code or APIs, you need to install GraphicsMagick-devel as well.
2006-07-20Include the file bsd.pkg.debug.mk if requested by invoking the "debug"rillig1-1/+4
target.
2006-07-20Oops, there had been an RCS tag that should not have been expanded.rillig1-2/+2
2006-07-20Added the "debug" target, which outputs a lot of information helping inrillig1-0/+119
debugging packages that have build problems.
2006-07-20Note PKGREIVISION bump of diffutils.minskim1-1/+2
2006-07-20Enable NLS explicitly. Bump PKGREVISION.minskim2-2/+21
2006-07-20Up to now, the language "c" has always been enabled, no matter if therillig1-5/+9
package said USE_LANGUAGES=#none or USE_LANGUAGES=fortran. Added a c-fail-wrapper that works like the other fail-wrappers. The default value for USE_LANGUAGES is still "c". Some problems are expected with packages that say USE_LANGUAGES+=c++ or with packages containing GNU configure scripts and setting USE_LANGUAGES=c++, as those scripts always need a working C compiler.
2006-07-20This package needs zlib.minskim1-1/+2
2006-07-20Remove gnome-icon-them and startup-notification, since they are notwiz1-3/+1
in the package Makefile. This broke e.g. gnome2-applets.
2006-07-20Don't bother with error messages when attempting to remove the "work"jlam1-2/+2
symlink in the pkgsrc tree in case it's actually a stale work directory. This gets rid of this error: ===> Cleaning for pkg_install-20060701 rm: work: is a directory *** Error code 1 (ignored)
2006-07-20Fix location of install-sh script in the bootstrap work directory.jlam1-2/+2
Problem noted by OBATA Akio on pkgsrc-users@.
2006-07-20I have net/wireshark ready, just confirming some details with <drochner>salo1-2/+2
and <frueauf>.
2006-07-20The package directory path is "PKGPATH", not "PKG_PATH", which is usedjlam1-2/+2
by pkg_add(1).
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam2-15/+5
_REPLACE.* handling from replace-interpreter.mk.
2006-07-20REPLACE_INTERPRETER occurs as part of the configure step, so don't setjlam3-6/+3
NO_CONFIGURE.
2006-07-20verify_file() returns a non-zero result whenever the distfile does notjoerg1-3/+1
currently exist. This triggers a bug in the Bourne shell of at least DragonFly and Irix, when set -e is also active. Remove set -e to avoid this. Discussed with jlam@, shown by DragonFly bulk builds, complains on DragonFly's user list and PR 34036. A test case for this shell bug is, which should return 0: set -e testf () { test -f /nonexistent || return 1 return 0 } if testf; then exit 1 fi exit 0
2006-07-20Remove ${SED} check that no longer works.jlam1-19/+1
2006-07-20Needs perl.joerg1-2/+2