summaryrefslogtreecommitdiff
path: root/graphics/gimp
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-7/+7
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+6
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-15Need a ./ before ${CONFIGURE_SCRIPT}.mycroft1-2/+2
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-03-13Use "ftp.fu-berlin.de" instead of dead mirror on "infosoc.uni-koeln.de".tron1-2/+2
2000-03-02Only add "-Wl,-E" to "LDFLAGS" on ELF systems because the a.out "ld"tron1-2/+8
doesn't recognize this option.
2000-03-02Fix for i386/ELF by passing -Wl,-E, avoiding the following error initiallyhubertf1-2/+2
reported by Lennart Augusson <lennart@augustsson.net> on tech-pkg: > opus% gimp > Message: Passed serialization test > > /usr/X11R6/lib/gimp/1.1/modules/libcolorsel_gtk.so: Undefined PLT symbol "gim > p_color_selector_register" (reloc type = 7, symnum = 6) > > ** opus% WARNING **: wire_read: unexpected EOF (plug-in crashed?)
2000-02-12remove share/aclocal during deinstall if gimp was the only program in itwiz1-1/+2
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
1999-10-22Use wildcard dependence for "gtk+" package and create a link fortron2-5/+12
"libart.m4" in "${LOCALBASE}/share/aclocal" if "${LOCALBASE}" is not identical with "${X11BASE}". Fixes PR pkg/7649 by Wolfgang Rupprecht.
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+5
1999-07-06Fix check for running X11 required to build this package.tron1-2/+2
1999-05-05Add a C version of pdb_self_doc so that this does not require Emacstv3-31/+226
in order to build with docs.
1999-05-04Due to a variable expansion bug in the "Makefile" the texinfo documenationtron2-5/+11
was neither built nor installed.
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2
1999-04-05Update "gimp" package to version 1.0.4.tron4-23/+23
1999-04-04Update "gimp" package to version 1.0.3 and libtoolize it properly.tron5-60/+50
"gimp" now uses "gtk+" version 1.2.x.
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-02-19Adapt to work together with new gtk10 packagerh2-6/+24
Remove deprecated CONFLICTS with prior versions
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-11-21emacs, not xemacs.mycroft1-2/+2
1998-11-13pkglint: move NOT_FOR_ARCHS out of the way.frueauf1-4/+4
1998-11-07The docs build requires emacs, so make it a build dependency.mycroft1-3/+3
1998-11-071.0.2mycroft4-29/+21
The docs build uses the script-fu plug-in, so do it in the post-install target, after the rest of the package is installed.
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-25Make these packages depend on gtk10, the 1.0 version of the gtk package.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-6/+5
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-20Remove unnecessary "USE_GTEXINFO= yes".tron1-2/+1
1998-06-20Update gimp to version 1.0.0 using changes supplied by Bernd Sieker.tron3-146/+157
Also add dependence for "emacs" package to fix PR pkg/5615.
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-2/+2
1998-05-07Only set "IS_INTERACTIVE= yes" if we are not running under X11.tron1-1/+3
1998-05-07Because "gimp" uses its own binary to create a database it can't be builttron1-1/+8
without running X11. Add "IS_INTERACTIVE= yes" and a check for "$DISPLAY" to handle that properly.
1998-05-05Add missing exec/unexec install-info lines.frueauf1-1/+3