Commit graph

148 commits

Author SHA1 Message Date
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
63e43cdb9f Remove workaround for broken glib.h; buildlink2.mk already depends on a fixed version. 2003-05-02 13:18:53 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
salo
f646a07b7d Make the last fix conditional, fix typo, delint. Bump PKGREVISION. 2003-03-04 19:53:26 +00:00
nathanw
f89dcbad53 Pre-set the value of the configure test glib_cv_rtldglobal_broken to
avoid running the test. The test, which calls dlopen("libpthread.so"),
fails on NetBSD for reasons unrelated to what it is trying to detect,
glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work.

This method of fooling configure suggested by Ron Roskens on tech-pkg.

Addresses PR pkg/20050 ("galeon fails to load at run-time").
2003-03-04 19:23:17 +00:00
jmmv
8da1b29f2e The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
2003-01-02 22:44:43 +00:00
grant
6d4b10ad12 update MASTER_SITES. 2002-12-19 13:07:42 +00:00
jlam
9add2b20d9 gtk/buildlink.mk was the last user of glib/buildlink.mk. 2002-11-14 21:56:47 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
e50cfaebb6 Still one user (dylan-*). 2002-10-13 14:45:07 +00:00
wiz
379590f98f Unused. 2002-10-13 12:18:11 +00:00
jlam
7f807c58d6 USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does. 2002-09-10 19:44:48 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
mycroft
602494a0d8 Get the path right... 2002-07-19 03:48:14 +00:00
mycroft
ddd6759b83 Fix LP64 bugs in testgthread, so `make check' works. 2002-07-19 03:47:00 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
wiz
bb877a5d47 Use ${GREP}, and update message. 2002-06-12 00:48:20 +00:00
zuntum
c60351c841 Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org> 2002-05-18 22:46:47 +00:00
wiz
87267ac0e2 Bump to 1.2.10nb1 to have a version that definitely does not have the
NULL problem. Better very late than never.
2002-05-07 08:19:26 +00:00
jlam
7d41b4b33a Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Also
change "true" to "${TRUE}".
2002-03-26 10:48:22 +00:00
dmcmahill
a5b4fa4079 add a test target to run the packages self checks. 2002-03-21 12:20:29 +00:00
dmcmahill
16b76b18f5 don't always @dirrm include/glib since glib2 headers might be in there too.
also only buildlink the headers associated with this version of glib instead
of all versions.  These 2 changes are in preparation for glib2.
2002-03-19 00:37:38 +00:00
wiz
9a06453904 Add a workaround for broken 1.2.10 installations [see pkg/14150].
Improved by some comments by tron.
2002-03-18 15:48:19 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
jlam
6d975210fd Use pthread.buildlink.mk instead of pth/buildlink.mk. 2001-12-31 22:25:19 +00:00
jlam
079ded950c Don't bother with mv/sed/rm as sed/mv is good enough. Also a few cosmetic
changes.
2001-12-26 08:32:42 +00:00
jlam
48fd458bac Convert to use pthread.buildlink.mk. This package is a simple example of
how to use pthread.buildlink.mk.
2001-12-24 19:38:07 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
tron
a7b76a857c Use "/usr/include/sys/null.h" if it exists instead of defining "NULL"
manually. Fixes PR pkg/14150 by Martin Husemann.
2001-10-06 17:52:21 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +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
dogcow
0727f70109 fix typo: should be BUILDLINK_FILES.glib+= include/glib/*.h, not =. 2001-07-13 23:23:39 +00:00
jlam
0ff2b22b74 Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Should
fix pkg/13409.
2001-07-13 05:42:04 +00:00
tron
b58c9ba2b4 Include "bsd.prefs.mk" before checking the operating system. Problem
pointed out by Johnny C. Lam in private e-mail.
2001-07-08 08:52:53 +00:00
tron
7ce0890b1f Don't include buildlink for "pth" package under Solaris because we use the
native threat implementation there.
2001-07-07 14:28:36 +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
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
13cfc78832 Fix typo. 2001-06-22 02:49:11 +00:00
jlam
ca2869ea13 Fix glibconfig.h to define the correct glib version number as well. 2001-06-19 06:48:50 +00:00
jlam
1949b3f4d9 Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME may
have an nbX suffix that we don't want.
2001-06-19 06:04:41 +00:00
jlam
ed39c90f71 Make sure that installed files announce the correct version number for
the installed package.  We patch the version info in the configure scripts
to deal with shared library versioning, but we don't want those version
numbers to leak into installed files.  Fixes 1st part of pkg/12146 by
Dan Winship <danw@ximian.com>.
2001-06-19 06:03:25 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
3a1f2b6aa2 Add comment on why we depend on pth. 2001-06-18 20:33:09 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
jlam
a893700685 Use devel/pth/buildlink to get dependency, CPPFLAGS, and LDFLAGS for pth. 2001-06-15 07:59:32 +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
tron
2cbd51587a Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirror
sites which gives us a German mirror site again.
2001-04-27 11:46:34 +00:00
rh
c4de8865e8 Update glib to 1.2.10. Changes are minor bugfixes only. 2001-04-26 17:38:28 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
tron
761487d279 Use MD5 checksum until the problem with "digest" on Solaris has been fixed. 2001-03-10 14:55:37 +00:00
tron
189e2efeaf Fix patch sums. 2001-03-10 14:46:59 +00:00
tron
7ba5441067 Correct SHA1 checksum. 2001-03-10 14:19:55 +00:00
drochner
be5f505fe6 update to 1.2.9.
Overview of Changes in GLib 1.2.9:

* Move include files into a glib-1-2/ subdir to support parallel
  installation with GLib-2.0. If you are installing from source
  on top of a previous version, you should to remove $(includedir)/glib.h
  $(includedir)/module.h manually before installing the new version.
* Fix warnings about varargs macros with recent GCC versions
* Miscellaneous important bug fixes
  (g_strncasecmp, some g_printf_string_upper_bound fixes)
* Addition of .pc files
2001-03-10 10:48:08 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
tron
da602c8b94 "glib" supports Solaris's threading library so that we don't need "pth". 2001-01-13 09:42:45 +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
wiz
7845ad2e17 Use USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-06-05 00:54:47 +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
rh
88baaaeb7b Update glib to 1.2.8. Overview of changes:
* GArray zero initialization bug fixed
 * Fix for upper bound calculation of formatted strings
 * Improved GCC detection
 * AIX dynamic modules fix to retrive symbols from shared libraries
   for the main program.
 * Miscellaneous other minor bug fixes
2000-05-26 05:37:00 +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
wiz
176c19ffd6 silence pkglint 2000-03-16 12:17:21 +00:00
tron
c6962e9d82 Update "glib" package to version 1.2.7 and enable thread support using the
"pth" package. Changes since version 1.2.6:
- gstring.c: changed g_str_hash() to a 31 bit version based on
  a submission by Karl Nelson and hand optimized ad absurdum by
  various people ;)
- gmain.c: removed spurious non-commented #endif suffix
- gtimer.c (g_timer_elapsed): Never report negative times -
  clip times to 0.
- gmain.c (g_timeout_prepare): Guard against unexpected
  clock shifts by never setting a timeout of more than
  data->interval msecs.
      - gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
        refetch the current time after invocation of poll() to cover up for
        the time spent in that function call.
      - gstrfuncs.c (g_strtod): correctly fetch the current locale,
        fix from owen.
- configure.in: Make the test for getpwuid_r work on newer AIX
  versions, too. Still works on Solaris and Linux. Patch from Craig
  Rodrigues <rodrigc@mediaone.net>.
- glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2.
- gcache.c (g_cache_remove): Test if node is NULL.
  If not tested, GIMP's script-fu will crash.
- gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
  destroy() notification here as well.
- gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
  is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
2000-03-12 22:24:05 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
ed7208fe1a Update "glib" package to version 1.2.6 included in GNOME 1.0.53 release. 1999-10-22 23:34:22 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
rh
d3c06baafb Fix shared library version numbers as pointed out in private mail by
Johnny C. Lam, thanks!
1999-08-28 22:51:31 +00:00
rh
f3da992da0 Update glib to 1.2.4
Changes are mostly bug and portability fixes.
1999-08-28 09:34:45 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
05af7a4b2e List me as the maintainer of the "glib" package. 1999-05-02 16:04:37 +00:00
tron
23cf13f1d6 Update "glib" package to version 1.2.2. 1999-05-02 14:05:55 +00:00
tron
2627c24001 Use "-O0" under NetBSD-arm32 until egcs gets fixed. 1999-05-01 12:22:46 +00:00
tron
32fde6f2b2 Add "-Wl,-R" to linker option list in "glib-config". 1999-04-27 21:05:04 +00:00
tron
3a6ffc6278 Update "glib" package to version 1.2.1. 1999-04-16 19:18:54 +00:00
tron
bb3e97c8f6 Don't automatically prefix "../" to the INSTALL command for subdir use. 1999-03-09 22:04:39 +00:00
tron
eb9a3c37d1 Don't use strange library naming scheme ("libglib-12.so.0.0") because it
will cause all programs to be linked with the static library. The shared
library is now called "libglib.so.13.0".
1999-03-05 09:44:20 +00:00
tron
a10396f807 Update "glib" package to release version 1.2.0. 1999-03-04 08:50:43 +00:00
tron
22bda05336 Back out last commit:
New compatible gtk 1.0.x packages are named differently and be don't
want to be installed together with old versions.
1999-02-21 09:07:51 +00:00
tron
06344a2ef0 Remove conflict entry for gtk 1.0.x which is no longer required after
Rene's changes.
1999-02-21 09:03:28 +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
5af78008dd The never ending gnome story:
Update "glib" package to version 1.1.12.
1999-01-15 22:57:13 +00:00
tron
e77bf65abe Update "glib" package to version 1.1.9. 1998-12-18 23:52:22 +00:00
tron
f3887e675d Don't delete directory "share/aclocal" because it is used by at least
one other packages.
1998-11-24 21:42:53 +00:00
tron
16ca79ece2 Update for "glib" package to version 1.1.4 based on patches by
Frank van der Linden.
1998-11-21 16:57:29 +00:00
tron
b6d0452662 Update "glib" package to version 1.1.3. 1998-10-04 18:03:18 +00:00
tsarna
5e9cc577b8 Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.
1998-08-26 16:50:48 +00:00
agc
00ace5a99b ADD a CONFLICT entry on the gtk+-1.0.4 package. 1998-08-25 11:49:53 +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
d11aeb2a9a Use new LIBTOOL_FLAGS definition 1998-08-19 15:25:51 +00:00
agc
4bbea4cdc8 I forgot to set USE_LIBTOOL in previous commit. 1998-08-19 09:41:38 +00:00
agc
400bfc7031 Initial import, from the FreeBSD ports collection, of glib-1.1.2,
which used to be part of gtk+.  It is a library providing lists,
trees, hashes, memory allocation functionality and many other things.

Modified by me to use the NetBSD libtool package, add NetBSD RCS Ids,
correct the PLIST, install scripts correctly, correct the English etc.
1998-08-19 09:29:25 +00:00