Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-11 | bl3ify | xtraeme | 8 | -22/+130 | |
2004-02-11 | bl3ify | xtraeme | 6 | -27/+119 | |
2004-02-11 | Back out previous. USE_LANGUAGES is set properly by each individual | jlam | 1 | -2/+1 | |
Mesa sub-package. | |||||
2004-02-11 | The Mesa buildlink3.mk files have been modified so that users of glut | jlam | 1 | -3/+3 | |
will automatically use the pkgsrc versions of Mesa (unless some future XFree86 release includes Mesa-6.0). | |||||
2004-02-11 | bl3ify | xtraeme | 4 | -22/+85 | |
2004-02-11 | config.guess/config.sub override for mipseb. | sekiya | 1 | -1/+4 | |
2004-02-11 | This packages uses C++. | jlam | 1 | -2/+2 | |
2004-02-11 | Turn MESA_REQD back into a public variable, and make it take a list of | jlam | 8 | -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-11 | USE_LANGUAGES=c c++ | abs | 11 | -12/+22 | |
2004-02-11 | 'UNLIMIT_RESOURCES=datasize' for gcc3 on i386 1.6.2 | abs | 1 | -1/+2 | |
2004-02-11 | Now that PR 24378 has been fixed, take the hack out of Makefile.common so | garbled | 2 | -4/+6 | |
these packages build the way they were intended to. | |||||
2004-02-11 | bl3ify | xtraeme | 6 | -12/+91 | |
2004-02-11 | Defer creating the auto* stubs until just before we enter the build phase. | jlam | 1 | -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-11 | bl3ify | xtraeme | 2 | -13/+45 | |
2004-02-11 | bl3ify | jlam | 1 | -3/+4 | |
2004-02-11 | bl3ify | xtraeme | 14 | -44/+235 | |
2004-02-11 | This package builds just fine without needing GNU gettext-lib. Bump | jlam | 1 | -5/+2 | |
PKGREVISION as a result of this change. | |||||
2004-02-11 | bl3ify | xtraeme | 4 | -3/+52 | |
2004-02-11 | This package uses no compilers. | jlam | 1 | -1/+2 | |
2004-02-11 | Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>. | xtraeme | 2 | -4/+4 | |
2004-02-11 | Put TEST_TARGET definition before the includes. | jmmv | 1 | -3/+3 | |
2004-02-10 | Simplify last commit by just passing LDFLAGS to the compiler when linking | jlam | 2 | -14/+15 | |
the shared library. This automatically puts the LDFLAGS for any dependencies, including the gcc3-* packages, into the link command. | |||||
2004-02-10 | This package uses no compilers. | jlam | 1 | -1/+2 | |
2004-02-10 | bl3ify | jlam | 1 | -7/+8 | |
2004-02-10 | Be less verbose at pre-install. | jlam | 1 | -4/+8 | |
2004-02-10 | Require at least the same versions of MesaLib and glu to build. | jlam | 1 | -1/+2 | |
2004-02-10 | Don't pass the -DGLX_GLXEXT_LEGACY to the compiler if we're building | jlam | 2 | -2/+5 | |
another bit of the Mesa package. | |||||
2004-02-10 | This package requires both a C and a C++ compiler. | jlam | 1 | -1/+2 | |
2004-02-10 | Require at least the same version of MesaLib to build. | jlam | 1 | -1/+2 | |
2004-02-10 | This package uses no compilers. | jlam | 1 | -1/+2 | |
2004-02-10 | Require at least the version of Mesa that's installed by the base system | jlam | 2 | -2/+4 | |
if it's used. | |||||
2004-02-10 | The values of CC are CC_VERSION are redundant. Just use CC_VERSION. We | jlam | 1 | -2/+3 | |
record it only if the package actually used the compiler. | |||||
2004-02-10 | Privatise MESA_REQD. | jlam | 2 | -6/+6 | |
2004-02-10 | The pkgsrc version of Mesa that last bumped shlib majors was 6.0. | jlam | 2 | -4/+4 | |
2004-02-10 | Note addition of genecys-data and genecys-client | garbled | 1 | -1/+3 | |
2004-02-10 | Add genecys-client and genecys-data | garbled | 1 | -1/+3 | |
2004-02-10 | Import new package for genecys-client. Genecys is a 3D third-person | garbled | 4 | -0/+43 | |
online RPG. This is the client for the game. The game is currently in alpha release status. | |||||
2004-02-10 | Import new pkg for genecys data files. These are the datafiles required | garbled | 4 | -0/+812 | |
to run the genecys client or server. | |||||
2004-02-10 | Add a patch to make this link properly with libGL | garbled | 2 | -1/+14 | |
2004-02-10 | Fix configure to find and use the python headers and libraries that belong | markd | 3 | -2/+19 | |
to the version of python that has been selected for use via pkgsrc. Should fix PR pkg/24288 | |||||
2004-02-10 | Buildlink3-ify this package | garbled | 2 | -6/+33 | |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 25 | -50/+50 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> should match the one in the buildlink2.mk file | jlam | 1 | -2/+2 | |
if it exists. | |||||
2004-02-10 | - py-jpCodecs-1.4.10 | minskim | 1 | -2/+1 | |
2004-02-10 | Note update of py-jpCodecs to 1.4.10. | minskim | 1 | -1/+2 | |
2004-02-10 | Update py-jpCodecs to 1.4.10 and bl3ify. | minskim | 2 | -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-10 | Added py-gnutls-0.2. | minskim | 1 | -1/+2 | |
2004-02-10 | Add and enable py-gnutls. | minskim | 1 | -1/+2 | |
2004-02-10 | Require at least ${GCC_VERSION} of the GCC C++ compiler package to build | jlam | 1 | -2/+3 | |
this. | |||||
2004-02-10 | Import py-gnutls from pkgsrc-wip. | minskim | 4 | -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. |