Commit graph

12481 commits

Author SHA1 Message Date
wiz
24d5fa5f30 Make this package compile on NetBSD. Untested for lack of ARM executables.
Remove ONLY_FOR_PLATFORM line.
2000-07-07 23:35:56 +00:00
dmcmahill
255050913a add missing flags to the unzip command 2000-07-07 18:14:39 +00:00
dmcmahill
cb1db1f42c unzip logic is now in bsd.pkg.mk and not needed here. 2000-07-07 18:13:36 +00:00
dmcmahill
e17885ec01 regen. 2000-07-07 17:52:35 +00:00
dmcmahill
bd99c7c185 - add config file for elf-netbsd-cc
- pic->PIC
2000-07-07 17:52:03 +00:00
dmcmahill
62e4ee1832 add missing depends 2000-07-07 17:32:33 +00:00
dmcmahill
2d4cd583b5 several PLIST fixes:
- add missing @dirrm's
- remove ELF shared library links (libfoo.so, libfoo.so.0) as these are handled
  automatically and break a.out if listed.
- fix incorrect file name
2000-07-07 17:30:27 +00:00
dmcmahill
0f5be5bf68 - get endianness from machine/endian.h. Fixes compile on those arch's which
weren't hard coded into the program

- setup up standard NetBSD build rules for the scsi library as is done with
  the cdrecord pkg.

- use /dev/rcd0d for i386 but /dev/rcd0c for other archs (instead of /dev/rcd0d
  for everything).  This is only a default and can be overridden at run time.
2000-07-07 16:25:02 +00:00
wulf
f51aa4ba79 Added HTML document files
CVS ----------------------------------------------------------------------
2000-07-07 13:37:09 +00:00
tron
7f76c24f06 Add and enable "gnomeicu". 2000-07-07 13:30:11 +00:00
wulf
8dd49902ad Extended installation procedure to include HTML documentation 2000-07-07 13:28:55 +00:00
tron
63e0fe0da3 Import of new "gnomeicu" package:
GNOME ICQ client
2000-07-07 13:25:32 +00:00
elric
75f6a86787 Added a patch file to take care of a LP64 bug, -1 != -1U. Actually when
using inet_addr(3) failure is indicated by INADDR_NONE...

Addresses:  pkg/10526
2000-07-07 08:11:03 +00:00
skrll
e167f0ee21 pkglint. 2000-07-07 07:47:24 +00:00
rh
69216565cc Update tgif to 4.1.34
Changes include:
 * Fix a crashing bug in drawing linearly transformed arc objects.
 * Support the JPEG export format. Add new X defaults, Tgif.XpmToJpeg and
   Tgif.JpegFileExtension.  The default value them are
   "xpmtoppm %s | cjpeg" and "jpg", respectively.
 * Add a new X default, Tgif.AutoEPSPreviewBitmap, to enable the automatic
   generation of a preview bitmap when importing a PS/EPS file, if the
   file does not contain a preview bitmap.
2000-07-07 07:05:38 +00:00
tron
0e6c356713 Update "mutt" package to version 1.2.4i. This is just a bug fix release. 2000-07-07 06:28:04 +00:00
dmcmahill
d05c1d6d2f make this work on mips machines 2000-07-07 02:42:10 +00:00
dmcmahill
383fe23df2 mark as only for solaris because the pkg does not contain netbsd support 2000-07-07 02:32:48 +00:00
dmcmahill
bdd6047b86 fix typo so these will build on apm capable systems 2000-07-06 21:09:38 +00:00
skrll
686e6bcdb2 Forget PLIST update as part of last commit. 2000-07-06 20:17:45 +00:00
skrll
7884988732 Update to use USE_LIBTOOL and use QTPREFIX appropriately. 2000-07-06 19:04:50 +00:00
dmcmahill
6e8e892661 make the USE_RSAREF2 check for the distfile match the check for the rsaref
patch.  Prevents trying to apply the patch to the wrong sources.
2000-07-06 18:31:45 +00:00
dmcmahill
3ff3ae5c57 add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs all
depend upon).  This way the "not available for..." message appears instead
of a "can't build dependencies" message.
2000-07-06 17:43:42 +00:00
tron
8b3f6f7d25 Add and enable "kxicq". 2000-07-06 16:52:18 +00:00
hubertf
3867cd7950 Add note on 'make bin-install' 2000-07-06 16:52:12 +00:00
tron
0811fc9be1 Import new "kxicq" package:
KDE ICQ client
2000-07-06 16:51:23 +00:00
hubertf
8fab5a14eb Add bin-install package: will install a binary package if available,
else run a "make package".

XXX needs to be extended to also look on some FTP sites.
2000-07-06 16:45:21 +00:00
dmcmahill
8465c5230f - make this work on arch's where 'uname -m' != 'uname -p', for example
the m68k and mipsel ports.  This address PR 9781 filed by Michael Wolfson
  and also fixes recently noted bulk pkgsrc build failures on pmax.

  The os version/machine type specific string is now consistently
  ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
2000-07-06 16:24:46 +00:00
pooka
f047a3acc2 Add library path to make this run on ELF. 2000-07-06 15:45:22 +00:00
hubertf
2aeced9ffe Allow overriding PKGSRCDIR and PKGPATH 2000-07-06 15:37:49 +00:00
tron
384ce4467d Fix "gdk-pixbuf-config" so that linking programs on "a.out" systems will
work.
2000-07-06 15:36:03 +00:00
hubertf
22978e75b5 Add PKG_DEVELOPER 2000-07-06 15:12:04 +00:00
hubertf
4df5e2aa07 Add some bits for PKG_DEVELOPER 2000-07-06 15:08:30 +00:00
hubertf
2956dce621 Eval PKG_DEVELOPER, and if set
* force zero fuzz on patches
 * run check-shlibs after a package is installed
2000-07-06 15:05:25 +00:00
hubertf
0b6268e643 Fix typo in Makefile - patch mailed back to the pkg's Author 2000-07-06 12:24:30 +00:00
tron
cab45d7a38 Because shared modules aren't built on "a.out" systems remove them from
the package list.
2000-07-06 07:12:47 +00:00
hubertf
b5e754ae26 Adjust to reality.
Noted in PR 10518 by Lennart Augustsson.
2000-07-06 01:43:15 +00:00
hubertf
d49ccf6d38 Update to 0.7.2. Changes:
> Added 'output to wav' options for mpg123.
    > Playlists now load in the background after the first song is found,
      shortens start-up time with long playlists.
    > Added 'loading status item', 'time remaining button', and
      'time total button' to the skin spec.
    > Added French translation.
    > Added 'always scroll title' option.
    > Added 'remove filename extension in title' option.
    > Added a man page.
    - Changed a few command line option prefixes from - to --.
    - Added a -q, --quit ipc command line option.
    - Updated the plugin to also work with .m3u links (audio/x-mpegurl)
    - Minor display changes.
    - Broke mixer.c into platform-specific subsections.
    - Allow recordable channels to be selected for volume (Linux, FreeBSD).
    - Removed (broken?) freeamp support.
    - Standard command line options are now passed when starting
      in the background.
    * Fix rare crash in io_mpg123.c
    * 'Transparenct to root window' now works with tiled images.
    * Fix so that skin specified on the command line will search in all
      locations correctly.
2000-07-06 00:46:10 +00:00
dmcmahill
3dd488dfcb override the ARCH variable to ensure a bad value isn't picked up from the
users environment.
2000-07-06 00:05:22 +00:00
hubertf
206314d09f only make the generated pkg's name "nb1" - the distfile stays the same 2000-07-05 23:59:08 +00:00
hubertf
d0547a183f Update to gdk-pixbuf-0.8.0nb1:
Add all the files to the pkg - there's a bunch more on ELF, see
the imlib package.
2000-07-05 23:49:30 +00:00
nathanw
11f2fcbf1e Update to Hugs98-Feb2000. 2000-07-05 22:10:05 +00:00
frueauf
2fdaff491a Update ethereal to 0.8.10.
Overview of changes in Ethereal 0.8.10:
* Code cleanup (Gilbert)
* Assign port 1052 to DDTP (Olivier)
* Add syslog dissector (Gerald)
* Build cleanup (Guy)
* X11 dissector (Christophe, Guy)
* RPC cleanup (Guy)
* tvbuffication (Olivier, Gilbert)
* Remove dead tos_str symbol (itojun)
* More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>)
* Support for capturing on Linux ATM interfaces (Mark Clayton)
* NG Sniffer file reading fixes (Joerg, Guy)
* Make 'tethereal -h' look similar to 'ethereal -h' (Joerg)
* Support for "Update list of packets in real time" on Win32 (Graham)
* Win32 makefile dependency fix (Graham)
* Fix for people who don't read the FAQ. I.e., fix for
        calling snmp_set_full_objid(0 in packet-snmp.c (Guy)
* OSI fix (Guy)
* ISIS fix (Guy)
* AFS volume name display fix (Guy)
* tvbtest enhancements (Guy)
* Treat TCP follow temp file as binary, for Win32 (Guy)
* Read NetXRay 2.002 files (Joerg, Guy)
* Fix octet string buffer overflow in packet-snmp.c (Guy)
* asn1.c/packet-snmp.c code cleanup (Guy)
* Variable name ("cf"/"cfile") cleanup (Ben Fowler)
* GUI-code enhancements (Guy)
* Wiretap enhancements (Guy)
* Support for OSI CLTP (Guy)
* ISAKMP padding fix (Guy)
* GUI progress bar change (Guy)
* Debian build-file fix (Olivier)
2000-07-05 21:52:43 +00:00
hubertf
83c02fa986 Update to 20000705.
Change: only calc MD5 checksums of plain files.
2000-07-05 20:31:50 +00:00
hubertf
f7e440b2b0 These files are no longer needed for perl 5.6.0 2000-07-05 19:32:16 +00:00
hubertf
832989f338 Upgrade perl-current to 5.6.0. Changes:
*  Interpreter cloning, threads, and concurrency
 *  Lexically scoped warning categories
 *  Unicode and UTF-8 support
 *  Support for interpolating named characters
 *  "our" declarations
 *  Support for strings represented as a vector of ordinals
 *  Improved Perl version numbering system
 *  New syntax for declaring subroutine attributes
 *  File and directory handles can be autovivified
 *  open() with more than two arguments
 *  64-bit support
 *  Large file support
 *  Long doubles
 *  "more bits"
 *  Enhanced support for sort() subroutines
 *  C<sort $coderef @foo> allowed
 *  File globbing implemented internally
 *  POSIX character class syntax [: :] supported
 *  Improved C<qw//> operator
 *  pack() format 'Z' supported
 *  pack() format modifier '!' supported
 *  pack() and unpack() support counted strings
 *  Comments in pack() templates
 *  Weak references
 *  Binary numbers supported
 *  Lvalue subroutines
 *  Some arrows may be omitted in calls through references
 *  Boolean assignment operators are legal lvalues
 *  exists() is supported on subroutine names
 *  exists() and delete() are supported on array elements
 *  Pseudo-hashes work better
 *  Automatic flushing of output buffers
 *  Better diagnostics on meaningless filehandle operations
 *  Where possible, buffered data discarded from duped input filehandle
 *  eof() has the same old magic as <>
 *  binmode() can be used to set :crlf and :raw modes
 *  C<-T> filetest recognizes UTF-8 encoded files as "text"
 *  system(), backticks and pipe open now reflect exec() failure
 *  Improved diagnostics
 *  Diagnostics follow STDERR
 *  syswrite() ease-of-use
 *  Better syntax checks on parenthesized unary operators
 *  Bit operators support full native integer width
 *  Improved security features
 *  C<require> and C<do> may be overridden
 *  $^X variables may now have names longer than one character
 *  New variable $^C reflects C<-c> switch
 *  New variable $^V contains Perl version as a string
 *  Optional Y2K warnings
 *  Modules
 *  Pragmata
 *  dprofpp
 *  find2perl
 *  h2xs
 *  perlcc
 *  perldoc
 *  The Perl Debugger
 *  Simple sort() using { $a <=> $b } and the like are optimized
 *  Optimized assignments to lexical variables
 *  Faster subroutine calls
 *  -Dusethreads means something different
 *  New Configure flags
 *  Threadedness and 64-bitness now more daring
 *  Long Doubles
    ...

See 'perldoc perldelta' for a full list.
2000-07-05 19:25:50 +00:00
rh
3432c0c1e5 Update balsa to 0.9.0. Changes include: bug fixes, new message browser,
improved address book handling, more reliable mailbox backend.  The code
has however some experimental and unfinished features enabled so be warned!
The POP problems some people experienced have not been really addressed
yet.
2000-07-05 18:46:45 +00:00
tron
9c4585c860 Handle symbolic links on directories properly. 2000-07-05 17:19:33 +00:00
itojun
2cc6541890 check for /usr/include/openssl/rsa.h, and if it is found, do not depend upon
openssl.  From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
2000-07-05 17:07:43 +00:00
tron
ea090e2367 Add dependence on version "0.10.35nb1" of the "gettext" package because
shared modules won't be built otherwise.
2000-07-05 16:54:19 +00:00