summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-09-29Use gcc/buildlink2.mk instead of Makefile.gcc, and note that this packagesjlam1-6/+7
uses C++. Hopefully fixes pkg/16567.
2002-09-28Add and enable gnustep-backrh1-1/+2
2002-09-27Initial import of gnustep-back-0.8.1, the X11 GUI backend for GNUsteprh5-0/+85
2002-09-27Add a buildlink2.mkrh1-0/+26
2002-09-27Make this work with xpkgwedge by using PREFIX instead of X11BASE.grant6-21/+30
Bump PKGREVISION. Fixes pkg/18197 from Urban Boquist <urban@boquist.net>.
2002-09-27Add and enable gnustep-guirh1-1/+2
2002-09-27Initial import of gnustep-gui-0.8.1, the GNUstep GUI AppKit class library.rh7-0/+774
2002-09-27* use bsd.pkg.install.mk and automatic rc.d script handling.grant2-21/+16
* convert to rc.subr-style script.
2002-09-27regen (patch-aa removal)wiz1-2/+1
2002-09-25Fix PR 18412: x11/xkbset dumps core if the XKB extension is not loadedhubertf3-2/+19
2002-09-25Fix for xpkgwedge.hubertf2-5/+5
Patch by Robert Elz <kre@munnari.OZ.AU> from PR 18413.
2002-09-24Sort.wiz1-3/+3
2002-09-24Complete standardization of messages according to latest pkglint.wiz9-27/+27
2002-09-24BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for finding qt3-libs headersjlam1-0/+3
and libraries.
2002-09-23buildlink1 -> buildlink2jlam2-23/+22
2002-09-23buildlink1 -> buildlink2 and minor installation fixups.jlam3-15/+15
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-09-23buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead ofjlam1-7/+8
manually building in each directory in a custom do-build target.
2002-09-23buildlink1 -> buildlink2jlam1-7/+10
2002-09-23multi-gnome-terminal looks for its icons in the mgt subdirectory ofjlam2-19/+7
share/pixmaps. This also prevents a conflict with gnome-pixmaps.
2002-09-23buildlink1 -> buildlink2jlam2-22/+21
2002-09-23buildlink1 -> buildlink2, and remove dependency on autoconf.jlam3-12/+44
2002-09-23buildlink1 -> buildlink2jlam1-3/+5
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam4-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-23Only link in gtk1 headers.wiz2-4/+4
2002-09-23Unused.wiz1-38/+0
2002-09-23Convert to buildlink2, add buildlink2.mk.wiz2-6/+25
2002-09-23add & enable xkbsethubertf1-1/+2
2002-09-23Add xkbset 0.3:hubertf5-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-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-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-23Add the -Wl,-R flags to find the widget library. The ld wrapper scriptjlam3-7/+13
understands "-Wl,-R" to be just "-R", so it will work fine.
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam2-9/+12
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-22buildlink1 -> buildlink2jlam1-7/+7
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam1-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-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam2-5/+3
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam7-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-21buildlink1 -> buildlink2jlam3-118/+18
2002-09-21Move the USE_BUILDLINK2 definition to the common Makefile, as we includejlam3-8/+4
buildlink2.mk files from there.
2002-09-21Make "-ltk" resolve into "-ltk83", so that we don't need to patch sojlam1-1/+6
many Makefiles.
2002-09-21Updated xpmroot to 2.4.11 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-09-21buildlink1 -> buildlink2jlam1-6/+6
2002-09-21No packages use xforms/buildlink.mk anymore.jlam1-37/+0
2002-09-21Create empty modules directory for dependent packages to install theirrh2-3/+5
gtk2 modules. Remove upon deinstall. Closes PR pkg/18253 by Julio Merino <jmmv@hispabsd.org>
2002-09-21buildlink1 -> buildlink2jlam6-21/+23
2002-09-20Follow the guidelines set forth in bsd.buildlink2.mk for making ajlam1-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-20buildlink1 -> buildlink2jlam1-9/+10
2002-09-20buildlink1 -> buildlink2jlam1-9/+5
2002-09-20Remove redundant setting for BUILDLINK_DEPENDS.qt2-libs.jlam1-3/+1
2002-09-20All packages that used these buildlink.mk files have been converted tojlam3-232/+0
use buildlink2, so remove these files.
2002-09-20Trivially use buildlink2.jlam1-1/+2