Commit graph

4205 commits

Author SHA1 Message Date
minskim
27f7db673c .if should be closed with .endif, not with .fi (hi jmmv!). 2004-02-12 15:31:56 +00:00
jmmv
8119c1cbac Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is set
to yes; otherwise, default to buildlink2.
2004-02-12 12:07:41 +00:00
ben
beede7fed6 Moving llnlxdir from x11 to net category. 2004-02-12 05:41:41 +00:00
ben
bb123f630d Moving llnxdir from x11 category to net category. 2004-02-12 05:40:59 +00:00
ben
51332253e3 Note addition of x11/llnlxdir in CHANGES and category Makefile. 2004-02-12 05:34:31 +00:00
ben
31ac9560fd Initial import of x11/llnlxdir-2.1.2, an advanced graphical FTP client,
submitted by Tor Stormwall in PR 23913.

LLNL XDIR manages files in a heterogeneous network.
It provides a graphical user interface for drag-and-drop
file transfer and for direct manipulation of local and
remote directories. LLNL XDIR has the ability to view
information in four different formats, including
hierarchical and iconic views. Based on UNIX, the C
programming language, OSF/Motif, and the file transfer
protocol FTP, LLNL XDIR is highly portable.
2004-02-12 05:32:07 +00:00
markd
9f14c13b0d Dont include the "." in the suffix - its in the PLIST 2004-02-12 05:04:08 +00:00
markd
9b65f93dd9 Conditionalise some bits of PLIST for parts that arent built when using
some older X11 versions.

Should fix both Al's and Krister Walfridsson's bulk build problems.
2004-02-12 04:57:07 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
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-12 02:35:06 +00:00
minskim
8d7a59f64b Use pkgsrc intltool. 2004-02-12 02:32:49 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
xtraeme
53d798589b Bump PKGREVISION due to imlib2 update. 2004-02-11 22:56:23 +00:00
xtraeme
35e06f5d53 Bump PKGREVISION due to libgtkthml update. 2004-02-11 07:43:22 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00
xtraeme
ef0f21d9b0 bl3ify 2004-02-11 06:12:20 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
xtraeme
45e3241c4d bl3ify 2004-02-11 04:47:10 +00:00
xtraeme
79317ebe2d bl3ify 2004-02-11 04:35:20 +00:00
jlam
1b2674fcd7 The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
xtraeme
affa232cd8 Fix some cases where ?+ should be +=, and fix the package name. 2004-02-10 02:37:09 +00:00
xtraeme
875fd978fd bl3ify 2004-02-10 02:04:54 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
minskim
2e42b35dac Remove a temporary directory created at post-install, so that a
non-root user can 'make clean'.  Approved by wiz@.
2004-02-09 23:19:27 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
xtraeme
7e9d73f48e Fix PKGNAME. (xrender -> Xrender) 2004-02-09 06:24:05 +00:00
xtraeme
302bdac6fa bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it's
not longer needed (at least on FreeBSD).
2004-02-09 04:13:06 +00:00
jmmv
cbde456a74 Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser).  Noted by Min Sik Kim.
2004-02-08 21:00:04 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
wiz
78cbb9a914 Fix PLIST after libtool-1.5.2 update. 2004-02-07 22:46:04 +00:00
minskim
a89fef0347 Set permission of man directories correctly. Approved by wiz@. 2004-02-07 17:37:24 +00:00
jmmv
993d7a307b Under a system without GNU regex, this package builds an internal copy of
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-07 15:21:43 +00:00
wiz
5dcee2c032 Depend on latest version of dependencies; bump PKGREVISION. 2004-02-07 10:40:44 +00:00
jmmv
d3189ea520 Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
jmmv
b516e57bee Update to 1.8:
* 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-06 22:07:00 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
minskim
aa0d662ad2 Provide default values for variables used in configure.
Close PR pkg/24331.
2004-02-06 16:26:23 +00:00
markd
a40d90c8e5 Initial import of uz language translation for KDE 3.2. 2004-02-06 12:36:05 +00:00
markd
05c9e279cd Update kde3-i18n-[r-z]* to KDE 3.2. 2004-02-06 12:34:35 +00:00
markd
ace9d8719a Update kde3-i18n-[h-p]* to KDE 3.2. 2004-02-06 10:21:23 +00:00
markd
5577108dc6 Initial import of ms language translations for KDE 3.2 2004-02-06 10:08:36 +00:00
markd
6d78d67402 Initial import of mn language translations for KDE 3.2 2004-02-06 10:07:25 +00:00
markd
bdbf2235fe Initial import of hi language translations for KDE 3.2. 2004-02-06 10:00:12 +00:00
markd
53c423b9fa Update kde3-i18n-[e-g]* to KDE 3.2. 2004-02-06 02:47:21 +00:00
markd
24c290b12e Initial import of gl language translations for KDE 3.2. 2004-02-06 02:39:20 +00:00
markd
29cd71db6d Update kde3-i18n-[a-d]* to KDE 3.2. 2004-02-05 22:33:16 +00:00
markd
b2858fe712 Initial import of cy language translations for KDE 3.2 2004-02-05 22:25:10 +00:00
markd
aa1f74ff3e Initial import of az language binding for KDE 3.2 2004-02-05 22:24:05 +00:00
wennmach
56f333d9e1 Fix: x11/xworld sets the owner and group of the command to "bin".
Patch submitted by Min Sik Kim in PR pkg/24325.
2004-02-05 22:19:45 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
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-05 20:14:05 +00:00