Commit graph

124 commits

Author SHA1 Message Date
tron
27c86ad828 Update "gtk+" package to version 1.1.1. 1998-08-20 22:16:38 +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
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
a75a2272cd Update to use USE_LIBTOOL. 1998-07-24 01:56:59 +00:00
tv
c1f3bd4d47 PR 5799: ${PREFIX} -> ${LOCALBASE}, "part 2" 1998-07-19 21:21:20 +00:00
tv
30a330bf5a For X11 pkgs, libtool must be searched for in ${LOCALBASE}. Noticed by
Jochen Pohl in PR #5799.
1998-07-19 20:57:47 +00:00
tv
7bccc76110 - Adapt to use pkg version of libtool instead of its own private copy.
- Use INSTALL_{PROGRAM,DATA,SCRIPT} from the pkg system in the makefiles
  instead of hacking around the INSTALL= breakage in configure.
- Change @dirrm share/aclocal to a "try to delete aclocal directory" via
  @unexec rmdir || true - more than one pkg uses the aclocal dir.
1998-07-18 23:14:27 +00:00
tron
3cb12407f0 Install "glibconfig.h" in "${PREFIX}/include" so that "gtk+" applications
can find it, fixes PR pkg/5728 by Perry E. Metzger.
1998-07-15 21:31:20 +00:00
agc
8800f4da8b Use automatic shared object handling 1998-07-15 12:51:36 +00:00
tron
dbce0a78ca No need to process "PLIST" with "sed", let "install-info" create
"${X11BASE}/info/dir" for us.
1998-06-20 23:17:31 +00:00
tron
e5bdc239b0 Fix thinko: even with automatic info file handling "PLIST" executing
"install-info" entries are required.
1998-06-20 23:14:37 +00:00
tron
4df0565740 Use automatic info file handling. 1998-06-20 22:19:54 +00:00
tron
3c032f9b3a Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker. 1998-06-20 21:54:59 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
e19e0f9554 Update to "gtk+-1.0.0" using changes supplied by Bernd Sieker. 1998-04-14 23:15:59 +00:00
frueauf
40840ba5cb portlint: pkg->${PKGDIR}. 1998-03-10 16:33:33 +00:00
tron
74ebd22a0d Fix warning when using "pkg_add". 1998-02-24 20:53:13 +00:00
agc
81f439571d Well, it's a long story...
The gimp package has strange compilation errors for me.  This can be
traced back to the fact that HAVE_FLOAT_H and HAVE_LIMITS_H are
undefined in $X11BASE/include/glibconst.h, which is included by
$X11BASE/include/glib.h.  glibconst.h is automatically generated using
a configure script produced by GNU autoconf, when configuring the gtk
package.  This script was setting CPP to /lib/cpp, because "cc -E
-qlanglvl=ansi" produced a warning on stderr when trying to find out
how to call the ANSI compiler.  And because /lib/cpp doesn't exist,
the programs which were passed through it to expand #include
<limits.h> or #include <float.h> failed, so configure assumed that
they weren't present.
1998-02-13 15:38:12 +00:00
agc
af265b888e Add a pre-install stage to create an ${X11BASE}/info/dir, if it doesn't
already exist, so that info files will work properly with this package.

Pre-process the PLIST file, so that ${LOCALBASE} is expanded properly
- this is needed to create the info dir file in ${X11BASE} for binary
packages.
1998-02-13 11:49:27 +00:00
tron
a937ce57e3 Fix installation and deinstallation of the included info documents. 1998-02-12 23:24:51 +00:00
tron
4e6c7bd918 No need to use "gmake", our "make" works fine. 1998-02-05 09:45:32 +00:00
tron
1c71c214f3 Initial import of gtk+-0.99.3 package made by Bernd Sieker. 1998-02-03 10:07:45 +00:00