Commit graph

54 commits

Author SHA1 Message Date
marino
d1dafb4ad7 net/vino: Fix for DragonFly
Add socket.h (if available) to a header using sockaddr structure, fixes
build for DragonFly.
2011-11-26 17:14:54 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
c5d8a2a356 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
drochner
f320e58e0b update to 2.28.3
changes:
-Avoid out-of-bounds memory accesses (might qualify as DOS possibility)
-translation updates
2011-05-04 17:46:22 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
fe1cd1b8d1 add an option for "telepathy" support (off per default) 2010-07-08 18:37:03 +00:00
drochner
8672acef3f replace the gnome-keyring dependency by one on libgnome-keyring which
is a subset of the former, ride on the libpng update
2010-06-14 17:58:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
drochner
493c13c99e update to 2.28.1
this switches to the Gnome-2.28 branch
2010-01-21 18:20:43 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
drochner
791160dac4 use libgnutls-config.mk to get back TLS support with gnutls-2.8,
bump PKGREVISION
2009-07-03 10:50:33 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
2f7f51f185 Add avahi option, and enable it by default.
Bump PKGREVISION.
2008-12-21 11:00:37 +00:00
wiz
e5827c7b8d Update to 2.24.1:
Vino 2.24.1
===========

  Fixes
	+ Bug #555105: Propagates port changes via avahi.
	+ Update label in vino-preferences when the port changes.
	+ Bug #161180: Hopefully fix an window empty bug.
	+ LP: #266932: Only restore the wallpaper when the last
	client disconnects.

  Translations

	+ Usama Akkad (ar)
	+ Ihar Hrachyshka (be@latin)
	+ Alexander Shopov (bg)
	+ Milo Casagrande (it)

Vino 2.24.0
===========

  Translations

	+ Usama Akkad (ar)
	+ Joan Duran (ca)
	+ Pavel Šefránek (cs)
	+ Ask Hjorth Larsen (da)
	+ Andre Klapper (de)
	+ Ankit Patel (gu)
	+ Ante Karamatić (hr)
	+ Gabor Kelemen (hu)
	+ Milo Casagrande (it)
	+ Shankar Prasad (kn)
	+ Young-Ho Cha (ko)
	+ Žygimantas Beručka (lt)
	+ പ്രവീണ്‍ (ml)
	+ Dan Damian (ro)
	+ Alexandre Prokoudine (ru)
	+ Laurent Dhima (sq)
	+ Данило Шеган (sr)
	+ Baris Cicek (tr)
	+ Chao-Hsiung Liao (zh_HK)
	+ Chao-Hsiung Liao (zh_TW)

Vino 2.23.92
============

  Fixes

	+ Added an icon to session desktop file.

  Translations

	+ Alexander Shopov (bg)
	+ Runa Bhattacharjee (bn_IN)
	+ David Lodge (en_GB)
	+ Takeshi AIHANA (ja)
	+ Kjartan Maraas (nb)
	+ Wouter Bolsterlee (nl)
	+ Manoj Kumar Giri (or)
	+ Tomasz Dominikowski (pl)
	+ Duarte Loreto (pt)

Vino 2.23.91
============

  Fixes

	+ Make vino work correctly with new gnome-session. (Jonh Wendell)

  Translations

	+ Jorge González (es)
	+ Ivar Smolin (et)
	+ Iñaki Larrañaga Murgoitio (eu)
	+ Ilkka Tuohela (fi)
	+ Claude Paroz (fr)
	+ Oldie (he)
	+ Arangel Angov (mk)
	+ Sandeep Shedmake (mr)
	+ Kjartan Maraas (nb)
	+ Og Maciel (pt_BR)
	+ Daniel Nylander (sv)
	+ Tirumurthi Vasudevan (ta)
	+ Theppitak Karoonboonyanan (th)

Vino 2.23.90
============

  Features

	+ Added the ability to hide the background on connections. (Jorge Pereira)
	+ New compile-time option (--enable-libunique), allows only one
	instance of capplet running. (Jorge, Jonh Wendell)
	+ Added vino-server.desktop file required by new gnome-session. (Halton Huo)
	+ Get rif of libgnome[ui] in the capplet. (Jonh)

  Fixes

	+ Minor bug fixes

  Translations

	+ Djihed Afifi (ar)
	+ Jorge González (es)
	+ Ivar Smolin (et)
	+ Ilkka Tuohela (fi)
	+ Claude Paroz (fr)
	+ Ignacio Casal Quinteiro (gl)
	+ Oldie (he)
	+ Arangel Angov (mk)
	+ Kjartan Maraas (nb)
	+ Wouter Bolsterlee (nl)
	+ Enrico Nicoletto (pt_BR)
	+ Duarte Loreto (pt)
	+ Daniel Nylander (sv)
	+ Theppitak Karoonboonyanan (th)

