Commit graph

22411 commits

Author SHA1 Message Date
jlam
ffdab7295f Add back commented code. 2001-07-27 16:51:30 +00:00
jlam
68e55782bb Separate library name replacement into two parts, pre-configure and
post-configure.  Also make sure ${BUILDLINK_DIR} is created prior to
trying to create the cookie files.
2001-07-27 16:41:16 +00:00
jlam
44de63bf53 Set REPLACE_LIBNAMES_SED to replace -lsocks[^4] with -lsocks4. 2001-07-27 15:05:48 +00:00
jlam
68399b4207 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Fixes pkg/13568.
2001-07-27 14:46:10 +00:00
jlam
8383ce3c1a Set REPLACE_LIBNAMES_SED in cases where BUILDLINK_TRANSFORM will be invoked
to replace buildlinked library names with the true library names.
2001-07-27 14:31:44 +00:00
jlam
a9fa4a1635 On ELF, the linker extracts the soname from the specified libraries to
place in the linked object, so even if the library is a symlink with a
different name from the true library, the correct soname is recorded in
the object.  On a.out, there is no soname, so the linker just records the
specified library name + major number into the object, which can cause the
incorrect library name to be recorded.  Fix this problem on a.out by
replacing the specified library names with the true library names in all of
the Makefiles in a post-configure step.  Additional files may be added to
the list of files on which replacement is done by setting REPLACE_LIBNAMES
in each package that needs it.

This should fix pkg/13402 by John Klos <john@sixgirls.org>.
2001-07-27 14:30:16 +00:00
abs
ce231fc6e0 Permit netscape to default to mozilla as well as communicator and navigator.
Leave default as communicator
2001-07-27 14:26:18 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
hubertf
822fcf2541 work around HAVE_BUILTIN_MESA not set when USE_GLX is set. 2001-07-27 12:19:15 +00:00
wiz
ba68f53a5a Unwildcard non-dewey dependency. 2001-07-27 11:23:20 +00:00
wiz
6173abf93e Fix typo in category. 2001-07-27 11:16:20 +00:00
wiz
a89efb3515 add and enable openacs 2001-07-27 11:15:17 +00:00
abs
5f205db74b Work with xpkgwedge 2001-07-27 11:05:58 +00:00
wiz
f7fa6a4459 regen (no more patch-aa) 2001-07-27 10:57:41 +00:00
wiz
5a7d1db263 Fix dewey number in wildcard. 2001-07-27 10:54:05 +00:00
wiz
581ee1434c Fix dependency lines. 2001-07-27 10:52:00 +00:00
wiz
e016d68000 Wildcard dependency on icon. 2001-07-27 10:50:48 +00:00
wiz
2e6a6324cb Wildcard dependency on python. 2001-07-27 10:50:13 +00:00
wiz
d0b664c96a Wildcard dependency on bzip2. 2001-07-27 10:49:16 +00:00
wiz
1bcf64f991 Change postgresql-lib dependency for lintpkgsrc's sake. 2001-07-27 10:47:04 +00:00
zuntum
2b4dd7f1e8 add & enable GUIlib 2001-07-27 09:36:43 +00:00
zuntum
c3e41b659e Initial import of GUIlib-1.1.0
GUIlib is a very simple GUI framework library.  This isn't a full GUI interface
library - it's just something quickly whipped up for some demos.
2001-07-27 09:30:22 +00:00
dillo
142a735119 update to 1.23: bug fixes 2001-07-26 22:46:03 +00:00
hubertf
52d436ab5c update for new patch-aa 2001-07-26 17:10:17 +00:00
hubertf
1d14255dfd Try building slrn with a LOCALBASE!=/usr/pkg -> *boom*
slrn looks for libslang in /usr/pkg by default, and doesn't know about
looking in other locations. Use $PREFIX instead of /usr/pkg now.

Found while compiling this on Solaris (w/o Zoularis, of course :)
2001-07-26 16:54:43 +00:00
hubertf
04f42d0486 ZOULARISBASE: If there's no $LOCALBASE/bsd, try $LOCALBASE 2001-07-26 16:13:52 +00:00
taca
de311affa4 Note also deletion of apop.auth file. 2001-07-26 15:53:30 +00:00
taca
cbea40733a Some style clean up as qpopper package. 2001-07-26 15:44:44 +00:00
taca
7f241b13f3 - Utilize bulidlink frame work for openssl dependency.
- Use INSTALL/DEINSTALL script rather than post-intall/pre-install work.
2001-07-26 15:43:28 +00:00
zuntum
044bd36a30 Add buildlink.mk file for use by other packages (at the moment only apla requires this) 2001-07-26 15:23:14 +00:00
zuntum
5417f66ca9 Update avifile-devel to 0.6.20010726
Thanks for Zdenek Kabelac <kabi@i.am> for playing with avifile on my NetBSD box
and making it compile after recent changes in the avifile code!

