Commit graph

35760 commits

Author SHA1 Message Date
drochner
ed2e5196de fix the "trying to pull in libiconv" issue in a cleaner way:
add --with-libintl-prefix=XXX to configure args
(this could perhaps go into gettext-lib/buildlink2.mk, but there
could be "configure" incarnations not built from the "official" aclocal
file which don't digest it)
2002-11-28 16:56:14 +00:00
drochner
b8707fcdd6 add a missing LIBTOOL_OVERRIDE 2002-11-28 15:30:27 +00:00
salo
fd4ecd6aa4 Introduce new framework for handling packages' locale directories.
The logic is:
 - if package defines USE_PKGLOCALEDIR and PKGLOCALEDIR is not 'share' as GNU
   autotools expects then
 - fix variables 'localedir', 'gnulocaledir' and define coorect 'LOCALEDIR' in
   the Makefile.in.* files

From Packages.txt:

 10.29 Packages providing locale catalogues
 ==========================================

If the package provides its own locale catalogues, the variable
USE_PKGLOCALEDIR should be defined.  It will ensure that the package's
Makefile template files are fixed and point to the correct locale directories
(which may vary, depending on OS), if necessary.  See also section 5.1 for
details about ${PKGLOCALEDIR}.  This functionality is buildlink2-only.
2002-11-28 14:21:32 +00:00
wiz
16a06b3d00 -splint, thanks mjl! 2002-11-28 13:35:04 +00:00
wiz
2fda36776e +apfl-ghostscript-8.00, gkrellm-2.1.1, ivtools-1.0.7, libxml-2.4.28, texmacs-1.0.0.23, vfu-4.00 2002-11-28 13:30:52 +00:00
wiz
f1c0323975 ORBit update has been done some time ago. 2002-11-28 12:58:24 +00:00
wiz
0a3bba1edf Fix an entry of mine from October. 2002-11-28 12:57:29 +00:00
drochner
240e675eac update to 0.8.3
changes:
- Instead of checking for an attribute 'cached' it is now calling
       a method called 'cached()' on the widget.
2002-11-28 12:45:02 +00:00
markd
c637e0e3bd These should have been deleted in the last check in. 2002-11-28 12:25:26 +00:00
markd
212916b755 Use the mpg123 Makefile.common to build mpg123-nas.
Based on PR 18532 from Greg A. Woods.
2002-11-28 12:24:06 +00:00
markd
2cd1ac518c Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods. 2002-11-28 12:15:49 +00:00
agc
3ae0494ec0 Placate pkglint 2002-11-28 12:00:26 +00:00
agc
bc3b447b17 List the simulations explicitly 2002-11-28 12:00:11 +00:00
markd
1d6be26695 Note update of nas to 1.6 2002-11-28 11:47:07 +00:00
markd
963dec3cc2 Update of nas to 1.6.
pkgsrc changes: PKG_SYSCONFised.

changes: bug fixes and ...

1.5h    10/12/2002

        - Added SoundFileGetProc() to get access to the toSound and
          fromSound Procs in _SoundFileInfo[].  Needed for xemacs.

        - Added AudioLibraryVersionMajor, AudioLibraryVersionMinor,
          and AudioLibraryVersionTeeny to audiolib.h.  Somewhat more
          informative than just the old AudioLibraryVersion which was
          set a '2'.  The older AudioLibraryVersion define is still
          there however.

1.5g    10/7/2002

        - changed inputsection defaults in nasd.conf.eg to 44.1Khz, 2
          channel 16b sound.

          outputsection also defaults to 44.1Khz now, instead of 33Khz.

        - began some CC ANSI'fication of libaudio.

1.5f    8/26/2002


        7/20/2002

        - added cygwinArchitecture to the server Imakefile so
          auvoxware will be built on cygwin systems.

        - Removed the SoundFileInfo[] array in sound.h so cygwin would
          be happy.  Apps should not have been accessing that array
          directly anyways.

          Added the following new functions to sound.c (that used to
          be macros in sound.h):

             SoundFileFormatString, SoundValidDataFormat,
             SoundFileFormatToString, SoundFileFormatToAbbrev,
             SoundFileFormatToSuffixes

          Assuming your code did not attempt to directly access
          SoundFileInfo[], no changes should be required.

          libaudio.so revision bumped to 2.3

        - re-added back the Xtutils stuff, as some of the demos did in
          fact require it.  cygwin has a problem with implicitly
          defined functions anyway.


        7/9/2002

        - rename dia/nasconfig.* to dia/nasconf.* to avoid name
          collision with NasConfig.h on windows systems.


1.5e    7/7/2002

        - added patch from Nicolas Escuder that adds support for
          Windows operating systems using Cygwin.  Even the NAS server
          is now supported.  There are still issues with building
          regarding Imake, but once I can get more information, I'll
          fix those up.

          Read the README.CYGWIN file in the nas/ directory for
          instructions.  I will provide a link on the nas-links page
          to precompiled windows binaries for libaudio.dll, nasd, and
          some clients - provided by Nicolas.

        - based on idea from Nicolas, added background (-b) mode to
          nasd, to force it to run in the background.  Actually, he
          supplied a patch, but I just redid it to work properly with unix
          systems.

        - added NAS_AUDIOMSGFILE in config/NasConfig.h to specify
          where audio messages are stored (ADMPATH in os/osinit.c).

1.5d    6/1/2002

        - added .ps -> .pdf conversions in doc/pdf/

        - added html versions of man pages in doc/html/

1.5c    3/27/2002

        - removed Xtutil[hc] from libaudio and removed references to
          Xtutil.h in the  clients.  Suggestion by Paul Fox.

1.5b    3/16/2002

        - added patch from Marco Molteni to add a '-local' option to
          nasd.  Specifying this option allows only local clients to
          connect.

        - moved allow_any_host into the NasConfig struct.  Along with
          the new '-local' option.

1.5a    2/23/2002

        - more STARTSERVER fixes - there was still one case where when
          STARTSERVER was defined, nasd could be called with the wrong
          display number due to a bug in _AuConnectServer.

        - changed LEX/YACC DEBUG token to CDEBUG to avoid conflicts
          when building nas with '-DDEBUG'

        - DEFAULT_AUSERVER is now ":0" rather than
          "tcp/localhost:8000".  A local socket connection will startup
          faster than a tcp connection.

        - mutex.h
                - corrected unixware 7.x build problem
                  (XMUTEX_INITIALIZER) in mutex.h
                - added same check for sun/solaris boxes
                - got rid of XUSE_MTSAFE_API - now controlled by
                  NAS_USEMTSAFEAPI defined in config/NasConfig.h


                  If you think you are having mutex problems, you can
                  edit config/NasConfig.h and '#undef'
                  NAS_USEMTSAFEAPI, then rebuild everthing.  This will
                  turn off threadsafety in libaudio.

        - added new option, 'gain', to config file in the input/output
          sections.  This sets the default gains when nasd starts up
          (if MixerInit is enabled).  Only in voxware for now.
2002-11-28 11:40:45 +00:00
tron
b2e6e0753c Note update of "gphoto" package to version 0.4.3nb2. 2002-11-28 11:05:11 +00:00
tron
ad324ee28c Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-28 11:04:14 +00:00
tron
60935688d7 Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2 2002-11-28 11:01:32 +00:00
tron
a34566c436 Note update of "fly" package to version 1.6.5nb2. 2002-11-28 10:57:32 +00:00
tron
3bdaa3a74a Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-28 10:56:37 +00:00
tron
483e2e61c8 Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary. Bump package revision.
2002-11-28 10:25:32 +00:00
tron
175eaeb283 Note update of "a2ps" package to version 4.13.0.2nb2. 2002-11-28 10:25:09 +00:00
tron
b2338293e1 Note update of "mrtg" package to version 2.9.26.2nb2. 2002-11-28 10:20:45 +00:00
tron
00338bd627 Bump package revision after last bugfix. 2002-11-28 10:18:14 +00:00
tron
2d7a3e1502 Remove accidently committed "--without-libiconv-prefix" from configuration
arguments.
2002-11-28 10:04:36 +00:00
tron
03a0290e27 Include "libconv" buildlink2 glue code to fix a build problem. 2002-11-28 09:43:41 +00:00
tron
8096cb310e Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary.
2002-11-28 08:57:41 +00:00
jlam
ff94e8aa1d Bump PKGREVISION of shells/pdksh to 1: rename installed shell to "pdksh",
as this isn't really the real Korn shell, and "pdksh" is a more accurate
name for it.  Also don't use buildlink2 so that this shell may be used to
bootstrap buildlink2.
2002-11-28 07:42:05 +00:00
schmonz
e69ead4ea5 Add and enable pdksh. 2002-11-28 07:14:48 +00:00
schmonz
9eaf8a16aa Note addition of shells/pdksh. 2002-11-28 07:14:16 +00:00
schmonz
36d5ea5304 Import pdksh-5.2.14 into the NetBSD Packages Collection.
PD-ksh is a mostly complete AT&T ksh look-alike.  Work is mostly
finished to make it fully compatible with both POSIX and AT&T ksh
(when the two don't conflict). Since pdksh is free and compiles
and runs on most common unix systems, it is very useful in creating
a consistent user interface across multiple machines.
2002-11-28 07:12:09 +00:00
itojun
382a1008cd www/w3m 2002-11-28 05:25:04 +00:00
itojun
7c9a898c4b update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).
full changelog is too long to be included here.  most important fix is below:

> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.
2002-11-28 05:24:16 +00:00
uebayasi
9a0e883d44 Try to use ${PAX} in place of ${GTAR}.
This should fix an installation problem where ${GTAR} is "pax-as-tar".
2002-11-28 03:50:57 +00:00
markd
d19e8461ce ioctl APM_IOC_GETPOWER has changed between 1.5 and 1.6, so
we need to set batteryid (or clear apm_power_info structure)
before calling it.  From PR 18447 by Takeshi Nakayama.
2002-11-28 03:36:42 +00:00
heinz
ef168e1f6c current work packages are icu 2.2 and xerces-c 2.1.0 2002-11-27 21:12:01 +00:00
bouyer
a12d7fadcc The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,
but it seems the linker ignores it when there are explicit -Wl,-R on the
command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-27 19:33:08 +00:00
jmmv
a7a5abf977 Note mutt update to 1.4nb2 2002-11-27 19:10:46 +00:00
jmmv
424ee9a241 Change location of mutt examples, so they are installed under the
standard directory share/examples/mutt instead of beeing in
share/doc/mutt/samples. Provide a compatibility symlink.

Also avoid direct installation of files under PKG_SYSCONFDIR. Instead
force mutt to install them inside the examples directory and let
bsd.pkg.install.mk copy them to the right place.

Bump PKGREVISION to 2.

Approved by tron (the maintainer) and wiz.
2002-11-27 19:05:39 +00:00
wiz
6a78c3e4bb -gettext, -gimp-print -- thanks, Matthias! 2002-11-27 18:45:00 +00:00
drochner
f7cff9b0d4 humbly mention today's feats 2002-11-27 18:42:02 +00:00
drochner
e79a3d99f8 oops, forgot that 2002-11-27 18:38:18 +00:00
wiz
d214224384 According to a mail from Alan Post on tech-pkg on 2002/11/27,
this package needs a newer makeinfo to compile, so let it demand 4.2.
2002-11-27 17:50:20 +00:00
drochner
16af549a21 bite the bullet and upgrade to 0.11.5
There are too many changes to list in a sensible way.
The most visible change for me is that libintl requires libiconv now.
Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex.

This pkg used to expose buildlink2 problems - the pkg libintl was
pulled in in cases where USE_GNU_GETTEXT was not set. There were
some improvements to libtool filtering, and x11/gtk builds now, so
I hope this is settled.
2002-11-27 17:41:05 +00:00
drochner
a26a4aa2c5 update to 0.12.0a3
didn't find a changelog; akaik this release is supposed to fix
interoperability problems with new pyxml versions
2002-11-27 17:25:25 +00:00
agc
b848495a6d Add version number to an "addition" entry. 2002-11-27 17:20:06 +00:00
agc
7016acfb48 Remove a duplicate entry, correct a typo, and format another entry
according to standards
2002-11-27 17:17:28 +00:00
drochner
906a069b3b update to 1.2.1
changes:
-preparation for zope-2.6
-look-&-feel changes
-bugfixes
2002-11-27 16:27:03 +00:00
drochner
0a13f2b8a7 update to 1.5.0
changes:
-New feature: standard_object_list = the AbracadabraObjectBox will be filled
 with the returned object-ids;
-standard_object_list can be a python-script which returns id dependent on the
 context; VERY, VERY USEFUL FEATURE!
-refactored CharacterMapping into own file for easier custom modifications
-redesigned the code for auto_id; added a auto_id-feature for all non integer
 and string-type-properties as current timestamp
-refactored code for AbracadabraObjectBox; you can call insert the
 AbracadabraObjectBox with into your manage_methods.
2002-11-27 16:22:59 +00:00
drochner
0145e0b42e update gimp-print to 2.4.2
changes:
-support for HP DesignJet large-format plotters
-support fot Epson multi-function devices and MJ-930C
-manpage improvements
-support for transverse versions of the US CAD standard paper sizes
-bugfixes
2002-11-27 16:12:35 +00:00