summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz31-52/+62
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23Remove me as maintainer of this package. I did none of the last threetron2-4/+4
updates anyway.
2004-03-23Move inclusion of buildlink3.mk outside of area that's protected fromjlam1-6/+1
multiple inclusion. This is needed to ensure that BUILDLINK_PACKAGES is ordered correctly.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam9-18/+18
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-03-22libwmf developer told me that xwmf is part of libwmfreed1-2/+2
and wmf2x is part of libwmf2 (which we have now). So change the reference. This will close my PR #pkg/22937. The other wording in this DESCRiption is still unclear to me.
2004-03-22regen.wiz1-2/+2
2004-03-22Add back previous patch to libtiff/tif_fax3.c lost in last commit.abs1-2/+11
Flagged by wizd :) - many thanks. Note to self: Running patch on a file twice does tend to make the .orig file less than useful for comparing to the original state...
2004-03-22Update tiff to tiff-3.6.1nb1:abs3-14/+25
Add a patch to fix fax3 tiff handling. Without this hylafax generates completely garbled tiff images unless error correction was disabled: http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
2004-03-22Add a patch that disables optimization for one file; otherwisewiz2-1/+20
an ICE would result with gcc-3.3.x on sparc64. See PR 23124. Patch from jdc@.
2004-03-20Use ${MAKE}, not makebouyer3-9/+32
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix a 'cd exports ; ln -sf include X11' with a - XXX still doesn't build out of the box on solaris, because of issues with the openwin imake config.
2004-03-20Revert the PKGLOCALEDIR change in PLIST, and define USE_PKGLOCALEDIR inbouyer2-10/+11
Makefile. Pointed out by wiz@
2004-03-20Solaris fixes:bouyer3-23/+35
- this package uses msgfmt - locale files are always installed in share/locale - don't depend on libusb on solaris - libsane-pint and libsane-sm3600 are not installed on solaris
2004-03-20Fix build on Linux. From Antonio Marques in PR pkg/24852.snj2-1/+13
2004-03-19Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because itben2-8/+2
was done incorrectly and because it was disruptive to the pkgsrc freeze. Will fix this correctly after the freeze is finished.
2004-03-18Install lib/pkgconfig/libpng12.pc, otherwise "pkgconfig --list-all" willben2-2/+8
fail with an error if imlib2 is installed.
2004-03-18Sync MESSAGE with reality, based on suggestion by Jeremy C. Reedxtraeme1-4/+8
and Michal Pasternak; PR pkg/24582.
2004-03-18Capitalize COMMENT.jmmv1-2/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam32-96/+64
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam2-2/+4
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16BUILDLINK_DEPENDS.<pkg> should be appended to, not set.jlam2-4/+4
2004-03-16Add ruby to CATEGORIES.taca2-4/+4
2004-03-15When building graphics/MesaDemos, Pass the correct rpath flags to thejlam3-6/+6
compiler so that the X11R6 libraries are found at run-time. Bump the PKGREVISION to 1.
2004-03-15Move the definitions of MESA_REQD and _MESA_REQD to Mesa/version.mk andjlam5-56/+57
modify {MesaLib,glu}/{buildlink3,builtin}.mk accordingly. Also add the dependency on {MesaLib,glu}>=${_MESA_REQD} to the builtin.mk files so that we correctly check the built-in Mesa version against the dependency requirements.
2004-03-15Fix pasto: s/gcc/MesaLib/g. No functional change.jlam1-3/+3
2004-03-15Remove false comment after latest buildlink3/builtin changes.jlam1-4/+1
2004-03-15bl3ifyxtraeme1-3/+3
2004-03-14Spelling fix.snj2-2/+2
2004-03-14Revert kghostview Makefile.{am,in} to the -3.2.0 version as the latestmarkd5-7/+720
version produces a kghostview that fails to run on NetBSD and the reason for the change (Debian packaging issues) shouldn't effect us. Bump PKGREVISION.
2004-03-13Bump PKGREVISION after last fix, as pointed out by wiz@.cube1-2/+2
2004-03-13io-ppm uses '%i' with sscanf in order to parse what should always be acube2-1/+24
decimal number, according to the specification. As a result, it fails to correctly parse file created with numbers printed with leading 0. Reported and fix provided in PR 24759 by Enami Tsugutomo.
2004-03-13USE_LANGUAGES= c c++abs1-1/+2
2004-03-12Remove avi-xmms.snj1-2/+1
2004-03-12This package is not very useful and depends on avifile, which does notsnj4-36/+0
build. It'd be nice if someone felt like fixing/upgrading avifile. In any case, say goodbye to avi-xmms. Okayed by maintainer, xtraeme@.
2004-03-12Use bl3 and ${SED} instead of sed.snj1-20/+20
2004-03-12Moved to pkgsrc/graphics/skencil.jmmv5-708/+0
2004-03-12Rename sketch to skencil.jmmv1-2/+2
2004-03-12Reimport sketch as skencil, since the project has changed its name.jmmv5-0/+708
This is version 0.6.16.
2004-03-12Update to 0.6.16:jmmv7-152/+141
* New name: "Skencil". * New look with new icons by Taiabati. * Support for Python 2.3. * WMF export, Updated CGM filters.
2004-03-12Fix build with gcc3 and use bl3.snj3-10/+40
2004-03-12Added buildlink3.mk file. Used by new databases/gramps.reed1-0/+23
2004-03-11bl3ifyjlam2-3/+23
2004-03-10Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.jlam1-4/+4
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam4-28/+1
and by pkgsrc folks.
2004-03-10Split out the code that deals with checking whether the software isjlam8-386/+321
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10File removed, we are now using buildlink3martti2-51/+0
2004-03-10bl3ifyxtraeme2-3/+24
2004-03-10bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.xtraeme2-3/+25
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme2-3/+24
2004-03-10Updated XFce to 4.0.4martti3-6/+8
* Bug fixes * Translation updates