Commit graph

186 commits

Author SHA1 Message Date
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
31d1b3af60 Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.
2001-06-26 16:30:55 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
cc26aaeec2 Mark as USE_BUILDLINK_ONLY. 2001-06-19 03:47:31 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
jlam
1e82408585 Converted to use buildlink.mk files. 2001-06-16 20:02:10 +00:00
jlam
65618f73ac Refer to glib-config as $GLIB_CONFIG in the configure script. 2001-06-16 20:01:23 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
rh
af03ce6561 Update ORBit to 0.5.8. Changes are bugfixes and new features needed by
bonobo-1.0.4 (sorry, no further details are known to me).
2001-05-21 19:59:03 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
rh
9735546c94 Update ORBit to 0.5.7. Changes are bugfixes only. 2001-04-06 21:42:56 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
skrll
cfe2d3edae Make sure the shared version of libwrap is picked up in the configure
script on a.out platforms.

This avoids using a horrible hack that the new libtool doesn't like.
2001-03-13 08:08:33 +00:00
tron
8d63bfb4e2 Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris. 2001-03-10 23:36:22 +00:00
wiz
ce7f49dd1f msgfmt is not enough, we need gettext.m4. Noted by Bob Bernstein
in pkg/12205.
2001-03-02 17:35:14 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
fredb
3106e9c526 Make this build on m68k. 2001-02-07 03:23:08 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
dmcmahill
c4bba400bd add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configure
in some places and misses the -I${LOCALBASE}/include needed for libintl.h

fixes recently noted build problems on 1.5 alpha.
2001-01-23 15:38:27 +00:00
tron
66c752478a Add dependence on "tcp_wrappers" under Solaris to get "libwrap". 2001-01-19 21:39:34 +00:00
tron
ff35005d97 Don't explictly check for the GNU "xgettext". The Solaris one works fine. 2001-01-14 12:19:34 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
rh
eb9ad9a7f3 Update ORBit to 0.5.6. Changes are bugfixes only. 2000-12-31 12:19:45 +00:00
jlam
001b6b3724 Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not
"@dirrm".
2000-12-04 15:40:51 +00:00
itojun
a81a353cc2 uses msgfmt, pull devel/gettext via BUILD_DEPENDS 2000-11-27 10:30:45 +00:00
jdolecek
43aba27401 use USE_LIBINTL instead of explicit dependance on gettext pkg - the package
seem to work ok with gettext/libintl which is in -current tree
2000-11-14 22:43:34 +00:00
jlam
74e80b8723 Update ORBit to 0.5.4. I couldn't find a list of changes from version,
0.5.3 -- only that 0.5.4 is the latest stable version of ORBit.

The pkgsrc-related changes are:

  * Compile and link libpopt statically into ORBit.  This is really a
    small library, and there are more recent versions available if we
    with to add it to pkgsrc.  Also don't install this library.

  * Compile the tcpd-specific code in libIIOP.
