Commit graph

5028 commits

Author SHA1 Message Date
jlam
f705b2b3cc Apply fixes derived from the HEAD branch of X.Org (6.8.99) to address
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-14 18:10:37 +00:00
adam
7deb88ff57 Makefile cleanup to close PR#30492 2005-06-14 15:44:14 +00:00
adrianp
1f80f1a726 - Update to 1.18
- 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-14 11:25:09 +00:00
kristerw
710157ec81 Fix two C99-isms to make this package compile with gcc 2.95. 2005-06-13 22:42:01 +00:00
taca
23bfa7ce7e Update ruby-imlib2 pacakge to 0.5.2 provided by pkg PR/30498 from
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-12 14:57:51 +00:00
taca
e3884796f0 Update ruby-RMagick package to 1.8.2 provided by PR pkg/30497.
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-12 14:49:03 +00:00
jlam
829dde9e0d Several of the netpbm shell scripts use bashisms, so force using bash
for all of the shell scripts.  Bump the PKGREVISION to 1.  This fixes
PR pkg/23636.
2005-06-12 06:37:32 +00:00
wiz
b26abba031 Now that bsd.options.mk has been changed, only add mmx to PKG_SUPPORTED_OPTIONS on i386. 2005-06-11 16:53:18 +00:00
wiz
6ac47b68a4 Slightly different solution to previous:
just ignore mmx pkg_option if set on non-i386.
2005-06-10 18:20:06 +00:00
wiz
e4be7e4aa1 Wrap complete options part in ifdef i386,
since there is only one option and that only on i386.
Fixes bulk build problem.
2005-06-10 18:14:23 +00:00
garbled
6f31a4caed NetBSD 2.0 and above pthread doesn't have pthread_set_concurrency. Ifdef
out for NetBSD.
2005-06-07 16:21:41 +00:00
minskim
f2f919ba32 Depend on the bug-fixed version of gd. 2005-06-07 16:07:14 +00:00
minskim
8d6135e7d6 Make the glut library link against required libraries. Bump
PKGREVISION of glut.
2005-06-07 14:31:48 +00:00
minskim
9c4c643d9b Make the GLU library link against libGL. Bump PKGREVISION of glu. 2005-06-07 14:21:42 +00:00
minskim
0cd8a5468b Do not define a variable in a header file; move the definition into .c
and leave the declraration only.  This fixes the graphviz build
problem reported by Adrian Portelli in PR pkg/28596.

Bump PKGREVISION.
2005-06-06 18:38:08 +00:00
minskim
4226926c6c This package requires gd>=2.0.33. 2005-06-05 22:29:07 +00:00
minskim
c168700413 Link against required libraries explicitly, so that dependency_libs in
.la files is set correctly.

Bump PKGREVISION.
2005-06-05 15:39:06 +00:00
jmmv
cfa06d5e52 Move swfdec and swfdec-gtk2 from graphics to multimedia.
Suggested by wiz@.
2005-06-04 10:41:41 +00:00
wiz
ddb2f4ea85 Use ${ECHO} instead of echo. 2005-06-04 00:21:05 +00:00
wiz
9b4579d6cf Fix a typo. 2005-06-04 00:15:28 +00:00
jlam
08c60ab83d Coalesce the common makefile code in the builtin.mk file that inspect
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-03 19:12:49 +00:00
jlam
c85165ac07 Only check for the existence of the first word of ${IMAKE} since it may
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-03 17:02:36 +00:00
jlam
88aeda0672 Don't require a read-write pkgsrc tree when invoking imake. We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
2005-06-03 16:03:09 +00:00
dillo
065dda4314 only use the first word of ${IMAKE} to check whether the executable exists.
XXX: this is a hack, but otherwise the builtin xpm is not recognized on NetBSD.
2005-06-02 22:48:18 +00:00
adam
c968fdaf4e Fix building on DragonFly; courtesy of Joerg Sonnenberger 2005-06-02 15:03:39 +00:00
wiz
988998702a Convert to options framework. Quite easy, since all options are
currently not supported :]
2005-06-02 14:14:43 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
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-01 20:07:59 +00:00
jlam
d92c5003fc Include bsd.prefs.mk to define OPSYS. 2005-06-01 19:31:17 +00:00
jlam
7debfabe11 Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake. 2005-06-01 18:33:02 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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.
2005-06-01 18:02:37 +00:00
taca
39bae7c525 Update ruby18-imlib2 package to 0.5.1 applying patch
provided with PR pkg/30372.


