summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-10Add reason why USE_NCURSES is needed (newpad()).wiz1-1/+2
2002-04-10Move the inclusion of Makefile.common below the definition ofjlam1-3/+4
USE_BUILDLINK_ONLY so that the buildlink.mk files included by Makefile.common will trigger the correct Makefile logic. Also strongly buildlinkify while I'm here.
2002-04-09* Strongly buildlinkify.jlam3-13/+70
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so pkgsrc libtool is actually invoked. * Make sure that *-config scripts are invoked as $*_CONFIG so that the wrappers can be used instead.
2002-04-09Strongly buildlinkify.jlam6-47/+85
2002-04-09buildlink.mk for GLE headers and librariesjlam1-0/+36
2002-04-09Move definition of PERL5 from bsd.pkg.mk into defs.*.mk. This is somethingjlam5-6/+9
that is used regardless of whether perl is installed or not, and we sometimes want its value before include bsd.pkg.mk.
2002-04-09since buildlink from ncurses is included, set USE_NCURSES tofrueauf1-2/+2
ensure right depends.
2002-04-09fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mkfrueauf1-3/+3
instead from pth directly.
2002-04-09* Strongly buildlinkify.jlam3-10/+81
* Use *_CONFIG instead of directly invoking *-config so that the wrappers will be used. This is also the correct way of invoking these scripts anyway, but the GNOME authors keep making this same stupid mistake over and over and over again ... <grrr>!
2002-04-09Strongly buildlinkify. This will now pick up the correct libintl.so ifjlam1-1/+3
it exists in both /usr/lib and in /usr/pkg/lib.
2002-04-09After bothering to set GNOME_CONFIG and ORBIT_CONFIG to the paths to thejlam2-4/+60
respective pkgconfig-style scripts, we should actually use them instead of directly invoking "gnome-config" or "orbit-config". This will allow us to properly buildlinkify this package.
2002-04-09* Remove unnecessary dependency on guile. The guile wrappers are currentlyjlam1-5/+10
_never_ built, regardless of whether guile is detected or not. * Strongly buildlinkify. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that the correct libtool is used during the build and installation. * Add a pre-build target to symlink the libxml headers into ${WRKSRC} so that references to <libxml/foo.h> will resolve to <gnome-xml/foo.h>. I imagine that the sources will be fixed to refer to more recent header locations in a future release of GConf.
2002-04-09Quick fix for apache.org security advisory -- example webapps as presentjwise2-4/+7
have a cross-site scripting vulnerability. For now, we remove them, but we will update to a newer version when one is available.
2002-04-09Package buildlink.mk files should _not_ include x11.buildlink.mk. Thejlam1-3/+2
purpose of x11.buildlink.mk is to force a package to be strongly buildlinked, and that needs to happen on a package-by-package basis.
2002-04-09* Remove unnecessary REPLACE_BUILDLINK* statements as they're handled byjlam1-7/+4
default by bsd.buildlink.mk. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to use the correct libtool. * Strongly buildlinkify.
2002-04-09Mark this package as broken - specifically, it's very out of date, andagc1-1/+3
it has a quirky build process which can't deal with our libtool and pthreads libraries simultaneously.
2002-04-09This uses no longer uses ltconfig, so set LIBTOOL_OVERRIDE instead ofjlam1-2/+2
LTCONFIG_OVERRIDE.
2002-04-09Remove a definition that crept in there erroneously. Thanks to Thomasagc1-3/+1
Klausner for pointing it out.
2002-04-09Don't use a custom do-build target when all that's needed is an ALL_TARGETagc1-4/+2
definition.
2002-04-09Protect the version of cook that is a pre-requisite:agc1-2/+4
s/cook-*/cook-[0-9]*/
2002-04-09Add and enable mozilla-fonts.wiz1-1/+2
2002-04-09Initial import of mozilla-fonts package provided by rxg in pkg/16267.wiz6-0/+165
This is a complete set of three font faces (Times, Helvetica, Courier) in seven sizes and four variants each, optimized for use by the Netscape (Mozilla) WWW browser under Unix.
2002-04-09Remove two unnecessary options. pkg/16257 by rxg.wiz1-3/+1
2002-04-09Add thai locale dir.wiz4-4/+20
2002-04-09Use libtool for each file to be compiled.agc2-5/+59
2002-04-09upgrade to 4.2.4.itojun8-1095/+1384
release note: http://sourceforge.net/project/shownotes.php?release_id=83551
2002-04-09Update "xchat" package to version 1.8.8. Changes since version 1.8.7:tron3-274/+2486
- Updated Swedish translation (Christian Rose). - Updated Spanish translation (Antonio de la Torre). - Updated French translation (Olivier Berger). - Updated Slovak translation (Stanislav Visnovsky). - Updated Slovenian translation (Nejc Novak). - Updated Japanese translation (Yukihiro Nakai). - Fixed history OBO error (Lloyd Williams, Elizandro Garcia Roos). - Fixed NLS not working properly under non-gnome build (Hiroyuki Yamamoto). - Backported 64-bit fixes from 1.9.1. - Auto detect socklen_t. - Make nick completion work when completion-char is set blank. - Avoid crash when /set truncchans too low. - win32: Made a built-in OpenURL function that should work on NT too. - Fixed ConnectCmd not being executed after a second connect through the serverlist. - Use nicksuffix prefs in middle-click userlist. - Fixed recursive wildcard match in /dcc send (debian bug 135348).
2002-04-09Since the distfile apparently needs to be downloaded interactively, markagc1-1/+3
this package as interactive.
2002-04-09Since the distfile requires a password-protected download stage, mark theagc1-1/+4
package as IS_INTERACTIVE. Fix some pkglint errors.
2002-04-09Add missing pgmoil symlink.jlam1-1/+2
2002-04-09Teach the extension building process about buildlink, and allow passingjlam4-18/+68
LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so.
2002-04-09Uses spaces instead of tabs to match the rest of the file (not sure if itjlam2-4/+4
matters, and I don't want to chance it).
2002-04-09Teach the extension building process about buildlink, and allow passingjlam4-10/+93
LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so. Also explicitly comment out a few extensions that aren't being built and should never be.
2002-04-09Update Hugs98 to Dec 2001 version.markd4-20/+120
Changes are: - The incompatibilities between Hugs and the Haskell Graphics Library have been fixed, and binaries for the HGL are now available on the Hugs download page. - The missing standard libraries Directory, CPUTime, Time and Locale have been added along with a complete implementation of Haskell98 IO. - Hugs is now delivered with most of the hslibs libraries installed in the lib/exts/ directory. The added modules cover the Edison, Parsec, HaXml, QuickCheck, concurrent, monad, and html subdirectories of hslibs. - The :set option now refuses the user to set a module search path that doesn't contain the Prelude. This is to protect users from accidentally rendering their Hugs setups unusable, esp. so on Windows machines where the options are persisted to the Registry. - MacOS X is now one of the supported unix ports, with pre-built binaries available on the download page. - Experimental support is provided for hierarchical module names, where a module name A.B.C is mapped onto the file path A/B/C{.hs,.lhs} and appended to each of the path prefixes in HUGSPATH until the name of a readable file is found.
2002-04-09Stop "-I/usr/include" from explicitly appearing in CFLAGS as this breaksmarkd4-23/+34
gcc's overriding of some system header files on non-NetBSD platforms.
2002-04-09Update Ted dictionaries to 2.11 versions to go along with that versionmarkd24-75/+73
of Ted.
2002-04-09Update Ted to version 2.11markd4-23/+21
Changes since version 2.10 * Footnotes and endnotes. * Detailed manipulation of the tabulator settings with a 'Tabs' tool. * Bugs and annoyances have been removed. In particular the crash with printing on lp based systems like RedHat Linux 7. * Added the posiibility to convert to PostScript without even touching the X11 environment. * Windows Metafile picture rendering extended to more types of metafiles. As most images in rtf files are metafiles this solves problems with the more complicated ones. * Better portability to older systems. * Jouk Jansen contributed fixes for a port to OpenVMS. * Preparations for multi column layout. * Preparations for 'Undo'
2002-04-09add a default value for SUSE_DIR_PREFIX for non-i386 machines. This is donedmcmahill1-1/+6
so that the creation of the bulk build cache files works correctly on non-i386 machines. This speeds up the marking of all compat_linux packages as not available. This change has no effect on i386.
2002-04-08add & enable ettercaphubertf1-1/+2
2002-04-08Add ettercap-0.6.4:hubertf5-0/+78
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It supports active and passive dissection of many protocols (even ciphered ones) and includes many features for network and host analysis. Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
2002-04-08Add and enable ce, ce-doc, ce-x11.schmonz1-1/+4
2002-04-08Initial import of ce-doc-4.4, from my own PR pkg/15627.schmonz3-0/+29
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This package manages the documentation.
2002-04-08Initial import of ce-x11-4.4, from my own PR pkg/15627.schmonz3-0/+21
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use with the X Window System.
2002-04-08Initial import of ce-4.4, from my own PR pkg/15627.schmonz8-0/+142
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use in normal ttys.
2002-04-08Update "fileutils" package to version 4.1.8. This version fixes bugs foundtron3-7/+6
since the release of version 4.1.7 e.g. in the security fix for "rm".
2002-04-08pkglint, and remove a line from the DESCR.wiz2-6/+5
2002-04-08Add ccache.kent1-1/+2
2002-04-08A compiler cache.kent4-0/+25
http://ccache.samba.org/
2002-04-08The location of postgres.h and utils/builtins.h has moved towennmach2-4/+4
${PREFIX}/include/pgsql/server. Therefore: o Change files/Makefile so that the include files are searched in both possible locations o Bump pkgconflict's revision to 0.3nb1
2002-04-08Update xlhtml package to 0.4.9.3 with HOMEPAGE and MASTER_SITES updates.taca3-26/+8
xlHtml ChangeLog 0.4.9.3 03/19/02 *Began code modularization *Changed pointers to xlhtml web site 0.4.9.2 03/13/02 *Turned over xlhtml to Charles Wyble *Added a patch to support bold formatting 0.4.9.1 03/10/02 * Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kamba * Fixed bug in page name output for non-html output * xlhtml now uses Microsoft CodePages - Victor Wagner P.S. My last name isn't "Kamba" but "Kambe". :-)