summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-01update to 1.0.3.2recht3-11/+47
changes: Reorganization of font-system so that it can work with True Type fonts instead of the usual pk fonts. This makes it possible to make TeXmacs distributions which do not longer rely on Metafont for the font-handling. Implementation of compound fonts. This is used in order to similate EC fonts by combining several other CM-like fonts. It also provides a first step towards native Unicode support. Improved Octave plug-in and added plug-ins for Clisp, Cmucl and Matlab.
2004-02-01Add joyce, an Amstrad PCW emulator, and raine, an 680x0 arcade emulator,wiz1-3/+16
to suggested packages. + TeXmacs-1.0.3.2, bzflag-1.10.4, evolution-1.5.2, kile-1.6.1, multitail-3.0.5, streamtuner-0.11.0, xmms-1.2.9.
2004-02-01Ooops, regen againmartti1-3/+3
2004-02-01Regenerate (distfile was changed)martti1-3/+3
2004-02-01Note naim-0.11.6.5 update.snj1-1/+2
2004-02-01Update to naim-0.11.6.5. Changes:snj2-6/+6
* All individual protocol drivers have been rewritten as permanent modules. Transient (/modloaded) modules can add new protocol drivers dynamically. * /sync now preserves group names, and saved group names are restored when naim retrieves your permanent buddy list from the TOC server. * New /jumpback command, also available as M-b and F7. Allows the user to do a reverse /jump (to the previous window). Take maintainership. Okayed by wiz.
2004-02-01Fix cosmetic problem in last change.tron1-2/+2
2004-02-01Fix a broken conditional.jlam1-3/+3
2004-02-01Fix typo in previous commit (LIBEPQ -> LIBPQ). This closes PR pkg/24290.xtraeme1-2/+2
2004-02-01Fix two minor typos.agc1-3/+3
2004-02-01"Update" lang/gcc3 to 3.3.2. This package is now a meta-package forjlam13-306/+26
lang/gcc3-*.
2004-02-01Use the gcc3-* packages instead of gcc3. The former are newer, and usingjlam1-16/+50
them, we can more finely express which compilers we want.
2004-02-01Add a buildlink3.mk file for use by bsd.compiler.mk. Note that we alwaysjlam1-0/+22
add the dependency regardless of the depth.
2004-02-01Use _GCC_REQD instead of GCC_REQD since we just want a single value.jlam1-2/+4
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam25-219/+446
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2004-02-01regen distinfo for patches reflecting following changetaya1-4/+3
- remove patch that enables IPv4 mapped IPv6 address - remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-02-01- remove patch that enables IPv4 mapped IPv6 addresstaya4-58/+7
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-02-01Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list).jlam1-2/+2
2004-02-01use sanitize-rpath for SunPro again with the new compiler framework.grant1-6/+5
2004-02-01USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead.jlam1-20/+5
Also remove unneeded section on OS-specific wrappers that's handled automatically nowadays by pkgsrc/bl3.
2004-02-01Fix incorrect path to "gnomesupport.h". The patch was provided bytron1-2/+2
Min Sik Kim in PR pkg/24285.
2004-02-01Instead of silently failing to include missing files, be loud and give thejlam1-4/+2
error ASAP.
2004-02-01Note revision bump for xmms-mad to 1.jmmv1-1/+2
2004-02-01Depend on libmad>=0.15.0bnb1, which includes the pkg-config file needed byjmmv1-1/+4
this package to configure properly. Fixes PR pkg/24286. Bump PKGREVISION to 1.
2004-02-01bl3ifyjlam2-9/+15
2004-02-01fix typolukem1-1/+1
2004-02-01Explicitly note that these are USE_BUILDLINK2 in the Makefiles so that itjlam2-2/+6
may be removed from xscreensaver/Makefile.common.
2004-02-01bl3ifyjlam2-4/+23
2004-02-01Missing an :M operator on the match for "yes".jlam1-6/+8
2004-02-01Preserve previous behaviour by unconditionally setting USE_BUILDLINK2 ifjlam1-2/+3
we're not already using buildlink3.
2004-02-01Add a buildlink3.mk file for xmlcatmgr and teach catalogs.mk to use thejlam2-3/+47
buildlink3.mk file if USE_BUILDLINK3 is "yes".
2004-02-01Append to BUILDLINK_DEPENDS.<pkg>.jlam1-2/+2
2004-02-01bl3ifyjlam2-3/+21
2004-02-01Add a buildlink3.mk file for Mesa.jlam1-0/+12
2004-02-01Actually, it does matter what _GCC_PKG is set to as it's re-used later asjlam1-7/+3
the value of CC_VERSION for the builtin compiler.
2004-02-01bl3ifyjlam1-4/+4
2004-02-01Changes to support new compiler selection framework.jlam2-19/+19
2004-02-01Garbage collect compiler.mk as it's superseded by the new compilerjlam1-272/+0
selection framework in pkgsrc/mk/compiler.
2004-02-01Document PKGSRC_COMPILER.jlam1-1/+28
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam44-90/+90
overridden.
2004-02-01Allow PKGSRC_COMPILER to take precedence over any deprecated variables.jlam1-6/+6
2004-02-01Match names for the C and C++ compilers with the ones we're masquerading.jlam2-6/+6
This should allow ccache to work with SunPro and MIPSpro compilers.
2004-02-01Note that PKGSRC_COMPILER should end in a real compiler.jlam1-1/+2
2004-02-01Prepend the path to the compiler to PATH even if we're using the builtinjlam1-1/+6
compiler. This makes ccache and distcc call the correct compiler from examining the PATH.
2004-02-01When overriding libtool in the source directory, replace it with a shelljlam1-3/+8
script that invokes the correct libtool instead of using a symlink. This fixes the problem where libtool was invoked by /bin/sh regardless of whether libtool was built to be run by /bin/ksh instead.
2004-02-01Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers arejlam1-1/+2
found by ccache and distcc.
2004-02-01Spell MIPSPROBASE correctly.jlam1-2/+2
2004-02-01We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk forjlam2-6/+3
anything.
2004-02-01Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found byjlam1-3/+3
ccache and distcc.
2004-02-01How'd that -lb get there?jlam1-2/+2