Commit graph

72 commits

Author SHA1 Message Date
tron
0449308d6f Don't attempt to remove directories in "share/locale" which are used
by many package.
2001-01-01 23:52:01 +00:00
tron
c293970b22 Ignore errors while attempting to remove "share/aclocal" during
deinstallation.
2001-01-01 23:49:54 +00:00
dogcow
1b0ae4f054 Add patch (from cvs gimp 1.2 branch) to have gimp not leak fd's all
over the place when loading patterns during startup (which prevented
plugins from loading)

This will be fixed in gimp 1.2.1.
2000-12-31 05:26:50 +00:00
tron
5440c4b68e Add missing depende on "gnome-libs" package. 2000-12-28 15:46:26 +00:00
hubertf
29e1f3f030 Build gimp-extra-data after gimp was installed. It wants gimptool installed. 2000-12-27 17:28:40 +00:00
hubertf
65e9913268 Add a few missing @dirrm's 2000-12-27 16:20:19 +00:00
hubertf
b2fa279cf8 Update to 1.2.0. Changes: many bugfixes, new plugins, etc. 2000-12-26 18:25:32 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
1c5a60de44 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-15 23:13:59 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
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-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
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-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
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-11 14:53:35 +00:00
agc
e05e4735dd Hardcoding X11PREFIX into package Makefiles forces the user to install
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-07-10 10:40:39 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
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-30 10:04:46 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
mycroft
261bfc0ff7 Need a ./ before ${CONFIGURE_SCRIPT}. 2000-04-15 20:47:35 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
b7480962ed Use "ftp.fu-berlin.de" instead of dead mirror on "infosoc.uni-koeln.de". 2000-03-13 14:32:16 +00:00
tron
04614a1838 Only add "-Wl,-E" to "LDFLAGS" on ELF systems because the a.out "ld"
doesn't recognize this option.
2000-03-02 09:39:04 +00:00
hubertf
45094ad92d Fix for i386/ELF by passing -Wl,-E, avoiding the following error initially
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-03-02 02:12:06 +00:00
wiz
24a3836584 remove share/aclocal during deinstall if gimp was the only program in it 2000-02-12 03:27:37 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
887dfa1b4e Use wildcard dependence for "png" package. 2000-02-09 15:22:26 +00:00
tron
7119e66e3d Use wildcard dependence for "gtk+" package and create a link for
"libart.m4" in "${LOCALBASE}/share/aclocal" if "${LOCALBASE}" is not
identical with "${X11BASE}". Fixes PR pkg/7649 by Wolfgang Rupprecht.
1999-10-22 23:57:52 +00:00
jlam
d043b6411c Change to use wildcard dependency on tiff. 1999-10-08 21:12:47 +00:00
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
99ce3058f5 Fix check for running X11 required to build this package. 1999-07-06 21:52:54 +00:00
tv
a586d39382 Add a C version of pdb_self_doc so that this does not require Emacs
in order to build with docs.
1999-05-05 21:01:46 +00:00
tron
cf227db6dd Due to a variable expansion bug in the "Makefile" the texinfo documenation
was neither built nor installed.
1999-05-04 22:47:21 +00:00
tron
4c1a6ff88f Update dependence for "gtk+" package to version 1.2.2. 1999-05-02 14:35:56 +00:00
tron
13bccdbb65 Update dependence for "gtk+" package to version 1.2.1. 1999-04-16 20:16:40 +00:00
tron
33aec05e1e Update "gimp" package to version 1.0.4. 1999-04-05 23:28:29 +00:00
tron
25422953ee Update "gimp" package to version 1.0.3 and libtoolize it properly.
"gimp" now uses "gtk+" version 1.2.x.
1999-04-04 14:42:19 +00:00
tron
7666d62a02 Update dependence for "png" package. 1999-03-04 14:59:23 +00:00
rh
cadf4e6be1 Adapt to work together with new gtk10 package
Remove deprecated CONFLICTS with prior versions
1999-02-19 14:25:30 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
mycroft
2e13489ebb emacs, not xemacs. 1998-11-21 15:56:39 +00:00
frueauf
75b7177495 pkglint: move NOT_FOR_ARCHS out of the way. 1998-11-13 00:54:10 +00:00
mycroft
d35cc83aa4 The docs build requires emacs, so make it a build dependency. 1998-11-07 17:29:54 +00:00
mycroft
2b111ae232 1.0.2
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-11-07 17:21:29 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
agc
747e0c2903 Make these packages depend on gtk10, the 1.0 version of the gtk package. 1998-08-25 11:06:52 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
54ceb4bc86 Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(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-15 11:45:49 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00