pkgsrc.git
24 years agoMerge from vendor branch TNF:
wiz [Mon, 26 Jun 2000 01:09:09 +0000 (01:09 +0000)]
Merge from vendor branch TNF:
Initial import of SDL, a multimedia library mainly for games.
Currently using pth instead of 'real' pthreads, and some parts (mainly
audio and obviously thread support) don't work correctly because of
that (unproven-pthreads misses pthread_cancel & friends to make it
work), but there are some programs that do.

24 years agoInitial import of SDL, a multimedia library mainly for games.
wiz [Mon, 26 Jun 2000 01:09:09 +0000 (01:09 +0000)]
Initial import of SDL, a multimedia library mainly for games.
Currently using pth instead of 'real' pthreads, and some parts (mainly
audio and obviously thread support) don't work correctly because of
that (unproven-pthreads misses pthread_cancel & friends to make it
work), but there are some programs that do.

24 years agoupdate to gmake 3.79.1
deberg [Sun, 25 Jun 2000 20:00:45 +0000 (20:00 +0000)]
update to gmake 3.79.1

* .SECONDARY with no prerequisites now prevents any target from being
  removed because make thinks it's an intermediate file, not just those
  listed in the makefile.

* New configure option --disable-nsec-timestamps will keep make from
  using sub-second timestamps on systems which support it.  If your
  build process depends on proper timestamp-preserving behavior of tools
  like "cp -p" you might need this option, since "cp -p" (right now)
  doesn't preserve the sub-second portion of the timestamp.

24 years agoFixed homepage URL.
mason [Sun, 25 Jun 2000 19:55:13 +0000 (19:55 +0000)]
Fixed homepage URL.

24 years agoUpdate gnome-libs to 1.2.3. Changes are bugfixes and catalog updates.
rh [Sun, 25 Jun 2000 19:06:21 +0000 (19:06 +0000)]
Update gnome-libs to 1.2.3.  Changes are bugfixes and catalog updates.

24 years agoUpdate gnome-applets to 1.2.1. Changes are bugfixes and new catalogs.
rh [Sun, 25 Jun 2000 17:25:05 +0000 (17:25 +0000)]
Update gnome-applets to 1.2.1.  Changes are bugfixes and new catalogs.

24 years agoUpdate gnome-core to 1.2.1. Changes are bugfixes only.
rh [Sun, 25 Jun 2000 17:22:53 +0000 (17:22 +0000)]
Update gnome-core to 1.2.1.  Changes are bugfixes only.

24 years agoUpdate gnome-games to 1.2.0. Changes are bugfixes, locale and graphics
rh [Sun, 25 Jun 2000 17:21:04 +0000 (17:21 +0000)]
Update gnome-games to 1.2.0.  Changes are bugfixes, locale and graphics
updates.

24 years agoUSE_LIBTOOL again, now that our version is sufficiently recent. Fixes
rh [Sun, 25 Jun 2000 16:12:01 +0000 (16:12 +0000)]
USE_LIBTOOL again, now that our version is sufficiently recent.  Fixes
some minor problems with inter-library dependencies and dependent packages.

24 years agoAdd dependency on libglade
rh [Sun, 25 Jun 2000 16:03:23 +0000 (16:03 +0000)]
Add dependency on libglade

24 years agoremove superfluous .endif
wiz [Sun, 25 Jun 2000 12:50:24 +0000 (12:50 +0000)]
remove superfluous .endif

24 years agoAdd missing '/'
pooka [Sun, 25 Jun 2000 12:10:12 +0000 (12:10 +0000)]
Add missing '/'

24 years agoUpgrade vim packages to version 5.7. Use internal curses if possible.
pooka [Sun, 25 Jun 2000 11:50:41 +0000 (11:50 +0000)]
Upgrade vim packages to version 5.7. Use internal curses if possible.

New since version 5.6
---------------------
Not much:
- 19 new syntax files.
- "explorer.vim" script, works like a file browser.

And many bug fixes!  This version is aimed at stability.

24 years agofix typo in last
hubertf [Sun, 25 Jun 2000 06:31:12 +0000 (06:31 +0000)]
fix typo in last

