Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 11 | -22/+22 | |
2004-02-14 | bl3ify | minskim | 2 | -2/+22 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 48 | -111/+52 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | bl3ify | dmcmahill | 2 | -4/+30 | |
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 3 | -10/+3 | |
automatically now. | |||||
2004-02-13 | s/Independant/Independent/ | snj | 1 | -1/+1 | |
2004-02-13 | USE_LANGUAGES= c c++ | abs | 1 | -1/+2 | |
2004-02-13 | Explicitly depend on pkgconfig. | jmmv | 1 | -1/+2 | |
2004-02-13 | USE_GNU_TOOLS+=lex instead of .if OPSYS || OPSYS .. and simplify | grant | 1 | -13/+5 | |
passing the socket libraries on Solaris. | |||||
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 4 | -13/+53 | |
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE. | |||||
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 4 | -100/+110 | |
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable. | |||||
2004-02-11 | Increase BUILDLINK_DEPENDS. | xtraeme | 2 | -4/+4 | |
2004-02-11 | Bump PKGREVISION due to imlib2 update. | xtraeme | 2 | -4/+4 | |
2004-02-11 | Bump PKGREVISION due to USE_X11BASE -> USE_X11 change. | xtraeme | 1 | -2/+2 | |
2004-02-11 | Use plain MKDIR instead of INSTALL_DATA_DIR to allow build as non-root. | seb | 2 | -4/+4 | |
2004-02-11 | bl3ify | xtraeme | 12 | -25/+150 | |
2004-02-11 | bl3ify and replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. | xtraeme | 3 | -4/+26 | |
2004-02-11 | bl3ify | xtraeme | 1 | -4/+4 | |
2004-02-11 | bl3ify | xtraeme | 4 | -15/+47 | |
2004-02-11 | bl3ify | xtraeme | 2 | -7/+7 | |
2004-02-11 | bl3ify, while here replace USE_X11BASE with USE_X11. | xtraeme | 2 | -9/+37 | |
2004-02-11 | bl3ify | xtraeme | 3 | -18/+42 | |
2004-02-11 | bl3ify | xtraeme | 2 | -2/+24 | |
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 | 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 | 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 | 4 | -8/+57 | |
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 | 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 | 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 | 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 | Add a patch to make this link properly with libGL | garbled | 2 | -1/+14 | |
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 | 2 | -4/+4 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-10 | Downgrade to buildlink2 so this builds again, until PR 24344 is fixed. | wiz | 1 | -3/+3 | |
2004-02-10 | Adapt for PKGNAME change. | wiz | 1 | -9/+9 | |
2004-02-10 | Sort lines (pkglint). | wiz | 1 | -2/+2 | |
2004-02-10 | Add OpenRM, cal3d and cal3d-examples to the graphics Makefile | garbled | 1 | -1/+4 | |
2004-02-10 | Add package for cal3d-examples. Example programs, and useful demo tools | garbled | 6 | -0/+243 | |
for the cal3d 3d skeletal animation library. | |||||
2004-02-10 | Add new package for cal3d-0.9.1, a 3D skeletal animation library. | garbled | 11 | -0/+187 | |
2004-02-10 | Change the PKGNAME to OpenRM. Having the dirname, the pkgname, and the entry | garbled | 1 | -1/+2 | |
in CHANGES all be different was stupid on my part. |