Commit graph

64 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
hira
4c0f69f879 Fix comment (gnome-vfs2 -> gnome-vfs). 2007-09-25 10:47:52 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +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
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +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
drochner
49b38e9f11 update to 2.14.3
changes:
* Allow window deletion event when no cancel is in effect
* Fix NAUTILUS_BURN_DRIVE_SIZE_TO_TIME
-translation updates
2006-08-03 19:40:11 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
drochner
7173329261 update to 2.14.2
changes:
* Support relative paths from command line.
-trandlation updates
2006-07-07 18:24:45 +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
927f7c6007 Needs intltool. Add DragonFly support. The latter from walt on
DragonFly's submit list.
2006-06-30 02:54:11 +00:00
drochner
3d4bfb5595 need C++ 2006-05-10 16:40:03 +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
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
drochner
769aabeb9c update to 2.14.1
changes:
* Strip unsafe characters from filenames
* Make the estimated time to finish less erratic
* More accurately estimate the total size of disc to write
* Unref drive instead of freeing
-translation updates
2006-04-12 20:11:25 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
fda4e67e29 Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.
I missed this in my commit earlier.
2006-04-06 18:25:39 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jmmv
e1fa5cf7d4 Update to 2.14.0.2:
================
Version 2.14.0.2
================

  libnautilus-burn

        * Fix the operation of the NAUTILUS_BURN_CHECK_VERSION macro.

================
Version 2.14.0.1
================

  libnautilus-burn

        * Fix crash in drive selection widget

===============
Version 2.14.0
===============

  nautilus-cd-burner

        * Fix crash of test program (Fabio Bonelli)

  libnautilus-burn

        * Emit the notify signal when changing the drive property (Ross)

  Translators

        * Petr Tomeš (cs)
        * Kostas Papadimas (el)
        * Rajesh Ranjan (hi)
        * Kjartan Maraas (nb)
        * Kjartan Maraas (no)
        * Duarte Loreto (pt)
        * Mugurel Tudor (ro)
        * Daniel Nylander (sv)
        * Maxim Dziumanenko (uk)

===============
Version 2.13.91
===============

  nautilus-cd-burner

        * Try harder to unmount volumes before use

  libnautilus-burn

        * Add mount detection

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Miloslav Trmac (cs)
        * Francisco Javier F. Serrador (es)
        * Ivar Smolin (et)
        * Ilkka Tuohela (fi)
        * Ignacio Casal Quinteiro (gl)
        * Luca Ferretti (it)
        * Kjartan Maraas (nb)
        * Reinout van Schouwen (nl)
        * Kjartan Maraas (no)
        * Laurent Dhima (sq)
        * Liu Songhe (zh_CN)

===============
Version 2.13.90
===============

  nautilus-cd-burner

        * Display only the supported write speeds (Ryan Lortie)
        * Use gnome-vfs to glob and tilde expand the source iso and cue files
        * Add eject button to write finished dialog
        * Add eject button to media request dialog
        * Use disc label as default label for writing ISO (Fabio Bonelli)

  libnautilus-burn

        * New API nautilus_burn_drive_get_write_speeds (Ryan Lortie)
        * New HAL only API nautilus_burn_drive_get_media_label
        * Use HAL volume.disc.capacity if available
        * Use gnome-mount if available
        * Get media type information even if the volume is mounted

  Translators

        * Jordi Mallach (ca)
        * Adam Weinberger (en_CA)
        * Ivar Smolin (et)
        * Ignacio Casal Quinteiro (gl)
        * Ankit Patel (gu)
        * Kjartan Maraas (nb)
        * Kjartan Maraas (no)
        * Evandro Fernandes Giovanini (pt_BR)
        * Maxim Popov (ru)
        * Theppitak Karoonboonyanan (th)
        * Clytie Siddall (vi)
        * Liu Songhe (zh_CN)
        * Woodman Tuen (zh_HK)
        * Woodman Tuen (zh_TW)

==============
Version 2.13.5
==============

  libnautilus-burn

        * Use gnome-mount if available
        * Add library version checking capability

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Nikos Charonitakis (el)
        * Adam Weinberger (en_CA)
        * Ivar Smolin (et)
        * Ilkka Tuohela (fi)
        * Ignacio Casal Quinteiro (gl)
        * Ankit Patel (gu)
        * Prudhvi Krishna S (te)
        * Theppitak Karoonboonyanan (th)
        * Clytie Siddall (vi)
        * Woodman Tuen (zh_HK)
        * Woodman Tuen (zh_TW)

==============
Version 2.13.4
==============

  nautilus extension

        * Add location specific widget to nautilus window
        * Remove toolbar button now in favor of location widget

  libnautilus-burn

        * Try non-HAL lookup when HAL lookup fails (Jason D. Hildebrand)
        * Try to detect media type from capabilities (Jason D. Hildebrand)

  mapping-daemon

        * Make buffered protocol not lose events
        * Fix removing wrong file monitor
        * Remove file monitor directly when connection drops

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Adam Weinberger (en_CA)
        * Ilkka Tuohela (fi)
        * Christophe Merlet (RedFox) (fr)
        * Ignacio Casal Quinteiro (gl)
        * Ankit Patel (gu)
        * Gabor Kelemen (hu)
        * Takeshi AIHANA (ja)
        * Evandro Fernandes Giovanini (pt_BR)
        * Marcel Telka (sk)
        * Theppitak Karoonboonyanan (th)
        * Clytie Siddall (vi)

==============
Version 2.13.3
==============

  nautilus-cd-burner

        * Use appropriate text in dialog when copying discs
        * Remove eject after write option from interface

  libnautilus-burn

        * Fix size reporting for DVD-R (Fabio Bonelli)
        * Fix size reporting for commercial DVD
        * Allow disc type check on non-MMC compliant drives (Frederic Crozat)

  Translators

        * Vital Khilko (be)
        * Rostislav \"zbrox\" Raykov (bg)
        * Adam Weinberger (en_CA)
        * Priit Laes (et)
        * Roozbeh Pournader (fa)
        * Ignacio Casal Quinteiro (gl)
        * Ankit Patel (gu)
        * Žygimantas BeruÄka (lt)
        * Kjartan Maraas (nb)
        * Reinout van Schouwen (nl)
        * Kjartan Maraas (no)
        * Marcel Telka (sk)
        * Theppitak Karoonboonyanan (th)

==============
Version 2.13.2
==============

  libnautilus-burn

        * Add new methods to API

  mapping-daemon

        * Use buffered IO (Crispin Flowerday)
        * Fix Intel compiler warnings (Kjartan Maraas)

  Translators

        * Ales Nyakhaychyk (be)
        * Ignacio Casal Quinteiro (gl)
        * Takeshi AIHANA (ja)
        * Åygimantas Beruka (lt)
        * Reinout van Schouwen (nl)
        * Theppitak Karoonboonyanan (th)

==============
Version 2.13.1
==============

  nautilus-cd-burner

        * Use DAO/SAO for all discs created from the GUI
        * Change the progress dialog wording to match disc type
        * Fix writing more than two discs
        * Fix spinning disc images when writing another disc

  libnautilus-burn

        * Turn NautilusBurnDrive into a class
        * Add media-added/media-removed events for Drives
        * Only do one dbus IPC call to get device properties
        * Add complete DVD+R DL support

  nautilus extension

        * Use new nautilus info API to get drive (Christian Neumair)
2006-03-30 21:32:36 +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
drochner
2434c02371 update to 2.12.3
changes:
-bugfixes
-Try harder to determine media type
-translation updates
2006-02-15 18:29:53 +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
1a521645f0 Update to 2.12.2:
nautilus-cd-burner

        * Fix writing more than two discs

  libnautilus-burn

        * Add more DVD+R DL support
        * Don't use burn rate less than 1 bps

  Translators

        * Miloslav Trmac (cs)
        * Ivar Smolin (et)
        * Iaki Larraaga Murgoitio (eu)
        * Roozbeh Pournader (fa)
        * Ilkka Tuohela (fi)
        * Takeshi AIHANA (ja)
        * Åygimantas BeruÄka (lt)
        * Mugurel Tudor (ro)
        * Christian Rose (sv)
2006-01-20 15:09:01 +00:00
wiz
dc560ec778 Depend on cdrtools instead of cdrecord. Bump PKGREVISION.
Update some messages/comments.
2006-01-05 23:29:04 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
jmmv
e35dec657b Update to 2.12.1:
==============
Version 2.12.1
==============

  nautilus-cd-burner

        * Fix compilation on Solaris systems
        * Mark a string for translation that wasn't
        * Do a better job with button focus
        * Check return values of all g_mkstemp calls

  libnautilus-burn

        * Fix compiler warnings
        * add API documentation for door_is_open
        * Fix function pointers in recorder structure.

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Mahay Alam Khan (bn)
        * Hendrik Richter (de)
        * Adam Weinberger (en_CA)
        * Francisco Javier F. Serrador (es)
        * Ivar Smolin (et)
        * Iñaki Larrañaga Murgoitio (eu)
        * Ignacio Casal Quinteiro (gl)
        * Ankit Patel (gu)
        * Gabor Kelemen (hu)
        * Luca Ferretti (it)
        * Kjartan Maraas (nb)
        * Reinout van Schouwen (nl)
        * Kjartan Maraas (no)
        * Marcel Telka (sk)
        * Theppitak Karoonboonyanan (th)
        * Clytie Siddall (vi)
        * Liu Songhe (zh_CN)

==============
Version 2.12.0
==============

  libnautilus-burn

        * Fix disc type detection for non-Linux systems

  Translators

        * Jordi Mallach (ca)
        * Jean-Michel Ardantz (fr)
        * Gabor Kelemen (hu)
        * Luca Ferretti (it)
        * Young-Ho Cha (ko)
        * Evandro Fernandes Giovanini (pt_BR)
        * Clytie Siddall (vi)

==============
Version 2.11.7
==============

  libnautilus-burn

        * Fix FD leaks (Joe Marcus Clarke, Ross Burton)
        * Fix build for non-Linux systems

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Rhys Jones (cy)
        * Meelad Zakaria (fa)
        * Žygimantas BeruÄka (lt)
        * Reinout van Schouwen (nl)
        * Duarte Loreto (pt)
        * Mugurel Tudor (ro)
        * Laurent Dhima (sq)
        * Emrah Ãnal (tr)
        * Maxim Dziumanenko (uk)
        * Woodman Tuen (zh_TW)

==============
Version 2.11.6
==============

  nautilus-cd-burner

        * Show cancel confirmation at the right time

  libnautilus-burn

        * Explicitly blank disc when using cdrecord
        * Try harder to get the media size for broken drives

  Translators

        * Hendrik Brandt (de)
        * Ilkka Tuohela (fi)
        * Ankit Patel (gu)
        * Yuval Tanny (he)
        * Imam Musthaqim (id)
        * Takeshi AIHANA (ja)
        * Jyotsna Shrestha (ne)
        * Gnome PL Team (pl)
        * Leonid Kanter (ru)
        * Laurent Dhima (sq)
        * Abduxukur Abdurixit (ug)

==============
Version 2.11.5
==============

  nautilus-cd-burner

        * Fix leaks

  libnautilus-burn

        * Fix leaks

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Miloslav Trmac (cs)
        * Hendrik Brandt (de)
        * Nikos Charonitakis (el)
        * Adam Weinberger (en_CA)
        * Francisco Javier F. Serrador (es)
        * Priit Laes (et)
        * Ilkka Tuohela (fi)
        * Gabor Kelemen (hu)
        * Takeshi AIHANA (ja)
        * Terance Edward Sola (nb)
        * Jyotsna Shrestha (ne)
        * Terance Edward Sola (no)
        * Raphael Higino (pt_BR)
        * Marcel Telka (sk)
        * Theppitak Karoonboonyanan (th)
        * Clytie Siddall (vi)
        * Liu Songhe (zh_CN)

==============
Version 2.11.4
==============

  nautilus-cd-burner

        * Use burnproof by default when recording data
        * Ask to create another copy after each copy is made
        * Remove the temporary disc image on error
        * Use a better error message for filename encoding errors

  libnautilus-burn

        * Require HAL 0.5
        * Add DVD+R DL support.

  Translators
        * Rostislav \"zbrox\" Raykov (bg)
        * Miloslav Trmac (cs)
        * Martin Willemoes Hansen (da)
        * Hendrik Brandt (de)
        * Adam Weinberger (en_CA)
        * Priit Laes (et)
        * Ilkka Tuohela (fi)
        * Takeshi AIHANA (ja)
        * Terance Edward Sola (nb)
        * Reinout van Schouwen (nl)
        * Terance Edward Sola (no)
        * Marcel Telka (sk)
        * Woodman Tuen (zh_TW)

==============
Version 2.11.3
==============

  nautilus-cd-burner

        * Present the dialog before calculating data size

  libnautilus-burn

        * Add nautilus_burn_drive_door_is_open to public API
        * Correctly detect if a disc has audio/data in the no-HAL case

  Translators

        * Rhys Jones (cy)
        * Adam Weinberger (en_CA)
        * Priit Laes (et)
        * Takeshi AIHANA (ja)
        * Terance Edward Sola (nb)
        * Terance Edward Sola (no)
        * Liu Songhe (zh_CN)

==============
Version 2.11.1
==============

  nautilus-cd-burner

        * use nicer images in dialog
        * add ability to copy audio CDs
        * add option to create multiple copies
        * remove option of deleting files from burn://
        * improve handling of media insertion requests
        * don't try to read from FIFOs
        * use GtkComboBox for speed selection

  libnautilus-burn

        * report time remaining in progress-changed signals
        * implement DVD blanking
        * report correct sizes for commercial CDs
        * use GError for error reporting
        * add support for DVD+R DL media

  mapping-daemon

        * gnome-vfs monitoring support
        * fix problem with symbolic link loops

  Translators

        * Rostislav \"zbrox\" Raykov (bg)
        * Jordi Mallach (ca)
        * Miloslav Trmac (cs)
        * Hendrik Brandt (de)
        * Adam Weinberger (en_CA)
        * James Ogley (en_GB)
        * Ivar Smolin (et)
        * Reza Mohammadi (fa)
        * Ahmad Riza H Nst (id)
        * Kjartan Maraas (nb)
        * Jyotsna Shrestha (ne)
        * Reinout van Schouwen (nl)
        * Kjartan Maraas (no)
        * Steve Murphy (rw)
        * Canonical Ltd (xh)
2005-10-16 12:12:33 +00:00
jmmv
e956871ecf Update to 2.10.2:
This is a stable release to coincide with the release of GNOME 2.10.2.

Changes since the last stable release

        * Remove the temporary disc image on error
        * Only allow directories, regular files and symlinks in ISOs
        * Verify file exists before showing contextual menu items

Translators

        * Vladimir Petkov (bg)
        * Miloslav Trmac (cs)
        * Rhys Jones (cy)
        * Frank Arnold (de)
        * Priit Laes (et)
        * Christophe Merlet (RedFox) (fr)
        * Gabor Kelemen (hu)
2005-08-21 11:48:54 +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
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
drochner
21539bd6ea use BUILD_USES_MSGFMT & USE_MSGFMT_PLURALS instead of nonstandard tricks
hint from jmmv
2005-04-25 19:25:25 +00:00
drochner
58c6bffe77 force use of pkgsrc's msgformat -- NetBSD's is too old
(appearently lacks some "plural" feature)
2005-04-25 16:21:39 +00:00
drochner
742b5c9a5c update to 2.10.1
changes:
* Use less memory for desktop background
* Make authentication work for the external connect-to-server dialog
* Fix leaks
* Redraw less in the list view when deleting
2005-04-19 19:22:52 +00:00
wiz
c3ec4a6b39 Change DEPENDS to accept cdrtools-ossdvd as cdrecord replacement. 2005-04-18 12:10:08 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00