Vino 2.23.5
============

  Features

	+ New command-line tool, vino-passwd, which allows you to change
	vino password. Similar to Unix passwd command. (Jorge Pereira)

  Fixes

	+ Bug #534262 - cyclic clipboard propagation (Jonh Wendell)
	+ Minor bug fixes

  Translations

	+ Djihed Afifi (ar)
	+ Rostislav "zbrox" Raykov (bg)
	+ Jorge González (es)
	+ Ivar Smolin (et)
	+ Ignacio Casal Quinteiro (gl)
	+ Oldie (he)
	+ Kjartan Maraas (nb)
	+ Wouter Bolsterlee (nl)
	+ Yannig Marchegay (Kokoyaya) (oc)
	+ Matej Urbančič (sl)
	+ Laurent Dhima (sq)
	+ Daniel Nylander (sv)
	+ Theppitak Karoonboonyanan (th)

Vino 2.22.1
============

  Fixes

	+ Don't lock the screen in fake connections (Jonh Wendell)

  Translations

	+ Kostas Papadimas (el)
	+ Ivar Smolin (et)
	+ Eskild Hustvedt (nn)
	+ Marcel Telka (sk)
	+ Baris Cicek (tr)

Vino 2.22.0
===========

  Translations

	+ Djihed Afifi (ar)
	+ Ihar Hrachyshka (be@latin)
	+ Runa Bhattacharjee (bn_IN)
	+ Kenneth Nielsen (da)
	+ David Lodge (en_GB)
	+ Jorge González (es)
	+ Stéphane Raimbault (fr)
	+ Gabor Kelemen (hu)
	+ Milo Casagrande (it)
	+ Takeshi AIHANA (ja)
	+ Žygimantas Beručka (lt)
	+ I. Felix (ta)
	+ Maxim Dziumanenko (uk)
	+ Chao-Hsiung Liao (zh_HK)
	+ Chao-Hsiung Liao (zh_TW)

Vino 2.21.92
============

  Fixes

	+ Fix a crash with the vinagre client. (Mark McLoughlin)
	+ Fix a crash when client disconnects just after connecting. (Jonh Wendell)
	+ Fix the build with recent	glibc. (Matthias Clasen)

  Translations

	+ Josep Puigdemont (ca)
	+ Pavel Šefránek (cs)
	+ Ilkka Tuohela (fi)
	+ Robert-André Mauchin (fr)
	+ Nyitrai István (hu)
	+ Shankar Prasad (kn)
	+ Young-Ho Cha (ko)
	+ Arangel Angov (mk)
	+ Badral (mn)
	+ Shyam Krishna Bal (ne)
	+ Duarte Loreto (pt)
	+ Clytie Siddall (vi)

Vino 2.21.91
============

  Translations

	+ Djihed Afifi (ar)
	+ Amitakhya Phukan (as)
	+ Petr Kovar (cs)
	+ Andre Klapper (de)
	+ Arangel Angov (mk)
	+ Wouter Bolsterlee (nl)
	+ Tomasz Dominikowski (pl)
	+ Vladimir Melo (pt_BR)
	+ Zhovner Pavel (ru)
	+ Theppitak Karoonboonyanan (th)

Vino 2.21.90
============

  Translations

	+ Runa Bhattacharjee (bn_IN)
	+ Andre Klapper (de)
	+ Iñaki Larrañaga Murgoitio (eu)
	+ sandeep shedmake (mr)
	+ Kjartan Maraas (nb)
	+ Yannig Marchegay (Kokoyaya) (oc)
	+ Marcel Telka (sk)
	+ Daniel Nylander (sv)
	+ Clytie Siddall (vi)

Vino 2.21.3
============

  Fixes

    + Minor fixes

  Translations

	+ Ivar Smolin (et)
	+ Ignacio Casal Quinteiro (gl)
	+ Matapathi Pramod (te)
	+ Zhovner Pavel, Vasiliy Faronov (ru)

Vino 2.21.2
============

  Features

    + New gconf key to control the status icon behaviour
    + Added more options in the configuration applet

  Translations

	+ Jorge González (es)
	+ Matej Urbančič (sl)
	+ Daniel Nylander (sv)

