Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-29 | Use gcc/buildlink2.mk instead of Makefile.gcc, and note that this packages | jlam | 1 | -6/+7 | |
uses C++. Hopefully fixes pkg/16567. | |||||
2002-09-28 | Add and enable gnustep-back | rh | 1 | -1/+2 | |
2002-09-27 | Initial import of gnustep-back-0.8.1, the X11 GUI backend for GNUstep | rh | 5 | -0/+85 | |
2002-09-27 | Add a buildlink2.mk | rh | 1 | -0/+26 | |
2002-09-27 | Make this work with xpkgwedge by using PREFIX instead of X11BASE. | grant | 6 | -21/+30 | |
Bump PKGREVISION. Fixes pkg/18197 from Urban Boquist <urban@boquist.net>. | |||||
2002-09-27 | Add and enable gnustep-gui | rh | 1 | -1/+2 | |
2002-09-27 | Initial import of gnustep-gui-0.8.1, the GNUstep GUI AppKit class library. | rh | 7 | -0/+774 | |
2002-09-27 | * use bsd.pkg.install.mk and automatic rc.d script handling. | grant | 2 | -21/+16 | |
* convert to rc.subr-style script. | |||||
2002-09-27 | regen (patch-aa removal) | wiz | 1 | -2/+1 | |
2002-09-25 | Fix PR 18412: x11/xkbset dumps core if the XKB extension is not loaded | hubertf | 3 | -2/+19 | |
2002-09-25 | Fix for xpkgwedge. | hubertf | 2 | -5/+5 | |
Patch by Robert Elz <kre@munnari.OZ.AU> from PR 18413. | |||||
2002-09-24 | Sort. | wiz | 1 | -3/+3 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 9 | -27/+27 | |
2002-09-24 | BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for finding qt3-libs headers | jlam | 1 | -0/+3 | |
and libraries. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 2 | -23/+22 | |
2002-09-23 | buildlink1 -> buildlink2 and minor installation fixups. | jlam | 3 | -15/+15 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -4/+3 | |
2002-09-23 | buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead of | jlam | 1 | -7/+8 | |
manually building in each directory in a custom do-build target. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -7/+10 | |
2002-09-23 | multi-gnome-terminal looks for its icons in the mgt subdirectory of | jlam | 2 | -19/+7 | |
share/pixmaps. This also prevents a conflict with gnome-pixmaps. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 2 | -22/+21 | |
2002-09-23 | buildlink1 -> buildlink2, and remove dependency on autoconf. | jlam | 3 | -12/+44 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -3/+5 | |
2002-09-23 | IDL files must be added to BUIDLINK_FILES because the IDL files are | jlam | 4 | -4/+17 | |
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2. | |||||
2002-09-23 | Only link in gtk1 headers. | wiz | 2 | -4/+4 | |
2002-09-23 | Unused. | wiz | 1 | -38/+0 | |
2002-09-23 | Convert to buildlink2, add buildlink2.mk. | wiz | 2 | -6/+25 | |
2002-09-23 | add & enable xkbset | hubertf | 1 | -1/+2 | |
2002-09-23 | Add xkbset 0.3: | hubertf | 5 | -0/+60 | |
xkbset is a program rather like xset in that it allows you to set various features of the X window interface. It allows one to configure most of the options connected with the XKB extensions. They are described in Section 10 of XKBlib.ps. XXX With this program, X can be made to work on a Toshiba Portege 3000 wwwiiittthhhooouuuuttt key repeating. Just put this into your .xinitrc / .xsession: xkbset exp bo xkbset bo Thanks to erik.berglund@deployit.biz for this hint! | |||||
2002-09-23 | Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location of | jlam | 1 | -3/+4 | |
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2. | |||||
2002-09-23 | Add the -Wl,-R flags to find the widget library. The ld wrapper script | jlam | 3 | -7/+13 | |
understands "-Wl,-R" to be just "-R", so it will work fine. | |||||
2002-09-23 | Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard names | jlam | 2 | -9/+12 | |
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files. | |||||
2002-09-22 | buildlink1 -> buildlink2 | jlam | 1 | -7/+7 | |
2002-09-22 | Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> | jlam | 1 | -1/+4 | |
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>} | |||||
2002-09-22 | Don't symlink certain classes of files that aren't needed by buildlink2: | jlam | 2 | -5/+3 | |
*.pc and binaries. Both these things are simply found by packages in their true installed locations. | |||||
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 7 | -23/+25 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 3 | -118/+18 | |
2002-09-21 | Move the USE_BUILDLINK2 definition to the common Makefile, as we include | jlam | 3 | -8/+4 | |
buildlink2.mk files from there. | |||||
2002-09-21 | Make "-ltk" resolve into "-ltk83", so that we don't need to patch so | jlam | 1 | -1/+6 | |
many Makefiles. | |||||
2002-09-21 | Updated xpmroot to 2.4.11 (to match the current fvwm2 version). There are | martti | 2 | -5/+5 | |
no changes in the xpmroot code... | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 1 | -6/+6 | |
2002-09-21 | No packages use xforms/buildlink.mk anymore. | jlam | 1 | -37/+0 | |
2002-09-21 | Create empty modules directory for dependent packages to install their | rh | 2 | -3/+5 | |
gtk2 modules. Remove upon deinstall. Closes PR pkg/18253 by Julio Merino <jmmv@hispabsd.org> | |||||
2002-09-21 | buildlink1 -> buildlink2 | jlam | 6 | -21/+23 | |
2002-09-20 | Follow the guidelines set forth in bsd.buildlink2.mk for making a | jlam | 1 | -2/+17 | |
buildlink2.mk file. This package installs both headers and libraries, so we need to define a BUILDLINK_FILES variable for it. | |||||
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -9/+10 | |
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -9/+5 | |
2002-09-20 | Remove redundant setting for BUILDLINK_DEPENDS.qt2-libs. | jlam | 1 | -3/+1 | |
2002-09-20 | All packages that used these buildlink.mk files have been converted to | jlam | 3 | -232/+0 | |
use buildlink2, so remove these files. | |||||
2002-09-20 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |