summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam2-6/+26
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Use pkgsrc intltool.minskim1-1/+2
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam2-46/+53
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-11Bump PKGREVISION due to imlib2 update.xtraeme1-2/+2
2004-02-11Bump PKGREVISION due to libgtkthml update.xtraeme1-2/+2
2004-02-11bl3ifyxtraeme15-91/+243
2004-02-11bl3ifyxtraeme1-6/+6
2004-02-11bl3ifyxtraeme2-9/+37
2004-02-11bl3ifyxtraeme2-10/+40
2004-02-11bl3ifyxtraeme2-2/+24
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10Fix some cases where ?+ should be +=, and fix the package name.xtraeme1-5/+5
2004-02-10bl3ifyxtraeme3-14/+45
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-6/+4
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09Remove a temporary directory created at post-install, so that aminskim1-1/+2
non-root user can 'make clean'. Approved by wiz@.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv11-22/+22
2004-02-09Fix PKGNAME. (xrender -> Xrender)xtraeme1-2/+2
2004-02-09bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it'sxtraeme2-18/+9
not longer needed (at least on FreeBSD).
2004-02-08Include intltool's buildlink2.mk to handle dependancies required by thesejmmv2-2/+4
tools (as p5-XML-Parser). Noted by Min Sik Kim.
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-4/+4
etc. because the bare variables will point to the correct executables.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam4-12/+12
2004-02-07Fix PLIST after libtool-1.5.2 update.wiz1-2/+1
2004-02-07Set permission of man directories correctly. Approved by wiz@.minskim1-4/+2
2004-02-07Under a system without GNU regex, this package builds an internal copy ofjmmv4-5/+22
it. This copy defines the standard regcomp and friends functions, which are also present in NetBSD. The problem is that the copy gets linked into the libgtksourceview shared library and, when loaded into memory, shadows native regex functions. The problem exposes itself at least in gedit through gnome-vfs2. The later executes regcomp, expecting the native one to be called, but instead the one from the libgtksourceview library appears, making the program crash. Apply a patch to ensure these internal GNU regex functions do not colish with native ones. Bump PKGREVISION to 8.
2004-02-07Depend on latest version of dependencies; bump PKGREVISION.wiz1-12/+12
2004-02-06Bump revision due to nautilus update to 2.4.2.jmmv5-10/+10
2004-02-06Update to 1.8:jmmv4-21/+18
* Fix quote and output bugs [Christian] * Hook up 'activate' on text entry [Glynn, raf@noduck.net] * Fix up Solaris build [Damien] * Fix up spec file [Glynn] * Add locale header [Leonardo] * Make dialogs resizable [Ingo] * Unmark translation messages [Christian] * Fix up gdialog wrapper [Peter]
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam4-9/+9
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Provide default values for variables used in configure.minskim1-1/+2
Close PR pkg/24331.
2004-02-06Initial import of uz language translation for KDE 3.2.markd4-0/+213
2004-02-06Update kde3-i18n-[r-z]* to KDE 3.2.markd37-522/+2156
2004-02-06Update kde3-i18n-[h-p]* to KDE 3.2.markd28-524/+1068
2004-02-06Initial import of ms language translations for KDE 3.2markd4-0/+221
2004-02-06Initial import of mn language translations for KDE 3.2markd4-0/+256
2004-02-06Initial import of hi language translations for KDE 3.2.markd4-0/+185
2004-02-06Update kde3-i18n-[e-g]* to KDE 3.2.markd25-379/+1447
2004-02-06Initial import of gl language translations for KDE 3.2.markd4-0/+349
2004-02-05Update kde3-i18n-[a-d]* to KDE 3.2.markd19-239/+1218
2004-02-05Initial import of cy language translations for KDE 3.2markd4-0/+283
2004-02-05Initial import of az language binding for KDE 3.2markd4-0/+351
2004-02-05Fix: x11/xworld sets the owner and group of the command to "bin".wennmach1-12/+19
Patch submitted by Min Sik Kim in PR pkg/24325.
2004-02-05The long awaited update libtool to 1.5.2.skrll1-2/+1
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Remove language translations no longer provided in KDE 3.2markd65-6450/+1
2004-02-05Regen for patch-aamarkd1-1/+2
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+6
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-05Forgot to update for the last minute addition of patch-a[cd]markd1-1/+3
2004-02-04Fix XF86Config(5) suffix in FreeBSD, it should be IMAKE_FILEMAN_SUFFIXxtraeme1-2/+2
not IMAKE_LIBMAN_SUFFIX.
2004-02-04Fix manpage suffix in FreeBSD, it's IMAKE_MANNEWSUFFIX notxtraeme2-117/+107
IMAKE_LIBMAN_SUFFIX.