summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-11bl3ifyxtraeme8-22/+130
2004-02-11bl3ifyxtraeme6-27/+119
2004-02-11Back out previous. USE_LANGUAGES is set properly by each individualjlam1-2/+1
Mesa sub-package.
2004-02-11The Mesa buildlink3.mk files have been modified so that users of glutjlam1-3/+3
will automatically use the pkgsrc versions of Mesa (unless some future XFree86 release includes Mesa-6.0).
2004-02-11bl3ifyxtraeme4-22/+85
2004-02-11config.guess/config.sub override for mipseb.sekiya1-1/+4
2004-02-11This packages uses C++.jlam1-2/+2
2004-02-11Turn MESA_REQD back into a public variable, and make it take a list ofjlam8-21/+53
values that MesaLib/buildlink3.mk converts into a single _MESA_REQD that is the highest version required. If including the Mesa/buildlink3.mk file, then require the same version of Mesa as required by glut.
2004-02-11USE_LANGUAGES=c c++abs11-12/+22
2004-02-11'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2abs1-1/+2
2004-02-11Now that PR 24378 has been fixed, take the hack out of Makefile.common sogarbled2-4/+6
these packages build the way they were intended to.
2004-02-11bl3ifyxtraeme6-12/+91
2004-02-11Defer creating the auto* stubs until just before we enter the build phase.jlam1-2/+4
This allows any autoconf/automake we execute at pre-configure time to find its own scripts, yet still prevents "make build" from clobbering any changes we may have made.
2004-02-11bl3ifyxtraeme2-13/+45
2004-02-11bl3ifyjlam1-3/+4
2004-02-11bl3ifyxtraeme14-44/+235
2004-02-11This package builds just fine without needing GNU gettext-lib. Bumpjlam1-5/+2
PKGREVISION as a result of this change.
2004-02-11bl3ifyxtraeme4-3/+52
2004-02-11This package uses no compilers.jlam1-1/+2
2004-02-11Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>.xtraeme2-4/+4
2004-02-11Put TEST_TARGET definition before the includes.jmmv1-3/+3
2004-02-10Simplify last commit by just passing LDFLAGS to the compiler when linkingjlam2-14/+15
the shared library. This automatically puts the LDFLAGS for any dependencies, including the gcc3-* packages, into the link command.
2004-02-10This package uses no compilers.jlam1-1/+2
2004-02-10bl3ifyjlam1-7/+8
2004-02-10Be less verbose at pre-install.jlam1-4/+8
2004-02-10Require at least the same versions of MesaLib and glu to build.jlam1-1/+2
2004-02-10Don't pass the -DGLX_GLXEXT_LEGACY to the compiler if we're buildingjlam2-2/+5
another bit of the Mesa package.
2004-02-10This package requires both a C and a C++ compiler.jlam1-1/+2
2004-02-10Require at least the same version of MesaLib to build.jlam1-1/+2
2004-02-10This package uses no compilers.jlam1-1/+2
2004-02-10Require at least the version of Mesa that's installed by the base systemjlam2-2/+4
if it's used.
2004-02-10The values of CC are CC_VERSION are redundant. Just use CC_VERSION. Wejlam1-2/+3
record it only if the package actually used the compiler.
2004-02-10Privatise MESA_REQD.jlam2-6/+6
2004-02-10The pkgsrc version of Mesa that last bumped shlib majors was 6.0.jlam2-4/+4
2004-02-10Note addition of genecys-data and genecys-clientgarbled1-1/+3
2004-02-10Add genecys-client and genecys-datagarbled1-1/+3
2004-02-10Import new package for genecys-client. Genecys is a 3D third-persongarbled4-0/+43
online RPG. This is the client for the game. The game is currently in alpha release status.
2004-02-10Import new pkg for genecys data files. These are the datafiles requiredgarbled4-0/+812
to run the genecys client or server.
2004-02-10Add a patch to make this link properly with libGLgarbled2-1/+14
2004-02-10Fix configure to find and use the python headers and libraries that belongmarkd3-2/+19
to the version of python that has been selected for use via pkgsrc. Should fix PR pkg/24288
2004-02-10Buildlink3-ify this packagegarbled2-6/+33
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam25-50/+50
and any pre-existing buildlink2.mk files.
2004-02-10The BUILDLINK_DEPENDS.<pkg> should match the one in the buildlink2.mk filejlam1-2/+2
if it exists.
2004-02-10- py-jpCodecs-1.4.10minskim1-2/+1
2004-02-10Note update of py-jpCodecs to 1.4.10.minskim1-1/+2
2004-02-10Update py-jpCodecs to 1.4.10 and bl3ify.minskim2-7/+7
Patch provided by iyoda at atikoro dot org in PR pkg/23715. Changes in 1.4.10: - Fixed soundness bugs in Shift_JIS and MS932 decoders that invalid characters are quietly mapped into invalid Unicode characters. (Thanks to Hye-Shik Chang) - Fixed a buffer overflow in the encoder of japanese.c.euc-jp caused by a string that contains a lot of supplement Kanji characters. (Thanks to Atsuo ISHIMOTO) - added an alias "eucjp" for "japanese.euc-jp".
2004-02-10Added py-gnutls-0.2.minskim1-1/+2
2004-02-10Add and enable py-gnutls.minskim1-1/+2
2004-02-10Require at least ${GCC_VERSION} of the GCC C++ compiler package to buildjlam1-2/+3
this.
2004-02-10Import py-gnutls from pkgsrc-wip.minskim4-0/+34
Python bindings for GNUTLS. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.