* Sun May 29 03:12:41 2005, pabs <pabs@pablotron.org>
  * imlib2.c: apply patch from OBATA Akio <obata@lins.jp> to fix
	      im_struct memory leak (Fixes: [10])
  * imlib2.c: add filename to exception description (Fixes: [11])

* Sun May 29 18:02:37 2005, pabs <pabs@pablotron.org>
  * imlib2.c: add Imlib2::Image#delete! (Fixes: [12])

* Sun May 29 18:23:41 2005, pabs <pabs@pablotron.org>
  * imlib2.c: increment version to 0.5.1
  * imlib2.gemspec: ditto
  * README: ditto
  * AUTHORS: updates

* Sun May 29 18:35:45 2005, pabs <pabs@pablotron.org>
  * README: added "Reporting Bugs" section

* Sun May 29 18:37:51 2005, pabs <pabs@pablotron.org>
  * releasing 0.5.1
2005-06-01 03:36:47 +00:00
rillig
5296c23ad8 Changed $f to ${f}. 2005-05-31 22:45:58 +00:00
rillig
fce12d6c79 Changed $s to ${s}. 2005-05-31 22:45:28 +00:00
wiz
10aa7184ae Convert to options framework. 2005-05-31 22:26:10 +00:00
wiz
0a6786cb3d Convert to options framework. 2005-05-31 21:35:13 +00:00
drochner
3e813bd0e0 update to 0.80
this has been massively extended (since 0.32), too much to list here
2005-05-31 18:09:13 +00:00
markd
954051b2f0 Update to KDE 3.4.1
Changes:
* kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8
* kpdf: Show context menu when in FullScreen even if no document is open
* kpdf: Do not leak memory when reloading a document
* kpdf: Fix mouse wheel rotation in presentation mode
* kpdf: Do not assume only there's only a ObjectRect in a given point
* kpdf: Fix properties dialog when there are very large texts
* kpdf: Compile when Xft2 headers are in a non-standard path
* kpdf: Make Page Up and Page Down work on presentation mode
* kpdf: Ask when overwriting files
* kpdf: Solaris compile fix
* kpdf: Do not move to top of the page when reloading the document
* kpdf: Add another path where to look for ghostscript fonts
* kpdf: Workaround weakness in gnome handling of desktop files
* kpdf: Don't assume Encoding array of Type1 fonts end in "foo def"
* kpdf: Fix text copying on some documents
* kpdf: Parse Light and Condensed in font name
* kpdf: Fix the allocation size of libgoo on 64bit architectures
* kpdf: Fix problems with non-standard styles
* kpdf: Fix disabled icons
* ksnapshot: Rescale screenshot preview when resizing window
2005-05-31 15:01:31 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
taca
b81267aa6f Update ruby-RMagick package to 1.8.1.
o Fix bugs #1876, #1888, #1919
o Added feature #1941, RVG's polyline, polygon accept array arguments
o Numerous fixes to the RVG documentation

Fixes PR pkg/30313 provided by Akio Obata.
2005-05-28 03:01:20 +00:00
jschauma
2cb7e9b52b don't return a value in a void function, just return.
This fixes the build for IRIX MIPSPro compilers, that actually bail out
on this condition with an error.
2005-05-27 14:20:36 +00:00
salo
f1900090e8 Bump BUILDLINK_RECOMMENDED after latest update with security fixes. (hi adam!) 2005-05-26 13:37:32 +00:00
markd
423dabd125 Make work with python2.4. Bump PKGREVISION. 2005-05-26 02:52:47 +00:00
seb
450fc954cf Fix PLIST: remove extraneous files and add a couple of commented
@dirrm.
2005-05-25 21:19:48 +00:00
wiz
d6813b3e0a Add RMD160 checksum. 2005-05-25 12:25:54 +00:00
adam
fda3be0bb1 Changes 6.2.3.0:
* Bug fixes
2005-05-25 10:32:33 +00:00
wiz
51e8e77402 Fix PLIST (remove non-existing locale file. 2005-05-24 23:52:02 +00:00
adam
20150fe025 Changes 10.26.9:
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)
2005-05-24 07:53:54 +00:00
adam
611bac810d Changes 2.7.7:
* Fixes and enhancements
2005-05-23 11:37:22 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
adam
c7051d3949 PLIST update to fix @dirrm conflict with gimp-docs 2005-05-23 08:25:29 +00:00