Now audio/video should be in sync again. Several new tools are available:
avicat, avimake, avitype. You need to build avifile-devel with WITH_QT=YES
if you want to build those.

aviplay still does not work, please use pkgsrc/graphics/apla instead.
apla has been switched to use avifile-devel (it required avifile in the past).

Changes:

2001/07/22
* TrueType Font Rendering (using Xft extension - with the help of Lukas Hejtmanek)
* smarter DirectRendering mode - should work all the time with necessary conversions

2001/07/21
* very extensive cleanup of conversion modes of images
* cleaned some hacks in Win32 VideoDecoder class
* added some hack for correct playing of several not very used codecs
  like huffyuv, asv1, asv2, vcr2
* large speedup of C-version routines for conversion  RGB 24b->16b

2001/07/18
* fixed bug in Subviewer reader
* fixed two memory leaks discovered by mprotector
* added support for few more codecs

2001/07/17
* lots of code cleanup
* started to cleanup some types - transformation to uint32...
* some fixies in DirectShow code
* fixed several MAJOR bugs in qtrecompressor - now it even works - though
  it's still rather a toy application and I would not advice to use it for
  any serious thing yet
* ffmpeg 0.4.4
* autoconf2.50 compatible - anyone dissagree ???

2001/07/14
* another speedup of resumpling code - should be now very efficient
* -ljpeg for avimake

2001/07/11
* added libmp3lamebin plugin which as able to load libmp3lame at runtime

2001/07/10
* 4 times faster resampling - using just interger arithmetic
* scanning WIN32_PATH, /usr/lib/win32, /usr/local/lib/win32 paths for dll

2001/07/09
* able to use ffmpeg library - version 0.4.3 is now in avifile CVS
  - original CVS seems to be now the tree of the mplayer.
  for now we could use it to play OpenDivX - it could also play DivX :-)
* minor redesing of videodecoder API - now we have Start/StopInternal
* cleaned mjpeg_plugin
* started to clean DirectShow directory to make it C-compilable
  (so it could be used by mplayer and others...)
* also made quite a few cleanups in other places
* fixed WIN32_PATH support
* added AVIPLUGIN_PATH shell variable
* fixed AVIPLAY_MUTE_VIDEO, AVIPLAY_MUTE_AUDIO
* few fixes for debian

2001/06/28
* another change in constants in scheduler
* interface change! - GetHeader(void* header, size_t n)

2001/06/26
* Locker.h and VideoDPMS.h are now public
* fixed few problems in frame elimination in video decoder class

2001/06/23
* complete rewrite of players' thread - is it now FreeBSD safe ??
  - also we are no longer using avi_usleep for audio synchronization and
  instead we use timed condition which has adwantage that we have
  immediate hangup when thread is sleeping
* added NextFrame aviplay method - usable with 'Return' key in aviplayer
* implemented initial 'hacked' support for better priority handling
  - if you set uid.gid to root.root together with 'suid' bit,
  that video thread will use -10 priority for better timing - however
  BIG WARNING is here - you are using closed-source windows binary dll
  codecs - during their execution aviplayer is using user uid & gid
  - however you never know what could happen!
* for this reason it looks like the best is to lower the priority if
  audio & video decoding threads so video thread gets its needed CPU when
  necessery.

2001/06/21
* complex GUI update for configuration of aviplayer
  (some of buttons now even works in runtime so you don't have to restart
  player - ok I know - still not perfect...)
* resampling is now more usable as it could do far more things then
  just pure 44kHz resampling - so why not making it fully usable - its even
  nice feature
* version-info - library has now number 0.0.6  (level 0  version 0.6)
* another streaming bug fixed - so we play more asf stream over the net

2001/06/20
* fixed & tuned resampling to remove clics for unsigned char audio stream
  (but some check for the overflow would help us too)
* extended stream info added (check movie property)

2001/06/18
* some deadlocks in audio renderer - SDL_LockAudio now works somehow better
  but it is still not usable
* no longer processing keyboard events which belongs to other applications
* fixed resampling - that was really stupid bug and not that easy to fix
  but the result is very good

2001/06/18
* minor updates in network asf - it just works - but it's still crashing a lot
* staying compatible with qt2.X
* added hack for NVidia cards - autodetected by looking for NVIDIA-GLX
  extension - could be forced on by setting
  export AVIPLAY_NVIDIA_ENABLE=1
  or off with this shell command executed before aviplayer gets started
  export AVIPLAY_NVIDIA_DISABLE=1
