summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf9-18/+25
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Apply fix from Mark Davies in pkg/14755: kcontrol's info/partitions pageskrll2-6/+10
seg faults with nfs partitions
2001-11-28Updated to 800.023 (PR#14569 by Shell Hung)martti3-10/+7
Changes in Tk800.022 - Fixes for NoteBook and LabFrame - Various tweaks for "compile" to flat script (tool not released yet) - Doc patches - Slaven's -offset fixes and associated need to change compiled-in defaults. - Feature suggestions from the list.
2001-11-28Buildlinkify.jlam1-2/+3
2001-11-26Add PREFIX to configure environment. The configure script needs it.pooka1-1/+2
2001-11-25Add & enable keylaunchzuntum1-1/+2
2001-11-25Initial import of keylaunch-1.3.0zuntum5-0/+50
KeyLaunch is a small utility for binding commands to a hot key It's nice - now I simply press alt+p and xterm launches.
2001-11-22Apply workaround in pkg/14674 by Mark Davies <mark@mcs.vuw.ac.nz> to dealjlam1-4/+5
with setuid programs not being found unless their read bits are set.
2001-11-19Fix build problems with packages that use artsc-config. The -I option wasjlam1-1/+6
being improperly translated by buildlink. This should fix pkg/14306 by Kent Polk <kpolk@darwin.sfbr.org>.
2001-11-17Fix the PASV response decode in kio_ftp as reported in pkg/13344. Thisskrll3-1/+117
is in line with rfc1123 sec 4.1.2.6. Fix the search method for lib{ssl,crypto} in kopenssl.cc
2001-11-16Update qt2 to 2.3.1nb2. The only change from version 2.3.1nb1 is dependingjlam1-3/+3
on the latest qt2-libs-2.3.1nb1.
2001-11-16Change dependency on qt2-libs to qt2-libs>=${QTVERSION} so that it mayjlam4-8/+8
match qt2-libs-2.3.1nb1.
2001-11-16Update qt2-libs to 2.3.1nb1. Changes from version 2.3.1 are makingjlam3-3/+50
QDir::mkdir and QDir::rmdir work when passed a directory name with trailing slashes by removing the trailing slashes prior to making the mkdir(2) and rmdir(2) system calls. KDE2 seems to rely heavily on this behaviour.
2001-11-16s/NO_BUILDLINK_ONLY/USE_BUILDLINK_ONLY/jlam2-4/+4
2001-11-16Add ldap.protocol file now that we build the LDAP bits of kdebase2.jlam1-1/+2
2001-11-16Remove headers and libraries that need not be symlinked intojlam1-4/+1
${BUILDLINK_DIR} as they're not required for building purposes.
2001-11-15Allow OpenLDAP check to work by removing --without-ldap.jlam1-2/+1
2001-11-15Depend on OpenLDAP, and dd the missing files when building with an OpenLDAPjlam2-2/+6
dependency to the PLIST.
2001-11-15Revert last change...the kio_ldap.* files are part of kdebase2, notjlam2-6/+2
kdelibs2.
2001-11-15Include buildlink code of "openldap" package to get LDAP support not onlytron2-2/+6
by accident.
2001-11-15Don't execute kappfinder_install at install-time. This causes randomjlam2-8/+8
applications to be found which causes random .desktop files to be created in the applnk directory, which ruins our PLISTs. Other package systems already do this -- we're just following suit.
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.