24 years agoRecognize EXTRACT_SUFX=".zip": pull in unzip pkg, and set EXTRACT_CMD
hubertf [Sun, 25 Jun 2000 04:26:56 +0000 (04:26 +0000)]
Recognize EXTRACT_SUFX=".zip": pull in unzip pkg, and set EXTRACT_CMD

24 years agoTune the print-pkg-size targets to not re-calculate the size for all the
hubertf [Sun, 25 Jun 2000 03:58:17 +0000 (03:58 +0000)]
Tune the print-pkg-size targets to not re-calculate the size for all the
depends, but use pkg_info -sS instead. Some code-restructuring and renaming
of the targets while there: print-pkg-size-this prints the size of the
current pkg, and print-pkg-size-depends prints the size of all the depends
ONLY (i.e. NO LONGER including the size of the current pkg).

Speeds up "make install" on a pkg requiring teTeX from ~3.2s to ~1.7s.

24 years agoHomepage updated. Distfile changed with the home page, but the changes are
wiz [Sun, 25 Jun 2000 02:03:04 +0000 (02:03 +0000)]
Homepage updated. Distfile changed with the home page, but the changes are
only minor documentation updates.

24 years agoUSE_LIBTOOL & LTCONFIG_OVERRIDE instead of PKG_LIBTOOL and part of a
wiz [Sun, 25 Jun 2000 01:06:22 +0000 (01:06 +0000)]
USE_LIBTOOL & LTCONFIG_OVERRIDE instead of PKG_LIBTOOL and part of a
patch. Update PLIST.

24 years agoUpdated to 20.7. Tests needed.
minoura [Sat, 24 Jun 2000 17:03:40 +0000 (17:03 +0000)]
Updated to 20.7.  Tests needed.

24 years agoAfter talking with Matthias Scheler, revert support for building without
danw [Sat, 24 Jun 2000 16:44:03 +0000 (16:44 +0000)]
After talking with Matthias Scheler, revert support for building without
libgtop, to force people to make the (simple but not completely obvious)
changes needed to get libgtop to build on new arches.

24 years agoadd support for powerpc, and change the error you get on unsupported
danw [Sat, 24 Jun 2000 16:41:01 +0000 (16:41 +0000)]
add support for powerpc, and change the error you get on unsupported
platforms to explain how to fix things

24 years agoApply distribution patches silently.
kim [Sat, 24 Jun 2000 16:24:36 +0000 (16:24 +0000)]
Apply distribution patches silently.

24 years agoFix up PLIST in post-install if building without libgtop
danw [Sat, 24 Jun 2000 13:57:52 +0000 (13:57 +0000)]
Fix up PLIST in post-install if building without libgtop

24 years agoOnly depend on gtop/libgtop on archs that libgtop builds on.
danw [Sat, 24 Jun 2000 03:30:27 +0000 (03:30 +0000)]
Only depend on gtop/libgtop on archs that libgtop builds on.

24 years agoforgot to cvs add this file before previous commit...
dmcmahill [Sat, 24 Jun 2000 01:49:03 +0000 (01:49 +0000)]
forgot to cvs add this file before previous commit...

24 years agoReplace an incorrectly hardcoded X11 path with X11BASE. This addresses
dmcmahill [Sat, 24 Jun 2000 01:48:09 +0000 (01:48 +0000)]
Replace an incorrectly hardcoded X11 path with X11BASE.  This addresses
PR 10432 from Takahiro Kambe

24 years agoIn package-depends, don't print warnings about non-existing dir
hubertf [Fri, 23 Jun 2000 23:41:43 +0000 (23:41 +0000)]
In package-depends, don't print warnings about non-existing dir
if the information from that dir isn't used.

Reviewed by: wiz

24 years agoELF fix - found by (soon to be committed) check-shlibs target.
hubertf [Fri, 23 Jun 2000 16:33:22 +0000 (16:33 +0000)]
ELF fix - found by (soon to be committed) check-shlibs target.

24 years agochange -fpic to -fPIC. Thats what sparcs need now.
dmcmahill [Fri, 23 Jun 2000 14:32:11 +0000 (14:32 +0000)]
change -fpic to -fPIC.  Thats what sparcs need now.

24 years agoBack out last commit. Due do the dependence on the "gtk+" package version
tron [Fri, 23 Jun 2000 12:35:40 +0000 (12:35 +0000)]
Back out last commit. Due do the dependence on the "gtk+" package version
1.2.8 or newer the "pth" package will always be installed. There must be
something else wrong.

