Since tk-4.x ends at 4.2, remove check for tk-4.3 and tk-4.4. This
should at least make it work for 75/41 and 76/42. Others are
encouraged to add support for 80/80.
(fixes) PR: 4965
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).
These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).
(You can't just redefine some of the DISTFILES with PATCHFILES, they
are different things....)
While I'm here, make the PKGNAME conform to the standard
("nethack-3.2.2-qt" -> "nethack-qt-3.2.2").
What it is ...
The Tcl plug-in lets you use the web in new ways. You can now create
pages that contain compelling applications based on a mature and
easy to use scripting language, Tcl and a robust user interface
toolkit, Tk.
These applications are automatically portable to all major desktop
platforms, and can be viewed with Netscape Navigator(tm), Microsoft
Internet Explorer(tm) and other browsers that support the plug-in
mechanism. Best of all, it's available today, free of charge.
Homepage: http://sunscript.sun.com/plugin/
Sun Demos: http://sunscript.sun.com/plugin/applets.html
tclets at other sites: http://sunscript.sun.com/plugin/external.html
${PREFIX}/lib/xemacs/lock.
Also simplfy removal of some directories with pkg_delete. Previously,
the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and
then the directories themselves using @dirrm. This didn't work in my
tests, so I changed it to just ``@exec rm -rf'' the directories.
PR: ports/4976
Submitted by: Sheldon Hearn
${PREFIX}/lib/xemacs/lock.
Also modify post-install to set the permissions on /var/run/xemacs/lock,
${PREFIX}/lib/xemacs/site-lisp and ${PREFIX}/share/xemacs/site-lisp, as
done in PLIST, since ``make install'' doesn't do it.
PR: ports/4976
Submitted by: Sheldon Hearn