summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-person garbled4-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 required garbled4-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.
2004-02-10Honor GCC3_PKGMODIF for alternate gcc3 install location.jlam1-2/+2
2004-02-10Add an explicit dependency on gcc3-c so that gcc3-* sub-language packagesjlam1-4/+2
will depend on gcc3-c instead perhaps of just using the system compiler.
2004-02-10Explicitly depend on pkgconfig.minskim1-1/+2
2004-02-10Note revision bump for nautilus to 2.jmmv1-1/+2
2004-02-10Ensure that the "Start Here" link that gets created in the desktop has writejmmv3-3/+17
permissions for the owner. Bump PKGREVISION to 2.
2004-02-10Note update of py-bsddb3 to 4.1.6.minskim1-1/+2
2004-02-10Update py-bsddb3 to 4.1.6.minskim5-55/+27
Changes sinec 4.1.1: * Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Updated documentation for set_get_returns_none. Regenerated the stale html docs from the text documentation. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item. * Added the dbobj wrapper for DBEnv set_timeout method. * Updated README.txt * Added the DBEnv.set_timeout method. * code cleanup to use python 2.x features in .py files * the standalone pybsddb distribution will install a module called bsddb3 while the module included with python >= 2.3 will be known as bsddb. * Shared all .py and .c source with the Python project. * Fixed DBTxn objects to raise an exception if they are used after the underlying DB_TXN handle becomes invalid. (rather than potentially causing a segfault) * Fixed module to work when compiled against a python without thread support. * Do not attempt to double-close DB cursor's whos underlying DB has already been closed (fixes a segfault). * Close DB objects when DB.open fails to prevent an exception about databases still being open when calling DBEnv.close.
2004-02-10Install with -c option to avoid deleting files/id3lib_strings.h from pkgsrcgavan1-2/+2