24 years agoExplicitly disable pthread support because "configure" will try to use
tron [Fri, 23 Jun 2000 09:13:22 +0000 (09:13 +0000)]
Explicitly disable pthread support because "configure" will try to use
"pth" otherwise which causes a build failure.

24 years agoUse ${PREFIX} instead of ${X11BASE} for documents and examples, a la PR #9933.
itohy [Fri, 23 Jun 2000 00:22:35 +0000 (00:22 +0000)]
Use ${PREFIX} instead of ${X11BASE} for documents and examples, a la PR #9933.

24 years agoAdd and enable lynx-current
rh [Thu, 22 Jun 2000 17:00:02 +0000 (17:00 +0000)]
Add and enable lynx-current

24 years agoRe-add mkisofs (disabled)
rh [Thu, 22 Jun 2000 16:58:53 +0000 (16:58 +0000)]
Re-add mkisofs (disabled)

24 years agoAdd and enable asr-manpages
rh [Thu, 22 Jun 2000 16:57:37 +0000 (16:57 +0000)]
Add and enable asr-manpages

24 years agoAdd and enable opendis
rh [Thu, 22 Jun 2000 16:55:33 +0000 (16:55 +0000)]
Add and enable opendis

24 years agoAdd and enable freetds and sqsh
rh [Thu, 22 Jun 2000 16:54:02 +0000 (16:54 +0000)]
Add and enable freetds and sqsh

24 years agoAdd and enable ORBit
rh [Thu, 22 Jun 2000 16:51:47 +0000 (16:51 +0000)]
Add and enable ORBit

24 years agoAdd missing packages: ebuilder, gnome-applets, qt21, qtarch, and xpmicons.
rh [Thu, 22 Jun 2000 16:50:42 +0000 (16:50 +0000)]
Add missing packages: ebuilder, gnome-applets, qt21, qtarch, and xpmicons.

24 years agomake it easier for depending pkgs to change the ls-R file
hubertf [Thu, 22 Jun 2000 16:11:28 +0000 (16:11 +0000)]
make it easier for depending pkgs to change the ls-R file
(if they install/deinstall files, they gotta run mktexlsr in
@exec/Makefile and @unexec).

24 years agoBetter use of GTAR
jwise [Thu, 22 Jun 2000 14:28:53 +0000 (14:28 +0000)]
Better use of GTAR

24 years agoRework installs using GTAR to DTRT better WRT file owners and permissions
jwise [Thu, 22 Jun 2000 14:23:26 +0000 (14:23 +0000)]
Rework installs using GTAR to DTRT better WRT file owners and permissions

24 years agoFix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification.
tron [Thu, 22 Jun 2000 13:50:34 +0000 (13:50 +0000)]
Fix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification.

24 years agoremove bogus entry for patch-al~
wiz [Thu, 22 Jun 2000 10:46:42 +0000 (10:46 +0000)]
remove bogus entry for patch-al~

24 years agoUpdate to 3.2.3a.
itohy [Thu, 22 Jun 2000 08:18:09 +0000 (08:18 +0000)]
Update to 3.2.3a.
Enable I18N.
Make Xaw3d optional.

24 years agoFix fig2dev Imakefile.
itohy [Thu, 22 Jun 2000 08:13:14 +0000 (08:13 +0000)]
Fix fig2dev Imakefile.

24 years agoUpdate to 3.2.3.
itohy [Thu, 22 Jun 2000 08:11:36 +0000 (08:11 +0000)]
Update to 3.2.3.
Enable I18N.

24 years agoupdate to verilog-0.3
dmcmahill [Thu, 22 Jun 2000 03:15:33 +0000 (03:15 +0000)]
update to verilog-0.3

Changes, from the authors release statement, are:

This release is a significant improvement over previous releases of
Icarus Verilog, including better language coverage, improved
synthesis, and increased performance.

This release adds to the 0.2 release support for Verilog-2000 style
parameters and parameter overrides, defparam, and localparam,
including proper handling of scoping rules. Also, strength modeling is
added, with support for strengths attached to gates and continuous
assignments.

Combinational user defined primitives have been added to complement
synchronous primitives that were already supported. Support for
primitives should now be fairly complete.