2000-10-17 23:48:00 +00:00
dmcmahill
65f9819617 make libIDL install/deinstall cleanly on both ELF and a.out. 2000-09-05 20:48:21 +00:00
wiz
f20c3003fc Update to 0.5.3, provided by Dan Winship. Changes are mainly bugfixes. 2000-08-09 23:09:35 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
jlam
e698a71b1d We depend on gettext-*, so actually find its headers. 2000-07-25 04:50:37 +00:00
wiz
3e28a7e10a fix PLIST for a.out 2000-07-11 13:17:25 +00:00
wiz
44c5d85e8c fix compilation on a.out.
Closes pkg/10559.
2000-07-11 11:23:39 +00:00
tron
5527a5bfb4 Thomas Klausner maintains this package at the moment. 2000-07-10 21:33:32 +00:00
wiz
c55d1544ed Update to 0.5.2. Changes seem to be bugfixes (no ChangeLog available). 2000-07-10 10:52:18 +00:00
jlam
3a0b53e15e Remove unnecessary patches to configure now that we USE_LIBTOOL. 2000-06-20 22:44:07 +00:00
jlam
2902e1bcc8 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-20 22:42:38 +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
drochner
deb7466e73 update to 0.5.1
Sorry, didn't fing a list of changes in the distribution nor on the
website.
2000-05-30 19:13:16 +00:00
agc
40dedc05d4 This package has moved category. 2000-05-12 09:22:46 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
hubertf
67966c715b this wants gettext 1999-12-06 00:47:09 +00:00
tron
5521ad5c99 Repair patch broken my "no fuzz" cleanup. 1999-11-13 23:57:31 +00:00
tron
f6b13a2fb2 New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz. 1999-11-12 08:15:56 +00:00
tron
c4572892a6 Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release. 1999-10-22 23:35:37 +00:00
jlam
cac39361ef Change to depend on gindent-*. 1999-10-01 22:59:38 +00:00
agc
78985436cf Add a do-build target to work around what would appear to be a
compiler error.  I do not have the time, effort, energy or smarts to
fix the compiler.
1999-09-29 09:46:41 +00:00
rh
2e31533cd7 Update dependency to glib-1.2.4 1999-08-28 09:41:07 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00
tron
77ade962cd Update "dependence" on "gindent" package. 1999-08-20 07:22:38 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
c566a0ae72 The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on
"ftp.sunet.se" instead.
1999-06-19 15:19:11 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
tron
413d44a335 Remove kludge to avoid random build failures because it didn't help. 1999-05-02 14:29:16 +00:00
tron
0de53c2fb0 Update dependence for "glib" package to version 1.2.2. 1999-05-02 14:11:40 +00:00
tron
acb5c984f7 Avoid random build failures caused by wrong dependences. 1999-04-27 22:04:16 +00:00
tron
ff16d972b9 Add "-Wl,-R" to linker option list in "orbit-config". 1999-04-27 21:49:04 +00:00
tron
49a26ddbac Update dependence for "glib" package to version 1.2.1. 1999-04-16 19:24:34 +00:00
tron
169c5e07be Enter the next level of the GNOME adventure game:
Update "ORBit" package to version 0.4.3.
1999-04-15 21:33:04 +00:00
garbled
1abf85be4e Fix elf handling in this pkg. (add some missing -lwrap's) 1999-04-14 20:34:38 +00:00
agc
14aeef89ab Make this patch apply cleanly. 1999-04-07 10:45:43 +00:00
tron
0f480e3e33 Update "ORBit" package to version 0.4.2. 1999-04-04 19:20:10 +00:00
agc
6356ec79ad Correct the directory path on the redhat ftp site. 1999-03-22 22:43:41 +00:00
tron
79bc819959 Avoid weird error message during build. 1999-03-11 20:07:57 +00:00
tron
e4e8ec03e0 Update "ORBit" package to version 0.4.0. 1999-03-05 00:25:09 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tron
072c4c594d Depend on version 1.1.12 if "glib" package. 1999-01-16 12:05:09 +00:00
tron
6cc311da8d Update "ORBit" package to version 0.3.90. 1998-12-19 12:31:46 +00:00
tron
b5aaf6bae8 Depend on "glib-1.1.4". 1998-11-21 17:02:16 +00:00
frueauf
4a9b2ad461 Fix some more pkglint nits. 1998-11-12 23:03:39 +00:00
agc
59fadd3829 Move DEPENDS definitions up in the Makefile to keep pkglint happy. 1998-11-12 16:20:33 +00:00
agc
39de8ad010 Upgrade to version 0.3.0 of ORBit (a high-performance CORBA ORB with
support for the C language).
1998-10-05 14:02:06 +00:00
agc
40004a4343 Make this package use GNU indent, which can act as a filter, rather
than NetBSD's indent(1).

As pointed out by Matthias Drochner.
1998-09-04 22:00:45 +00:00
agc
e096b516ca Add HOMEPAGE.
Delete unnecssary USE_GMAKE.
1998-08-21 08:26:24 +00:00
agc
e87fd3d783 Add corba category to the NetBSD packages collection.
Add ORBit 0.2.1, the ORB from the GNOME project, to the NetBSD
packages collection.  This was taken from a submission to the FreeBSD
ports collection by Chia-liang Kao (clkao@CirX.ORG), and patched to
work on NetBSD by myself.
1998-08-20 22:07:24 +00:00