summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-02Fix build in FreeBSD, the output was:xtraeme1-1/+13
_mpih-mul1.s:2: Error: alignment not a power of 2 _mpih-mul1.s:20: Error: alignment not a power of 2 So, changing ALIGN (3) to ALIGN (4) fixes these problems. Patch sent by pancake in private email, adapted to use subst.mk framework by me.
2004-02-02Same libraries were not installed in FreeBSD, so use PLIST_SUBST toxtraeme2-5/+11
make the precompiled package.
2004-02-02Master distfile has changed - adaptabs3-8/+8
2004-02-02Revert previous commit, buildlink still is needed as pointed outxtraeme1-2/+2
Julio Merino.
2004-02-02mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, soxtraeme1-2/+2
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in PR pkg/24303.
2004-02-02There's no need to use buildlink[23] here.xtraeme1-3/+3
2004-02-02Explain the modifications required to use the XFree86 packages fromxtraeme2-3/+15
pkgsrc correctly.
2004-02-02Update MAINTAINER address per his request.wiz1-2/+2
2004-02-02Add RCS Id (hi soren -- use pkglint :)).wiz2-0/+2
2004-02-02Added tpb.soren1-1/+2
2004-02-02Oh, PKGREVISION isn't mandatory..soren1-2/+1
2004-02-02This program enables the IBM Thinkpad(tm) special keys. It is possible to bindsoren6-0/+73
a program to the ThinkPad button. It has a on-screen display (OSD) to show volume, mute and brightness of the LCD.
2004-02-02Note bump PKGREVISION to XFree86* packages, they can be installedxtraeme1-1/+2
with or without xpkgwedge.
2004-02-02XFree86 meta-package can be now installed with or without xpkgwedge,xtraeme19-6096/+6115
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION.
2004-02-02XFree86 meta-package can be now installed with or without xpkgwedge,xtraeme16-2091/+2167
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION.
2004-02-02These packages need a C++ compiler.jlam10-20/+20
2004-02-02duh... s/CCACHE/DISTCC/jlam1-2/+2
2004-02-02Whitespace fixes.jlam1-3/+3
2004-02-02If we can't find the package using pkg_info, then use a simple heuristicjlam1-2/+10
to figure out _GCC_SUBPREFIX.
2004-02-02G/C _GCC_ARCHSUBDIR. All references to it from gcc*/buildlink*.mk filesjlam1-5/+2
have been removed.
2004-02-02Don't rely on _GCCARCHSUBDIR.jlam1-8/+8
2004-02-02There was an extra slash where there shouldn't have been.jlam1-2/+2
2004-02-02Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrcjlam2-4/+4
PMC.
2004-02-02Pretend that all versions of NetBSD newer than 1.6U have Heimdal-0.6.jlam1-2/+2
2004-02-02Only prepend the compiler package location to the PATH if we actuallyjlam4-10/+16
request a compiler that's supported by the named compiler package.
2004-02-02Initialize a variable before use.jlam1-1/+2
2004-02-02s/:/./ to fix Makefile breakage.jlam1-3/+3
2004-02-02Whitespace fixes.jlam2-10/+10
2004-02-02If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers.jlam1-1/+12
This is, of course, wrong. Excerpted from the file itself: # XXX Add this gross and completely inaccurate hack. Packages that # XXX set USE_GCC_SHLIB should be adjusted to set USE_LANGUAGES # XXX correctly (most likely by saying it needs either "c++" or # XXX "c c++"). This is here for now so that ~85 packages won't # XXX suddenly break.
2004-02-02If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS asjlam1-1/+6
all of those programs will link against either libstdc++.so or libg2c.so.
2004-02-02Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses whatjlam1-7/+7
that variable is used for.
2004-02-02Only create wrapper scripts for compilers that we require support for asjlam2-6/+22
noted in USE_LANGUAGES.
2004-02-02These packages don't use any compilers, so set USE_LANGUAGES to an emptyjlam2-2/+4
value.
2004-02-02This packages is just shell scripts, so set USE_LANGUAGES to an emptyjlam1-1/+2
value.
2004-02-02Support a new variable in package Makefiles:jlam6-29/+118
USE_LANGUAGES Lists the languages used in the source code of the package, and is used to determine the correct compilers to install. Valid values are: c, c++, fortran, java, objc. The default is "c". Packages that don't need any compilers and set this variable to an empty value, e.g. "USE_LANGUAGES=". This can probably be combined in some smart way with setting USE_GCC_SHLIBS and USE_FORTRAN automatically.
2004-02-02link against libnsl and libsocket on Solaris.grant1-1/+3
2004-02-02patch-ab is no longer needed.uebayasi1-0/+0
2004-02-02don't pass gcc specific flags.grant2-6/+7
2004-02-02Update zsh to 4.0.9. From Min Sik Kim <minskim at bawi dot org> in PRuebayasi8-51/+57
pkg/24297. Changes since 4.0.7: - Many bug fixes. - Local improvements to various completion functions.
2004-02-02note update of cmake to 1.6.6nb2.grant1-1/+2
2004-02-02fix wrong usage of ${OPSYS} in PLIST. fixes install on non-NetBSD.grant2-4/+4
bump PKGREVISION.
2004-02-02Note update of "mutt" package to version 1.4.1nb5.tron1-1/+2
2004-02-02Repeat after me:tron8-79/+78
I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. [...]
2004-02-02Restore patch which got lost because it was illicitly bundled withtron2-2/+21
another patch.
2004-02-02Update mk-files:sjg3-7/+8
- fix a typo in autodep.mk - extract HOST_TARGET stuff to host-target.mk so own.mk and Generic.sys.mk can share it.
2004-02-02fprot-workstation-bin-4.3.2 update done.wiz1-1/+2
2004-02-02Update to 4.3.2:wiz3-7/+8
Version 4.3.2 contains various bugfixes and improvements to the documentation and software. o Minor modifications to the check-updates.pl script. o A libmilter plugin for the Mail Scanner added. o A qmail plugin for the Mail Scanner added. o Improved mime handling. o Various features added to scan-mail.pl. o Minor improvements in mime handling.
2004-02-02Fix a case where gcc3.3 is too clever for autoconf.kristerw2-1/+24
configure tries to determine if -lm is needed by compiling int main() { (void)sin(0.0); ; return 0; } and see if linking fails. But gcc3.3 optimizes that to just "return 0;"
2004-02-02bl3ify and define u_int8_t=uint8_t.grant1-4/+9
fixes build on Solaris and with SunPro.
2004-02-02transform -f{pic,PIC} -> -Kpic and -shared -> -G to fix building ofgrant1-8/+13
packages which pass these gcc-specific flags. also ignore -Werror; if a package passes -Werror, it's expecting that the compiler is gcc, which in this case it is not. SunPro often emits warnings on code which gcc doesn't, so transforming this flag to -errwarn is counterproductive.