Force/release/assign/deassign syntax now works properly, allowing for
more sophisticated test bench design and debugging.

Bug fixes have been numerous and varied. This release of Icarus
Verilog is considerably more robust then previous versions, thanks to
diligent testing and bug reporting by users all over the world.

24 years agoProperly recognize Toshiba ATAPI CDROM/DVD.
hubertf [Thu, 22 Jun 2000 01:15:34 +0000 (01:15 +0000)]
Properly recognize Toshiba ATAPI CDROM/DVD.

24 years agoDon't dump core if device isn't recognized as valid CD-ROM drive.
wiz [Thu, 22 Jun 2000 00:41:18 +0000 (00:41 +0000)]
Don't dump core if device isn't recognized as valid CD-ROM drive.

24 years agoCreate empty pkg/COMMENT and pkg/DESCR, so that `make install' doesn't
wiz [Thu, 22 Jun 2000 00:13:41 +0000 (00:13 +0000)]
Create empty pkg/COMMENT and pkg/DESCR, so that `make install' doesn't
bomb out. (pkglint warns about empty files now, anyway.). Step to 1.12.

24 years agourl2pkg now lives in pkgsrc, updating via othersrc was too much
hubertf [Thu, 22 Jun 2000 00:03:37 +0000 (00:03 +0000)]
url2pkg now lives in pkgsrc, updating via othersrc was too much
trouble. No functional changes.

(url2pkg was moved via repository copy)

24 years agoUpdate to 2.10. Change: FATAL warnings for empty pkg/COMMENT and pkg/DESCR.
wiz [Wed, 21 Jun 2000 23:28:28 +0000 (23:28 +0000)]
Update to 2.10. Change: FATAL warnings for empty pkg/COMMENT and pkg/DESCR.

24 years agoUpdate to 1.11. Changes:
hubertf [Wed, 21 Jun 2000 22:45:36 +0000 (22:45 +0000)]
Update to 1.11. Changes:
 * allow different make(1) command by setting the MAKE env var
 * mention that pkg/COMMENT and pkg/DESCR must be filled

24 years ago * allow using a different make command by using the env-var "MAKE".
hubertf [Wed, 21 Jun 2000 22:43:17 +0000 (22:43 +0000)]
 * allow using a different make command by using the env-var "MAKE".
   Patch submitted by Thomas Klausner in private mail.
 * Mention that the user has to create pkg/COMMENT and pkg/DESCR manually

This file should probably be moved to pkgsrc...

24 years agoELF fix.
hubertf [Wed, 21 Jun 2000 16:23:24 +0000 (16:23 +0000)]
ELF fix.
Obviously noone ever tried a tcl pkg on -current...

24 years agoUpgrade to version 1.2b2.
darcy [Wed, 21 Jun 2000 16:07:37 +0000 (16:07 +0000)]
Upgrade to version 1.2b2.

24 years agoUpdate to 2.4-b5. Changes are bugfixes only.
mjl [Wed, 21 Jun 2000 12:50:34 +0000 (12:50 +0000)]
Update to 2.4-b5. Changes are bugfixes only.

24 years agoAdd and enable caml-light
bouyer [Wed, 21 Jun 2000 11:44:24 +0000 (11:44 +0000)]
Add and enable caml-light

24 years agoInitial import of caml-light, another caml implementation.
bouyer [Wed, 21 Jun 2000 11:42:47 +0000 (11:42 +0000)]
Initial import of caml-light, another caml implementation.

24 years agoMerge from vendor branch TNF:
bouyer [Wed, 21 Jun 2000 11:42:47 +0000 (11:42 +0000)]
Merge from vendor branch TNF:
Initial import of caml-light, another caml implementation.

24 years agoFix automatical creation of package list to handle symbolic links to
tron [Wed, 21 Jun 2000 08:57:04 +0000 (08:57 +0000)]
Fix automatical creation of package list to handle symbolic links to
directories properly.

24 years agoUpdate to 0.1.10. Related changes are:
itohy [Wed, 21 Jun 2000 08:22:12 +0000 (08:22 +0000)]
Update to 0.1.10.  Related changes are:

* Bugfix: When a header by CGI POST method gives Location: header,
  the redirect can't be reloaded.
