Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
seg faults with nfs partitions
|
|
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.
|
|
|
|
|
|
|
|
KeyLaunch is a small utility for binding commands to a hot key
It's nice - now I simply press alt+p and xterm launches.
|
|
with setuid programs not being found unless their read bits are set.
|
|
being improperly translated by buildlink. This should fix pkg/14306 by
Kent Polk <kpolk@darwin.sfbr.org>.
|
|
is in line with rfc1123 sec 4.1.2.6.
Fix the search method for lib{ssl,crypto} in kopenssl.cc
|
|
on the latest qt2-libs-2.3.1nb1.
|
|
match qt2-libs-2.3.1nb1.
|
|
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.
|
|
|
|
|
|
${BUILDLINK_DIR} as they're not required for building purposes.
|
|
|
|
dependency to the PLIST.
|
|
kdelibs2.
|
|
by accident.
|
|
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.
|
|
kde2/buildlink.mk.
|
|
single instance of ${PAX}.
|
|
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.
|
|
|
|
and kdeutils2.
|
|
|
|
* 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.
|
|
* 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.
|
|
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.
|
|
|
|
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.
|
|
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
|
|
|
|
|
|
|
|
|
|
"xpkgwedge" package.
|
|
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
|
|
|
|
|
|
Reviewed by wiz.
|
|
|
|
|
|
|
|
of home grown post-patch target.
|
|
accordingly.
|
|
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.
|
|
are installed indeed.
|
|
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome"
package to fail.
|