summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-24Use the tools framework to pull in dependency on bash.minskim1-6/+6
Bump PKGREVISION due to dependency change on platforms with native bash.
2005-06-24Preserve "!" in shebang lines.minskim1-3/+3
Bump PKGREVISION.
2005-06-24OpenRM has this *totally sweet* mechanism where it uses a csh scriptjlam1-2/+2
to call a perl script that also runs system commands in order to generate the HTML documentation. Add USE_TOOLS+=csh to the package Makefile.
2005-06-24Regen patch checksums.jlam1-2/+2
2005-06-23Update ruby18-RMagick package to 1.8.3, provided by PR pkg/30557taca2-7/+7
from OBATA Akio. Changes: o Tested with ImageMagick 6.2.3-2 o Added comment=, delay=, dispose=, fill=, gravity=, and label= attributes to Image::Info
2005-06-23* Libtoolize graphics/OpenRM so that we correctly build shared librariesjlam14-92/+200
on all platforms supported by libtool. * Remove the unnecessary dependencies on glut and perl, and only use perl as a build dependency. * Use REPLACE_PERL instead of hand-crafted substitution code. Bump the PKGREVISION for graphics/OpenRM to 2. Due to the changed dependency graph, bump the PKGREVISION for packages that use the OpenRM libraries. In this case, games/genecys-client is the only one, so bump its PKGREVISION to 2.
2005-06-22* Ensure NETCDF is defined properly during the build. As part of thisjlam16-121/+92
change, remove some unnecessary changes to the configure script and makefiles that caused @NETCDF@ to be substituted since the existing mechanism (simply set NETCDFHOME in the environment) is more than sufficient. * Remove some unnecessary changes to the configure script and makefiles to cause @LIBTOOL@ to be substituted. We can simply pass in the right value via MAKE_ENV instead of hardcoding the value. * Fix a place where we weren't calling the compiler correctly, which broke the build of certain programs that should be installed and which were already listed in the PLIST. * Add --mode=MODE tags in the appropriate places to suppress the warnings from libtool that were cluttering the build log. Commit approved during the deep freeze by <agc>.
2005-06-22libtiffxx needs to be linked against the C++ runtime libraries libCrungrant1-1/+7
and libCstd when building with sunpro. ok'd by jlam@
2005-06-20Fix pkgsrc path to bash (not old bash2).wiz1-2/+2
2005-06-20Fix variable names to start with "BUILTIN_FILES_" as expected by thejlam1-3/+3
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.
2005-06-19Update to 2.4.veego3-24/+31
NetBSD changes: - Use the 'makefile' from the program to build it. - Updated DESCR - Should fix PR pkg/29798 by updating to 2.4 (test image is no longer available) Changes from previous version: Jan 14 2005 Display GPS info if included in image Feb 27 2004 Fix some time reference confusion bugs relating to -ta option May 29 2005 Added -da option for easier adjusting of date/time by large amounts. -------Released version 2.4 -- May 2005 ---------- Jun 06 2005 Fix -da option -------Released version 2.4-1 -- Jun 09 2005 -------- Jun 10 2005 Removed some debug printf I accidentally left in!
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-3/+4
Bump PKGREVISION.
2005-06-19Make this package build on NetBSD 1.6:kristerw3-2/+21
* Fix C99-isms * Remove -Werror
2005-06-18Fix a cut-and-paste error that prevented compilation on NetBSD 1.6.kristerw2-1/+29
2005-06-17Fix the path to perl embedded in scripts due to new tools framework.jlam1-2/+3
Bump PKGREVISION to 7.
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-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam3-7/+7
${PREFIX}.
2005-06-17Fix typo.jlam1-2/+2
2005-06-16Create directories before installing files into them.jlam35-35/+92
2005-06-14Apply fixes derived from the HEAD branch of X.Org (6.8.99) to addressjlam20-141/+1778
problems noted in CAN-2004-0914: Multiple vulnerabilities in libXpm for 6.8.1 and earlier, as used in XFree86 and other packages, include (1) multiple integer overflows, (2) out-of-bounds memory accesses, (3) directory traversal, (4) shell metacharacter, (5) endless loops, and (6) memory leaks, which could allow remote attackers to obtain sensitive information, cause a denial of service (application crash), or execute arbitary code via a certain XPM image file. Bump PKGREVISION to 4. Since this is a security-related fix, also bump the BUILDLINK_RECOMMENDED version for this package.
2005-06-14Makefile cleanup to close PR#30492adam1-5/+2
2005-06-14- Update to 1.18adrianp4-46/+125
- Grab maintainership - Update homepage - Make pkglint happy - Highlights include: Add better check that GD is really installed Guide lines for pie plots Add Cleanup() method to delete all allocated objects within the graph. Add new date scale for X-axis Add Interlaced PNG feature - See the following for more details: http://www.aditus.nu/jpgraph/changes.php?v=5 http://www.aditus.nu/jpgraph/changes.php?v=7
2005-06-13Fix two C99-isms to make this package compile with gcc 2.95.kristerw2-1/+34
2005-06-12Update ruby-imlib2 pacakge to 0.5.2 provided by pkg PR/30498 fromtaca2-6/+6
OBATA Akio. * Sat Jun 11 05:10:05 2005, pabs <pabs@pablotron.org> * imlib2.c: fix Image#draw_text brokenness * imlib2.c: check buffer size in Image#put_data (Fixes: #32) * imlib2.c: increment version to 0.5.2 * README: ditto * imlib2.gemspec: ditto * AUTHORS: update tilman's entry * Sat Jun 11 05:34:58 2005, pabs <pabs@pablotron.org> * releasing 0.5.2
2005-06-12Update ruby-RMagick package to 1.8.2 provided by PR pkg/30497.taca2-7/+7
o Fix bug #1983, potential buffer overflow in version_constants o Added feature #2015, support the pointsize, authenticate, and sampling_factor attributes in Image::Info
2005-06-12Several of the netpbm shell scripts use bashisms, so force using bashjlam1-3/+20
for all of the shell scripts. Bump the PKGREVISION to 1. This fixes PR pkg/23636.
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz1-4/+5
PKG_SUPPORTED_OPTIONS on i386.
2005-06-10Slightly different solution to previous:wiz1-4/+3
just ignore mmx pkg_option if set on non-i386.
2005-06-10Wrap complete options part in ifdef i386,wiz1-4/+3
since there is only one option and that only on i386. Fixes bulk build problem.
2005-06-07NetBSD 2.0 and above pthread doesn't have pthread_set_concurrency. Ifdefgarbled2-1/+15
out for NetBSD.
2005-06-07Depend on the bug-fixed version of gd.minskim1-2/+2
2005-06-07Make the glut library link against required libraries. Bumpminskim3-8/+8
PKGREVISION of glut.
2005-06-07Make the GLU library link against libGL. Bump PKGREVISION of glu.minskim3-7/+9
2005-06-06Do not define a variable in a header file; move the definition into .cminskim4-2/+297
and leave the declraration only. This fixes the graphviz build problem reported by Adrian Portelli in PR pkg/28596. Bump PKGREVISION.
2005-06-05This package requires gd>=2.0.33.minskim1-1/+3
2005-06-05Link against required libraries explicitly, so that dependency_libs inminskim4-14/+20
.la files is set correctly. Bump PKGREVISION.
2005-06-04Move swfdec and swfdec-gtk2 from graphics to multimedia.jmmv14-223/+1
Suggested by wiz@.
2005-06-04Use ${ECHO} instead of echo.wiz1-2/+2
2005-06-04Fix a typo.wiz1-1/+1
2005-06-03Coalesce the common makefile code in the builtin.mk file that inspectjlam8-100/+16
the X11 distribution using imake into mk/buildlink3/imake-check.mk. imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check that generates the required Imakefiles and runs imake. Remove the now extraneous builtin-imake.mk files as the builtin.mk files can now contain the name of the imake symbol to check.
2005-06-03Only check for the existence of the first word of ${IMAKE} since it mayjlam4-8/+12
contain a command plus arguments. We use the standard idiom to extract the first word of a list stored in a make variable: VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//} XXX This can be replaced with a more succinct use of variable modifiers XXX when we update the bootstrap bmake to match the latest NetBSD make XXX sources, i.e.: XXX XXX VAR_CMD= ${VAR:[1]}
2005-06-03Don't require a read-write pkgsrc tree when invoking imake. We avoidjlam4-8/+16
this requirement by using TMPDIR as the read-write location demanded by using imake.
2005-06-02only use the first word of ${IMAKE} to check whether the executable exists.dillo1-2/+2
XXX: this is a hack, but otherwise the builtin xpm is not recognized on NetBSD.
2005-06-02Fix building on DragonFly; courtesy of Joerg Sonnenbergeradam2-4/+13
2005-06-02Convert to options framework. Quite easy, since all options arewiz2-40/+41
currently not supported :]
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam6-28/+20
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Include bsd.prefs.mk to define OPSYS.jlam1-1/+3
2005-06-01Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake.jlam4-8/+8
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam106-445/+518
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.