* white spaces in URL are removed.
* Bugfix: onA() doesn't work.
* Improvement of 'Jump to label' behavior within a frame.
* Bugfix: width of <li>
* Bugfix: Line break occurs on &nbsp;.
* Bugfix: single > in a document isn't analyzed properly.
* Bugfix: <xmp>,<listing> in <textarea>
* Screen shift bugfix.
* Bugfix: <option> without <select> in table causes core dump.
* Bugfix: CRs in <textarea>..</textarea> are replaced with
  white spaces.
* Bugfix: After specifying non-text file in 'V' command,
  w3m dumps core.
* BUFINFO related bugfix.
* Bugfix: extbrowser setting in config desn't work.
* Bugfix: pathname to invoke external viewer becomes like
  ``/home/okada/.w3m//w3mv6244-0..pdf''.
* enhancement of [w3m-dev 00684].
* Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line].
* show_params() improvement.
* when CLEAR_BUF is defined and reloading local file, that is overwritten.
* When submitting data in textarea without editing them, CR charcters are
  sent instead of CRLF.
* When CLEAR_BUF is defined, content of form disappears.
* Improvement of Japanese coding-system decition algorithm.
* Command line analysis enhancement.
* Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and  EXEC_SHELL('!').
* Bugfix: When CLEAR_BUF is defined, anchors created by  : disappears.
* Enhancement of dirlist.cgi.
* when -m option is used, continuation lines in header are not
  processed properly.
* handling of Japanese character in HTTP header.
* Bugfix: w3m dumps core after like w3m -T a -B and save command.
* frameset related bugfix.
* ID_EXT related bugfix.
* Bugfix? handling of character-entity (&quot;) in attribute.
* Enhancement: frame names are embedded as id attribute in
  the frame-table.
* Bugfix: <STRONG> tags become comments in frame.
* frame related bugfix.
* Bugfix: as some file descriptors are not closed, file descriptors
  are exhausted on a certain condition.
* Bugfix: a blank line is inserted when processing <title>...</title>.
* <table> within <blockquote> in <table> corrupts.
* Support of terminals which can't display &nbsp; (0xa0).
* <!--comment --\n> like comment handling fix.
* w3mhelperpanel.c fix.
* Bugfix: personal_document_root doesn't work.
* When opening file:///dir/, if index.html exists in
  that directory, open the file instead of displaying directory list.
* w3m -num fix.
* Bugfix: When using -dump option, temporary files don't be unlinked.
* Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>,
  the table corrupts.
* Bugfix: supports terminal without sr capability.
* Kanji-code decision enhancement.
* Bugfix: w3m can't handle cgi using <ISINDEX>.
* Remove CR/LF within URL.
* Layered frameset support.
* id attribute support bugfix.
* Enhancement: -o option parameter list
* Security hole fix about I command.
* Filename completion bugfix.
* Color display bugfix.
* When transmitting a string to form, it was made not to escape
  a safe character.
* Bugfix: when displaying the page which has a link in the
  beginning of the screen, the first link doesn't get active.
* proxy initialization bugfix.
* free memory of hidden buffers. (CLEAR_BUF)
* when file:// style local file access fails, don't retry
  as http://file://.