2001-07-26 15:20:49 +00:00
jlam
83e151d42c Document USE_OPENSSL_VERSION when using openssl/buildlink.mk. 2001-07-26 15:14:05 +00:00
zuntum
a5359a076d Switch to avifile-devel, so it is used in the build step instead avifile 2001-07-26 15:13:04 +00:00
jlam
66be95305f Don't workaround broken LDFLAGS setting in configure -- just fix it
directly by patching the script.  This causes LDFLAGS to be reset properly
before checking for gettext(), which now succeeds and causes the locale
files to be built.  Remove USE_LIBINTL as unnecessary.  Tested on
NetBSD-1.5W/i386 and NetBSD-1.5.1/mac68k.
2001-07-26 14:29:12 +00:00
tron
66b4ea8262 Add missing file "share/kde/locale/de/LC_MESSAGES/koncd.mo" to package
list.
2001-07-26 13:55:03 +00:00
zuntum
a8e5a63bd2 add & enable ketm 2001-07-26 13:49:00 +00:00
zuntum
34cde5f8eb Initial import of ketm-0.0.4 -- old-school 2d-scrolling shooter
ketm is (or will be someday) an old-school 2d-scrolling shooter. Because it
is based on SDL, it is no problem to port it to different plattforms. For
the moment it runs on Linux (i386/PPC), FreeBSD, Win32 and BeOS.
2001-07-26 13:46:39 +00:00
zuntum
ffbb84d287 add & enable prboom and xscorch 2001-07-26 12:38:03 +00:00
zuntum
61dd0a9a4b Initial import of xscorch-0.1.13a - Multiplayer tank shoot-em-up
XScorch is a clone of the olden-days DOS game "Scorch".
It is an extremely addictive war game where any mixture of
humans an computer AIs control separate tanks (teams are
possible) and attempt to blow up or arrange to blow up the
other tanks on the field (which can vary from rugged,
mountainous terrain to flat plains).  The last tank on the
field is the winner.
2001-07-26 12:36:54 +00:00
zuntum
231104751d Initial import of prboom-2.2.1
Prboom is a modified version of the ID Software's classic game Doom.
It runs on several platforms (include Win32 and Unixes) and features
many additions to the original game.  It also supports multiplayer
games.

Note: this package lacks audio support for now, because we don't have SDL_mixer yet.
I hope to enable it in the future.
2001-07-26 12:33:59 +00:00
taca
441850213f Remove useless garbage.
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.  (Thanks!)
2001-07-26 12:25:55 +00:00
tron
594e763473 Add build time dependence on "perl" package because manual page won't
be build otherwise.
2001-07-26 12:15:03 +00:00
hubertf
4410e44610 Make text at EOF (or rather, after EOF :-) a bit more readable.
Noted by Tomasz Luchowski.
2001-07-26 11:39:37 +00:00
zuntum
f23c10cda3 Allow tcl greater than 8.3.2nb1, too. 2001-07-26 10:38:14 +00:00
zuntum
a4eeb85edd Don't @dirdm include/SDL as this directory belongs to devel/SDL 2001-07-26 10:33:09 +00:00
abs
7aa11bf5c6 Update galeon to 0.11.3
Changes: - fix crashes clicking on XUL windows and on some pages
2001-07-26 09:47:38 +00:00
zuntum
087861b44c Update txt2man to 1.42 (hi folks! I'm back)
Changes:

Fixes of long C function definitions, better handling of blank lines,
removal of unused options and shorter doc.
2001-07-26 08:39:43 +00:00
wiz
e786e881f0 Force move new file over old one in REPLACE_PERL (at least one package
needs that).
2001-07-26 08:39:35 +00:00
hubertf
f93ab578be Close a quote.
Noted by Will Andrews <will@physics.purdue.edu> in private mail.
2001-07-26 08:33:02 +00:00
jun
b6d413b637 Update mew to 2.0 stable
Mew 2.0 stable (2001/07/26) mew-release release
* info updates.
* Defining mew-set-language-environment-coding-systems to avoid
  the side effect of set-language-environment-coding-systems.
* A bug fix form mew-mime-text/html.
* A bug fix for mew-summary-auto-refile.
* Rescue the SMTP sentinel.
* mew-thread-only for "to".
* the -man style of bin/{mewencode,mewls}.1.
        Shun-ichi GOTO <gotoh@taiyo.co.jp>
2001-07-26 06:32:19 +00:00