Vino 2.21.1
============

  Features

    + Handles clipboard copy and paste (Jonh)
    + Don't ship icons/ directory anymore (Jaap A. Haitsma)

  Fixes

    + Fixes some key presses issues (Dan Winship)
    + Only show 'disconnect all' popup item in status icon if we have
	  more than one client connected (Jonh)
	+ Better handles disconnection from avahi-daemon (Sebastien Estienne)

  Translations

    + Djihed Afifi (ar)
    + Oldie (he)
    + Matej Urbančič (sl)

Vino 2.20.1
===========

  Translations

    + Djihed Afifi (ar)
    + Rostislav "zbrox" Raykov (bg)
    + Iñaki Larrañaga Murgoitio (eu)
    + Young-Ho Cha (ko)
    + Dr.T.Vasudevan (ta)

Vino 2.20.0
===========

  Translations

    + Khaled Hosny (ar)
    + Iñaki Larrañaga Murgoitio (eu)
    + Gabor Kelemen (hu)
    + Arangel Angov (mk)
    + Wouter Bolsterlee (nl)
    + Og Maciel (pt_BR)
    + Duarte Loreto (pt)
    + Nickolay V. Shmyrev (ru)
    + Laurent Dhima (sq)
    + Данило Шеган (sr)
    + Maxim Dziumanenko (uk)
    + Clytie Siddall (vi)

Vino 2.19.92
============

  Fixes

    + Bug #353304 - using Alt-Gr from a Windows VNC client to vino
    + Bug #383147 - beryl windows manager does not support vino only metacity

  Translations

    + Josep Puigdemont (ca)
    + Ask Hjorth Larsen (da)
    + Hendrik Richter (de)
    + Ivar Smolin (et)
    + Stéphane Raimbault (fr)
    + Takeshi AIHANA (ja)
    + Young-Ho Cha (ko)
    + Žygimantas Beručka (lt)
    + Arangel Angov (mk)
    + Tomasz Dominikowski (pl)
    + Og Maciel (pt_BR)

Vino 2.19.90
============

  Features

    + Included hostname in Avahi service name
    + Show the configure summary

  Fixes

    + Minor fixes

  Translations

    + Runa Bhattacharjee (bn_IN)
    + Denis Radovanović (bs)
    + Hendrik Richter (de)
    + Athanasios Lefteris (el)
    + David Lodge (en_GB)
    + Jorge González (es)
    + Ivar Smolin (et)
    + Iñaki Larrañaga Murgoitio (eu)
    + Ilkka Tuohela (fi)
    + Ankit Patel (gu)
    + Rajesh Ranjan (hi)
    + Takeshi AIHANA (ja)
    + Vladimer Sichinava (ka)
    + Raivis Dejus (lv)
    + Hasbullah Bin Pit (ms)
    + Kjartan Maraas (nb)
    + Wouter Bolsterlee (nl)
    + Gora Mohanty (or)
    + Og Maciel (pt_BR)
    + Leonid Kanter (ru)
    + Daniel Nylander (sv)
    + Theppitak Karoonboonyanan (th)
    + Baris Cicek (tr)
    + Maxim Dziumanenko (uk)

Vino 2.19.5
===========

  Features

    + Show http server address in vino-preferences if vino is compiled
      with http support (Halton Huo)
    + Added a new configuration option (gconf key)
	  'lock_screen_on_disconnect', which locks the screen when last
	  user disconnects (Jonh)
    + Build against libnotify, if it's available (added
	  --enable-libnotify=auto and make it the default)

  Fixes

    + Only publish VNC service under Avahi when server is enabled,
      bug #330690 (Jonh)
    + Don't assert on a NULL find result from gnome-keyring,
      bug #450074 (Stef Walter)
    + Fix a crash when dbus Introspect() method is called,
      bug #445525 (Jonh)
    + Fix keyboard mapping problem, bug #440429 (Jonh)
    + Use $prefix/share/vino for data in favor of $prefix/share/gnome/vino,
      bug #436460 (Matthias Clasen)
    + Fix gtk-update-icon-cache	for install and uninstall-hook (David Farning)
    + Fix crash in mouse wheel movement on non-Xorg system,
      bug #431627 (Halton Huo)

  Translations

    + Khaled Hosny (ar)
    + Jakub Friedl (cs)
    + Tshewang Norbu (dz)
    + David Lodge (en_GB)
    + Jorge González (es)
    + Ivar Smolin (et)
    + Ignacio Casal Quinteiro (gl)
    + Oldie (he)
    + Espen Stefansen (nb)
    + Danishka Navin (si)
    + Daniel Nylander (sv)
    + Dr.T.Vasudevan (ta)
    + Theppitak Karoonboonyanan (th)
    + Clytie Siddall (vi)
    + Yang Zhang (zh_CN)