* Enhancement: Save Buffer URL into file.
* FTP proxy bugfix.
* Bugfix: After window resize, reshapeBuffer() is called on
  each keyin.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 08:12:53 +0000 (08:12 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.
Remove unneeded dependency on mpeg-lib.
Add dependency on gettext.
Clean up Makefile logic.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 07:14:10 +0000 (07:14 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 07:07:44 +0000 (07:07 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUpdate "mutt" package to version 1.2.2i. This is just a bug fix release.
tron [Wed, 21 Jun 2000 07:00:21 +0000 (07:00 +0000)]
Update "mutt" package to version 1.2.2i. This is just a bug fix release.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 06:57:45 +0000 (06:57 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 06:25:38 +0000 (06:25 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUpdate guile-slib to 2c8 (lockstep update with devel/slib).
jlam [Wed, 21 Jun 2000 06:01:32 +0000 (06:01 +0000)]
Update guile-slib to 2c8 (lockstep update with devel/slib).

24 years agoUpdate slib to version 2c8. Miscellaneous minor improvements and bugfixes.
jlam [Wed, 21 Jun 2000 05:58:34 +0000 (05:58 +0000)]
Update slib to version 2c8.  Miscellaneous minor improvements and bugfixes.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 05:38:23 +0000 (05:38 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 05:31:55 +0000 (05:31 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 04:25:11 +0000 (04:25 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 04:03:35 +0000 (04:03 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 03:53:35 +0000 (03:53 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 03:37:23 +0000 (03:37 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 03:20:34 +0000 (03:20 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 03:04:38 +0000 (03:04 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 02:58:26 +0000 (02:58 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 02:45:18 +0000 (02:45 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUpdate dependency on boehm-gc.
jlam [Wed, 21 Jun 2000 02:39:48 +0000 (02:39 +0000)]
Update dependency on boehm-gc.

24 years agoUSE_LIBTOOL instead of packages libtool.
jlam [Wed, 21 Jun 2000 02:24:22 +0000 (02:24 +0000)]
USE_LIBTOOL instead of packages libtool.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 02:11:42 +0000 (02:11 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 01:58:40 +0000 (01:58 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.
Factor out common post-install code in Makefile and pkg/PLIST into
pkg/INSTALL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 01:28:51 +0000 (01:28 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 01:17:53 +0000 (01:17 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 01:09:07 +0000 (01:09 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 01:02:13 +0000 (01:02 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.
jlam [Wed, 21 Jun 2000 00:55:09 +0000 (00:55 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.

24 years agoUSE_LIBTOOL instead of PKG_LIBTOOL. Fix some warts in the patches.
jlam [Wed, 21 Jun 2000 00:47:46 +0000 (00:47 +0000)]
USE_LIBTOOL instead of PKG_LIBTOOL.  Fix some warts in the patches.

24 years agoUSE_LIBTOOL instead of USE_PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 00:46:11 +0000 (00:46 +0000)]
USE_LIBTOOL instead of USE_PKGLIBTOOL.

24 years agoUpdate to 0.4.3. Changes since 0.4.2:
hubertf [Wed, 21 Jun 2000 00:44:36 +0000 (00:44 +0000)]
Update to 0.4.3. Changes since 0.4.2:

 * Canon PowerShot library reverse-engineered by
   Wolfgang Reissnegger
   Werner Almesberger <almesber@lrc.di.epfl.ch>
   Rasmus Andersen <rasmus@diku.dk>
   Edouard Lafargue <lafargue@oslo.geco-prakla.slb.com>
   Philippe Marzouk <bullmali@afribone.net.ml>
   Ole W. Saastad <o.w.saastad@kjemi.uio.no>
 * New Kodak DC21x library and standalone dc21x_cam by Timecop <timecop@japan.co.jp>
 * Sony DSCF55/505/MSAC-SR1/DCR-PC100 library enhancements.
 * Support for Sony MSAC-SR1 and Memory Stick used by DCR-PC100.
 * Standalone rsony program by Mark Davies <mdavies@dial.pipex.com>
 * New patches contributed by Kees Cook <cook@cpoint.net>, Juergen Weigert <jw@netvision.de>, and
   Bernd Seemann <bernd@seebaer@ruhr.de> for downloading MPEGs with the standalone program.
 * Additional Fuji camera models have been comfirmed to work.
 * Konica and HP library fixes by by Ed Legowski <edlegowski@pobox.com>.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Wed, 21 Jun 2000 00:37:23 +0000 (00:37 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL, even though it's not used yet;
jlam [Wed, 21 Jun 2000 00:01:09 +0000 (00:01 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL, even though it's not used yet;
remove unnecessary include directives for giflib.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Tue, 20 Jun 2000 23:51:06 +0000 (23:51 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL.
jlam [Tue, 20 Jun 2000 23:33:17 +0000 (23:33 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.

24 years agoRemove unnecessary patch now that we USE_LIBTOOL.
jlam [Tue, 20 Jun 2000 23:30:23 +0000 (23:30 +0000)]
Remove unnecessary patch now that we USE_LIBTOOL.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.
jlam [Tue, 20 Jun 2000 23:29:46 +0000 (23:29 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.

24 years agoUSE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit to
jlam [Tue, 20 Jun 2000 23:20:13 +0000 (23:20 +0000)]
USE_LIBTOOL instead of PKGLIBTOOL.  While here, rearrange stuff a bit to
make editing easier.