summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-11-14kdelibs/Makefile now needs a KDEDIR setting since it's no longer set byjlam1-1/+2
kde2/buildlink.mk.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-3/+3
single instance of ${PAX}.
2001-11-14Wrap default values in a check for USE_BUILDLINK_ONLY, otherwise thesejlam1-5/+6
values are immediately used within buildlink.mk, even though the values are overridden in another file that is included later. This behaviour occurs on make(1) from 20010826 userland.
2001-11-14Add a DEPEND for gnome-libs.damon1-1/+2
2001-11-13Update kde2 to 2.2.1nb1. We now depend on the latest versions of kdepim2jlam1-9/+8
and kdeutils2.
2001-11-13* Strongly buildlinkify.jlam1-6/+9
2001-11-13* Strongly buildinkify.jlam9-91/+538
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Remove dynamic generation of PLIST. It generates incorrectly if other packages install files in locations that kdebase2 thinks belong to it (cervisia2 does this). Just list all of the files kdebase2 installs directly in the PLIST. Also create a separate list of the plugins created when requested. This fixes the problem noted in pkg/14549 by Mark Davies <mark@mcs.vuw.ac.nz>. * Fix problem noted in pkg/14428 by Mark Davies <mark@mcs.vuw.ac.nz> where the the "Create New" links on the background menu in KDE2 fail to work properly, complaining about insufficient permissions to write files. * Support finding -lXdpms on XFree86-3.3.x with the configure script. * Support Netscape plugins in Konqueror on Linux. * Fix problem noted in pkg/14429 by Mark Davies <mark@mcs.vuw.ac.nz> where the kdeeject script fails to properly call "eject" on NetBSD.
2001-11-13* Strongly buildinkify.jlam8-84/+241
* Manage all of the icon directories for all of the KDE2 packages in the PLIST. * Workaround a NetBSD/alpha egcs optimization bug. * Allow artsdsp pre-loadable module to be built. * Fix pkg/14430 by Mark Davies <mark@mcs.vuw.ac.nz> where mounting devices from KDE2 when /sbin isn't in your path doesn't work because mount/umount can't be found. We append /sbin:/usr/sbin to the path before calling mount/umount. * Properly recognize that NetBSD's OSS implementation doesn't include the Linux MIDI interface. * Fix and sort PLIST.
2001-11-13Create two new files:jlam4-57/+128
Makefile.kde2 included by projects that use the recommended KDE2 build infrastructure, including all of the admin scripts. buildlink.mk included by KDE2 packages and contains all of the settings to use the buildlink.mk infrastructure. These obsolete Makefile.part1 and Makefile.part2.
2001-11-11Patches to the pixmap location and menu namedamon2-0/+24
2001-11-11Updated to 1.3.4, added USE_X11BASEdamon3-25/+34
Changelog: Minor Bug Fixed: * Keybindings now work hopefully on every platform. * omf files now installed in a separate directory. * Changing gnome theme, tabs style didn't change if you didn't restart MGT. Enhancements: * You can now change tab text simply clicking middle button (or CTRL-Left button) on tab. * tab text in dialog window is already selected so that you can quickly delete it.
2001-11-11Adjust format a bit:hubertf1-0/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-02Fix first part of pkg/14422, second part was already fixed (pkg/ problem).wiz1-2/+2
2001-11-01Adapt to new directory layout.tron2-4/+4
2001-11-01Ensure the plugins dir is there at install timedamon1-1/+4
2001-11-01Solve "xpkwedge" problem in a cleaner way.tron1-2/+4
2001-11-01Fix build problem on systems running XFree86 3.3.x in conjuction with thetron1-1/+2
"xpkgwedge" package.
2001-11-01Change reachover references into another package's pkg/ directory intojlam1-2/+2
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum11-11/+11
2001-10-31Move pkg/ files into package's toplevel directoryzuntum365-253/+253
2001-10-31Follow the recent API change in APM_IOC_GETPOWER, fixing pkg/14403.minoura2-1/+16
Reviewed by wiz.
2001-10-30Added gnome-gkrellm and multi-gnome-terminaldamon1-1/+3
2001-10-30Initial Versiondamon4-0/+246
2001-10-30Initial Versiondamon5-0/+64
2001-10-26Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 insteadskrll1-8/+2
of home grown post-patch target.
2001-10-25Move a one-line configure script to be a patch, and update informationagc3-10/+13
accordingly.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam25-56/+54
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Back out last commit. Under certain circumstance (which??) the filestron1-1/+3
are installed indeed.
2001-10-24Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which causedtron2-1/+15
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome" package to fail.
2001-10-24Remove bogus entries for files "share/omf/gnome-core/session-C.omf" andtron1-3/+1
"share/omf/gnome-core/session-ja.omf".
2001-10-23Strongly buildlinkify.jlam1-4/+4
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam23-47/+46
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Create private variables _TCLCONFIG_SED and _TKCONFIG_SED that hold thejlam1-5/+12
sed expression used to convert tclConfig.sh and tkConfig.sh into forms usable by buildlink.
2001-10-23Standardise on one xmeter package in the sysutils category.agc6-58/+1
2001-10-23Strongly-buildlinkify.jlam1-2/+4
2001-10-23Use -Wl,-R instead of -Wl,-rpath as the former is more consistent with thejlam4-15/+15
rest of pkgsrc.
2001-10-23Buildlinkify x11/gtk--. Changes come from patch provided by Ericjlam2-5/+63
Gillespie, Jr.in pkg/14204, which minor updates by me.
2001-10-23Sort.jlam1-3/+3
2001-10-23Update description from blurb on homepage.jlam1-12/+7
2001-10-22Update to rep-gtk 0.15. Changes are minor.mycroft2-7/+7
2001-10-22Update to 3.8.1.mjl2-6/+8
Minor maintainance release. Interesting changes include Added -b option to force backing store Changed license to BSD license. Performance optimizations Updated usage command, which was sorely out of date. Added -D option to specify display on server side Added proxy port to lock file name, making it possible to run multiple processes on the same unit on different proxy ports. Support for LZO bitmap image compression dxpc now accepts the new option -i[n] for image compression.
2001-10-21s/LIBART_CONFIG/ART_CONFIG/ so configure scripts find the buildlinkedrh1-4/+4
version.
2001-10-21xpkgwedge fixes by Hiramatsu Yoshifumi in pkg/14098,wiz4-8/+25
and complete buildlinkification.
2001-10-21Do not install the screensavers ${PREFIX}/bin/*.kss setuid root. Insteadskrll1-2/+2
set ${PREFIX}/bin/kcheckpass setuid root. Fixes pkg/13294 from Scott Presnell <srp@zgi.com>
2001-10-18Make kicker and kdesktop not only compile and work in some cases, butskrll7-57/+208
all cases. Apologies for the mess. If anyone is in the middle of a build I suggest you do: cd x11/kdebase2/work/kdebase-2.2.1 for p in ../../patches/patch-b[hipq] ../../patches/patch-ez \ ../patches/patch-fa; do patch < $p done and start the build again.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Fix kdesktop.skrll2-5/+5
2001-10-18I am a dozy whatnot...skrll4-47/+129
Fix build problems in kicker reported by several people. Closes pkg/14279 from Mark Davies <mark@mcs.vuw.ac.nz>
2001-10-15Update to KDE 2.2.1skrll180-3172/+10373
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Update the gnome meta package to 1.4.0.4 tracking the latest updates torh1-9/+9
the various GNOME packages.