Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-26 | Fix Posix Threads locking problem as suggested by Min Sik Kim on the | tron | 1 | -2/+2 | |
"current-users" mailing list. | |||||
2004-01-26 | Regen. | tron | 1 | -1/+2 | |
2004-01-26 | Regen checksums corrupted by previous commit (hi xtraeme! :-). | tron | 1 | -3/+3 | |
2004-01-26 | Remove alevt, fxtv and xawtv (moved to the multimedia category). | jmmv | 1 | -4/+1 | |
2004-01-26 | xawtv moved to the multimedia category. | jmmv | 7 | -201/+0 | |
2004-01-26 | alevt moved to the multimedia category. | jmmv | 5 | -112/+0 | |
2004-01-26 | fxtv moved to the multimedia category. | jmmv | 23 | -1005/+0 | |
2004-01-26 | Fix build (I don't know what broke it, but pia seems to need threads). | jmmv | 2 | -1/+15 | |
2004-01-26 | add patch-ag | recht | 1 | -1/+2 | |
noted by wiz@ | |||||
2004-01-26 | Unify "flex" build dependence handling. | tron | 1 | -4/+4 | |
2004-01-26 | Use find(1) with "-print" option because IRIX's "find" will otherwise | tron | 1 | -15/+15 | |
not print out anything. Noted by Georh Schwarz in private e-mail. | |||||
2004-01-26 | Fix build with newer versions of curl where TRUE and FALSE aren't | recht | 1 | -0/+19 | |
defined anymore. | |||||
2004-01-25 | version.mk no longer defines MESA_VERSION. Put the version number of the | jlam | 3 | -10/+6 | |
required package in its place. Thanks to Jan Schaumann for diagnosing the problem. | |||||
2004-01-25 | Let build depend on "flex" package as suggested by Georg Schwarz on | tron | 1 | -2/+2 | |
the "tech-pkg" mailing list. | |||||
2004-01-25 | Add build dependency on perl. | kristerw | 1 | -1/+2 | |
2004-01-25 | Fix build problem on NetBSD systems without native pthread support. | tron | 2 | -1/+26 | |
2004-01-25 | Regen, missed in previous (hi tron! :-) | xtraeme | 2 | -4/+6 | |
2004-01-25 | replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. | grant | 1 | -4/+2 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 68 | -136/+136 | |
2004-01-24 | Fix Posix Threads locking problem as suggested by Min Sik Kim on the | tron | 1 | -0/+18 | |
"current-users" mailing list. | |||||
2004-01-24 | Fix Posix Threads locking problem as suggested by Min Sik Kim on the | tron | 3 | -4/+7 | |
"current-users" mailing list. | |||||
2004-01-24 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-24 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-24 | Missed during update to 1.6.1.93. | jmmv | 1 | -0/+12 | |
2004-01-24 | Update to mjpegtools-1.6.1.93. I haven't been able to find a list of changes, | jmmv | 5 | -55/+83 | |
what I've found from diffing since 1.6.1.90 are mostly bug fixes. While here, disable GTK support, so that we don't get a dependancy on GTK 1 when installing GNOME2. This only removes the 'glav' program anyway, which may be later added in an independant package if needed. | |||||
2004-01-24 | Undo last change, this is the wrong "buildlink2.mk" file. | tron | 1 | -2/+1 | |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 13 | -26/+26 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 4 | -20/+36 | |
2004-01-24 | If we use the XFree86-supplied GL and GLU libraries, then we are using X11. | jlam | 2 | -2/+4 | |
2004-01-24 | Using xpm implies using X11. | jlam | 1 | -1/+2 | |
2004-01-24 | Make sure that <freetype/freetype.h> is found. Also if we use the | jlam | 1 | -1/+3 | |
XFree86-supplied freetype2, then set USE_X11. | |||||
2004-01-24 | Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler | kristerw | 1 | -2/+2 | |
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. | |||||
2004-01-24 | bl3ify | jlam | 4 | -7/+48 | |
2004-01-24 | The mastersite has changed the name of the distfile. | kristerw | 2 | -5/+6 | |
2004-01-24 | Include buildlink 2 glue code for "libiconv" package to fix build problems | tron | 1 | -1/+2 | |
in the "xine-arts" package. | |||||
2004-01-23 | Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. | jmmv | 25 | -47/+50 | |
This shouldn't be needed if we had non-recursive dependancies *sigh*. | |||||
2004-01-23 | Move the MESA_VERSION definition from version.mk into Makefile.common, and | jlam | 2 | -8/+8 | |
don't include version.mk from Makefile.common. version.mk's sole purpose now is to figure out which version of the OpenGL specification is implemented by the XFree86-provided Mesa and to deduce a likely version of Mesa from the OpenGL specification implemented. | |||||
2004-01-23 | Update to 1.3.8. | snj | 2 | -6/+5 | |
Changes since 1.3.7: * Updated translations for fi, ja, and sv. * Revert to old pageup/down key behavior for main window. * EXIF sidebar state and size are now retained. * Added N key to go to next image, to supplement B for previous image. * Fix selection of next image when deleting current image. * Fix image size display in properties window. * Fix display of file sizes and counts greater than 2 gigabytes. * Fix failure to complete thumbnails after encountering corrupt image. * Fix incorrect name display when creating a folder in the tree view. * Fix clear list crash in find duplicates window when comparing 2 sets. * Fix use of freed memory in thumbnail loader. * Fix invalid utf-8 warning in help window. * Fix output of --help to non-utf-8 terminals. * Grammar and spelling fixes. * Misc. bug fixes. Okayed by wiz. | |||||
2004-01-23 | graphics/gd uses X11, so all packages that link against gd use X11. | jlam | 1 | -1/+3 | |
2004-01-23 | graphics/gd requires USE_X11. | jlam | 1 | -1/+3 | |
2004-01-22 | The CONFLICTS line is useless here; we depend on a version newer than the | jmmv | 2 | -6/+2 | |
specified on it. | |||||
2004-01-22 | Fix path to OSS audio device in multiple places. Bump PKGREVISION to 1. | jmmv | 1 | -1/+10 | |
2004-01-22 | This package uses xine-lib and we know arts is already installed, so depend | jmmv | 1 | -1/+3 | |
on xine-arts to get sound support under KDE. | |||||
2004-01-22 | Do not install the esound audio plugin. While here, split the Makefile | jmmv | 3 | -38/+45 | |
in two parts in preparation for the shortcoming xine-arts and xine-esound packages. Bump PKGREVISION to 3. | |||||
2004-01-22 | USE_GMAKE is not necessary, sorry about the mistake | adam | 1 | -2/+1 | |
2004-01-22 | Do not install example source code, because it does not build correctly ↵ | adam | 1 | -0/+13 | |
(developers can still use the gle distribution) | |||||
2004-01-22 | Changes 3.0.5: | adam | 6 | -53/+112 | |
- Added documentation and examples Changes 3.0.6: - Ship some files that were missing in 3.0.5 Changes 3.0.7: - Fixes a configure bug, where libglut was not detected Changes 3.1.0: - Added support for alpha blending - Fix minor memory leak | |||||
2004-01-22 | MesaDemos-6.0 fixed linking problem | adam | 3 | -13/+9 | |
2004-01-22 | Mesa-6.0 packages now use LIBTOOL and finally build | adam | 6 | -78/+14 | |
2004-01-22 | Mesa-6.0 packages now use LIBTOOL and finally build | adam | 15 | -91/+186 | |