Commit graph

102 commits

Author SHA1 Message Date
minskim
42c741fea5 Add missing @dirrm entries to PLIST. Bump PKGREVISION. 2004-08-02 21:22:52 +00:00
minskim
41c50c0f2e Install docs into share/doc/tnt on Linux, instead of share/tnt/doc, to
match PLIST.
2004-08-02 21:20:54 +00:00
minskim
467b6bffe9 Make this package build on Linux by defining S_IREAD, S_IWRITE, and
u_long correctly.
2004-08-02 21:12:48 +00:00
agc
d427935630 Create the directory for header files before trying to install them
into it.  The directory already existed as a '@dirrm' in the PLIST.

Fixes a problem shown up by the bulk builds.
2004-07-30 12:01:42 +00:00
minskim
a24d93bbdc Sort. 2004-07-28 22:01:52 +00:00
minskim
ed4252c668 Include time.h before using struct tm on Linux. 2004-07-28 21:50:18 +00:00
kristerw
cff86f8bd7 Fix multi-line strings, to make this build when using gcc3. 2004-07-10 17:08:53 +00:00
kristerw
e619a43d97 Add a missing include file to make this package build on NetBSD 2.0. 2004-07-10 16:46:59 +00:00
wulf
f3888ab567 Updated xlog to 0.9.3: Several bug fixes
Changes for xlog version 0.9.3
  * Fixed a crash at startup, when xlog is run for the very first time. This
    only occured on NetBSD. This fix submitted by Berndt Josef Wulf, VK5ABN.
  * The log-editor would behave badly for some people, caused by a wrong
    implementation of qsort. Reported by VK5ABN and Tony May, KG6SXY.
  * This version should compile both with version 2.2 and 2.4 of the GTK+
     version 2 libraries.
  * Update spanish translations by Jaime, EA4TV.
  * If using the log-editor and a column is added or deleted, the log is
    marked as changed.
  * Dupe checking has been fixed in case we have multiple logs open.
  * If you compile xlog against version 2.4.0 or higher of GTK+, you will
    benefit from much faster log loading. As a consequence, columns have been
    set to a fixed width.
2004-05-06 13:41:45 +00:00
kristerw
693058e8cc Bl3ify. 2004-05-03 22:37:30 +00:00
snj
cc195da3a4 No longer used. 2004-04-11 08:54:35 +00:00
snj
c94c0c02bb Convert to buildlink3 and regen distinfo for patch-ae. 2004-04-11 08:54:13 +00:00
snj
69749ccab8 Convert to buildlink3. 2004-04-11 08:36:43 +00:00
wulf
2bca031c81 Removed -DGTK_DISABLE_DEPRECATED compile switch that prevented xlog to
build with gtk-2.4.0
2004-04-11 01:28:00 +00:00
jlam
70ffa4a574 bl3ify and set NO_EXPORT_CPP to placate rpcgen. 2004-03-11 07:17:47 +00:00
wulf
dbd35e9af0 Fixed malformed home page URL 2004-03-04 22:28:38 +00:00
wulf
d2e3ce7af1 Added and enabled xdx-1.1 : Amateur Radio tcp/ip DX-cluster client 2004-02-23 23:03:36 +00:00
wulf
dd806c348f Added new package xdx-1.1: Amateur Radio tcp/ip DX-cluster client 2004-02-23 23:01:55 +00:00
wulf
588b5da2c6 Added patch-ad file that was missed at previous update 2004-02-18 22:18:28 +00:00
wulf
b5f8a9767a Update xlog to 0.9.1:
Fixed a crash when clicking on the frequency button with hamlib enabled
Fixed calculation of bearing and range between locations west of Greewich
Wildcards are now accepted for list of logs
2004-02-18 06:04:44 +00:00
wulf
b22184426d Update hamlib to 1.2.0: Support for additional radios and many bug fixes 2004-02-18 04:00:44 +00:00
seb
ce0def650a Remove info files entries from PLIST. 2004-02-18 01:18:59 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +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
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
dent
49d8831342 Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
seb
6d6dbbb0fd depkglint. 2003-08-07 11:42:25 +00:00
seb
96dbb8b6ef Convert to USE_NEW_TEXINFO. 2003-08-07 11:41:49 +00:00
jmc
e324d453aa Various patches to make this work with rpcgen that exports _rpcsvcdirty
incorrectly
2003-07-24 06:40:54 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
1aa564f5e7 Remove empty line from PLIST. 2003-07-04 12:49:43 +00:00
wulf
104dbe532c Added and enabled xlog-0.8, a amateur radio logging program 2003-07-03 00:47:56 +00:00
wulf
f6dda84cac Initial import of xlog-0.8, a amateur radio logging program 2003-07-03 00:45:21 +00:00
wulf
817080dc1b Added buildlink2.mk file to hamlib-1.1.4 package for use with other
packages that depend on this library
2003-07-02 10:24:12 +00:00
wulf
cb3bbb4439 Added and enabled hamlib: API for digital communications equipment 2003-06-26 22:44:48 +00:00
wulf
d5dbe13933 Added hamlib-1.1.4: API for digital communications equipment 2003-06-26 22:42:21 +00:00
jmmv
f68afa05a7 Do not hardcode /usr/pkg as prefix in patches. 2003-06-07 15:20:30 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
24e0fd39f6 Wildcard dialog depends. 2003-04-22 13:21:48 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
agc
d37e2f8552 Make this compile on -current 2003-02-05 09:58:04 +00:00
salo
ba854aa5c1 USE_PKGLOCALEDIR. 2002-12-01 14:37:12 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00