2008-10-29 14:42:29 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
obache
08187376ff Add IPv6 option knob. IPv6 support was added in version 2.17.2.
Fixes PR 36775.
2007-08-14 09:30:56 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
wiz
fbd19b1d3a Update to 2.18.1. Changes (without translation updates):
Vino 2.18.1
===========

  Fixes

    + Fix the non-XDAMAGE, non-XSHM support, bug #423887 (Mark)
    + Fix crash on vino_input_init(), bug #425863 (Jonh, Mark)
    + Fix crashes on critical warning in vino-preferences applet,
      bug #418836 and bug #423027 (Halton Huo, Jonh)

Vino 2.18.0
===========

  Fixes

    + Fix build fail with --enable-http-server (Halton Huo)
    + Fix crash when 'disconnect client' menu item is called twice (Jonh, Mark)
    + Adjusts in .desktop file, making it valid according with freedesktop.org (Jonh)

Vino 2.17.92
===========

  Fixes

    + A few issues related to new Vino Status Icon (Jonh, Christian Persch)
    + Adjust Categories in desktop file according with new Control Center (Denis Washington)
    + Fix minor issues about GnomeIconTheme usage (Jani Monoses)
    + Updates port number in preferences window when server starts (Jonh)

Vino 2.17.5
===========

  Features

    + Add D-Bus support so that capplet can find out the port number
      from the server (Jonh, Mark)
    + Display a notification bubble when someone connects if we
      haven't already prompted the user for authorization (Jonh, Mark)

  Fixes

    + Replace deprecated GnomeIconTheme usage with GtkIconTheme (Christian Persch)
    + Don't mark GObject property descriptions for translation (Mark)

Vino 2.17.4
===========

  Features

    + Add a status icon allowing you to disconnect users
      (Jonh Wendell, Christian Persch, Mark, Calum, Andre Klapper)

  Fixes

    + Hide the help button in the prompt dialog (Mark)
    + Fix broken keyboard under Xsun (Halton Huo, Mark)
    + Fix the desktop name remoted to the client (Jonh Wendell)
    + Fix the stringification of the client hostname (Jonh Wendell)

Vino 2.17.2
===========

  Features

    + Add "local_only" GConf key for use with SSH tunnels (Mark, Shaya Potter)
    + Add "alternative_port" GConf key (Mark, John Wendell)
    + Add ability to use gnome-keyring to store VNC password (Mark, Steven Zhang)
    + Add IPv6 support (Mark, Srirama Sharma)

  Fixes

    + Update for RFB 3.8 (Dan Winship)
    + Fix for X servers which don't support XShm (Dan Winship)
    + Fix CoRRE encoding problem (Mark)
    + Back-port some fixes from upstream libvncserver (Mark)
    + Add GTK category to .desktop file (Mark)
    + Mark some weird glade strings as non-translatable (Mark)
    + Fix icons not changing when icon theme changes (Mark)
    + Use glib's base64 functions instead of our own (Mark)
    + Use GtkLinkButton instead of VinoURL (Mariano Suárez-Alvarez)

Vino 2.16.0
===========

  Fixes

    + Fix hang on wrong login (Gary Coady)
    + Build fixes for FreeBSD (Diego Pettenò)
    + Build fixes (Leonardo Boshell)
2007-04-12 21:22:47 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
joerg
943561f918 Modular Xorg support. 2007-01-10 17:27:32 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
joerg
6608a2fc44 Needs msgfmt. 2006-06-22 10:29:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jmmv
a81316a75b Update to 2.13.5:
Features

    + Publish services over mDNS (Sebastien Estienne, Mark McLoughlin)

  Fixes

    + Fix keyboard brokeness with some X server configurations (Alexandre Oliva)
    + Fix crash with unicode mapped keysyms (Gary Coady)

  Translators

    + Rostislav Raykov (bg)
    + Iñaki Larrañaga Murgoitio (eu)
    + Alessio Frusciante (it)
    + Erdal Ronahi (ku)
2006-03-30 21:35:52 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
adam
06fa1a2176 Changes 2.12.0:
* New translations
* Performance improvement using DamageReportDeltaRectangles
* Plug a leak
* Fix Caps Lock not working
* Fix Shift not working for some keys
* Fix over-eager key repeat issue
2005-09-07 08:36:40 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00