- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
In theory, package contents will not be changed. But it _is_ really
changed so that bump PORTREVISION here.
PR: 142615
Submitted by: Sevan Janiyan, venture37 atmark geeklan.co.uk
As you know, 1.71dev does chroot(2) to the directory that dictionary
is located, and this makes the server configuration a little bit confused.
1.71dev also uses stderr as debugging information output, so that it may
affect some clients if dbskkd-cdb is kicked from inetd(8).
But these annoyed days are over. 2.00 behavior is backed to the one
as of 1.01; no chroot(2), no debug output to stderr (yeah!).
From this version, dbskkd-cdb uses tinycdb instead of original cdb.
For Makefile simplicity, this ports BUILD_DEPENDS to tinycdb. Thanks
to higher compatibility between tinycdb and cdb, you don't need to
rebuild CDB dictionary file; ports/japanese/skk-jisyo-cdb is not changed.
I've removed two patches, the one is just unneeded for now, and the another
one is for ports understandability (patch-aa is not a good idea; I can keep
this, but this is the second major version release -- it is a good time
to rename the patch file.)
Thank you to Kenji Rikitake, the dbskkd-cdb author, to let me to know
the 2.00 release in advance, and give some time to update this ports.
- info messages moved to ${PKGMESSAGE} for pkg_add(1).
- remove old messages.
- employ PLIST_FILES.
- respect CFLAGS if user wants.
- add WWW: line.
- add messages for old users that why this daemon runs as root.
Submitted by: sf (except WWW: line)
As you know, version 1.71 (actually 1.71dev) is "development version."
However, this version was already available in 20th century, and there
are no "doesn't work" information. The author of dbskkd-cdb says it's
ok to update this port to version 1.71dev, so here it is.
With a help of ports/databases/cdb, the Makefile is simpler than previous.
No features are changed, except dbskkd-cdb does chroot(2) in this version.
Since chroot(2) requires superuser privilege, dbskkd-cdb should be started
by root. For inetd user, please double-check your inetd.conf line from
skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb
to
skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb"
to kick by root. Daemontools users please consult the document.
Thanks to: Kenji Rikitake (the dbskkd-cdb author)
There is no functional changes for server itself. However, the dictionaly
location is changed, so bump PORTREVISION to notify the change to the users.
patch-ab is no longer needed, since this ports doesn't build CDB format
dictionary anymore.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)