summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23Update p5-Jcode package to 0.82.taca2-5/+5
$Revision: 0.82 $ ! Jcode.pm pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
2002-09-23buildlink1 -> buildlink2jlam10-62/+48
2002-09-23buildlink1 -> buildlink2jlam7-24/+25
2002-09-23buildlink1 -> buildlink2jlam4-36/+32
2002-09-23Typojlam1-2/+2
2002-09-23buildlink1 -> buildlink2 and minor installation fixups.jlam3-15/+15
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-09-23buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead ofjlam1-7/+8
manually building in each directory in a custom do-build target.
2002-09-23buildlink1 -> buildlink2jlam1-7/+10
2002-09-23multi-gnome-terminal looks for its icons in the mgt subdirectory ofjlam2-19/+7
share/pixmaps. This also prevents a conflict with gnome-pixmaps.
2002-09-23buildlink1 -> buildlink2jlam2-22/+21
2002-09-23buildlink1 -> buildlink2, and remove dependency on autoconf.jlam3-12/+44
2002-09-23buildlink1 -> buildlink2jlam1-3/+5
2002-09-23The previous commit of libtool-fix-la let a lot of references to the buildjlam2-14/+29
directory escape into the installed *.la files. Fix this by only adding -L*/.libs if the *.la file is uninstalled, and by filtering out references to ${WRKSRC}.
2002-09-23buildlink1 -> buildlink2jlam8-91/+55
2002-09-23Move the USE_BUILDLINK2 definition into the common Makefile where wejlam3-6/+4
include several buildlink2.mk files.
2002-09-23Ensure that the libxml headers may be found as <libxml/*>.jlam1-1/+2
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-09-23Unused.jlam1-35/+0
2002-09-23buildlink1 -> buildlink2jlam1-15/+16
2002-09-23Don't add -rpath to the libtool command used to create the uninstalledjlam4-20/+9
libcompat.la, as that makes libtool think that package will be installed. This was causing libpsiconv.la to depend on libcompat.la, even though the latter was never installed. Bump the PKGREVISION.
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam8-8/+25
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23Only link in gtk1 headers.wiz2-4/+4
2002-09-23Convert to buildlink2.wiz1-5/+5
2002-09-23Support for Zoularis/Linux, cloned from the solaris supporttsarna2-2/+4
2002-09-23Convert to buildlink2.wiz1-3/+3
2002-09-23Unused.wiz1-36/+0
2002-09-23Convert to buildlink2.wiz1-12/+11
2002-09-23Unused.wiz1-38/+0
2002-09-23Convert to buildlink2.wiz1-7/+6
2002-09-23Convert to buildlink2, add buildlink2.mk.wiz2-6/+25
2002-09-23Unused.wiz1-36/+0
2002-09-23Add xkbset 0.3:hubertf1-1/+2
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint!
2002-09-23add & enable xkbsethubertf1-1/+2
2002-09-23Add xkbset 0.3:hubertf5-0/+60
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint!
2002-09-23comment fix.grant1-1/+3
2002-09-23Unused.wiz1-34/+0
2002-09-23Convert to buildlink2.wiz1-2/+3
2002-09-23comment fix.grant3-5/+9
2002-09-23security/flawfinder-1.21 updatewiz1-1/+2
2002-09-23Update to 1.21:wiz2-5/+5
* Improved the default output so it creates multiple formatted lines instead of single very long lines for each hit. Use the new "--singleline" (-S) option to get the original "long line" format. * Removed duplicate "getpass" entry in the ruleset; this didn't hurt anything, but was unnecessary. Thanks to the user who gave me that feedback, wish I'd kept your email address so I could credit you properly :-). * Added a short tutorial to man page. * Fixed initial upper/lower case on many entries in the ruleset. * Allow "--input" as a synonym for "--inputs".
2002-09-23Convert to buildlink2.wiz1-8/+9
2002-09-23comment fix.grant1-2/+1
2002-09-23Unused.wiz1-56/+0
2002-09-23audio/esound-0.2.29wiz1-1/+2
2002-09-23Update to 0.2.29. Changes:wiz3-8/+9
* audio.c: set esd_audio_fd = -1 when we esd_audio_close() * esd.c: Set esd_forced_standby = 0 when we resume. * players.c: (read_player): fix crash on Solaris 9 * configure.in: add summary info at end of configure * esd.c: (main): Fix --help *esdsample.c: (main): Fixed buffer-overflows. *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows. *esd.c: (safe_mksocketdir):Added code to check the return value of chmod() call.Fixes bug #89609 * esdctl.c: (main): fix segfault when using -s (Debian) * esddsp.in: No longer use LD_PRELOAD_PATH (Debian) * configure.in: Added -with-esd-dir option. * esound.pc.in: Added esd_serverdir * Makefile.am: ADD -DSERVERDIR to INCLUDES * esdlib.c: Call esd from SERVERDIR. Replaced sizeof() call with strlen() which is more appropriate. Allow users to specify the location of the esd executable. This is useful for setups which want to place the esd daemon in libexec rather than bin. and some ALSA related fixes.
2002-09-23use $name, as $rcname isn't defined.grant1-2/+2
2002-09-23Note nb-bump of arla to 0.35.9nb1.wennmach1-1/+2
2002-09-23Use @PREFIX@, not "/usr/pkg".grant1-2/+2
2002-09-23minor formatting fix.grant1-5/+5