- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
Please note that the openldap 2.2.x series is now considered obsolete
and is no longer maintained. Therefore, updates to this port would
be more conservative and less effort would be taken here in the future.
Current OpenLDAP users are encouraged to upgrade to 2.3.x.
Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> (with changes)
PR: ports/91902
Please note that the openldap 2.2.x series is now considered obsolete
and is no longer maintained. Therefore, updates to this port would
be more conservative and less effort would be taken here in the future.
Current OpenLDAP users are encouraged to upgrade to 2.3.x.
Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> (with changes)
PR: ports/91902
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
JavaScript::RPC::Server::CGI is a CGI-based server library for use with
Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It
works asynchronously and uses DHTML to deal with the payload.
In order to add your custom meothds, this module should be subclassed.
The most current version (as of the release of this module) of the
client library as well as a demo application have been included in this
distribution.
WWW: http://search.cpan.org/dist/JavaScript-RPC/
PR: ports/95124
Submitted by: Tony Shadwick <tshadwick@oss-solutions.com>
Approved by: krion (mentor)