PR: ports/22530
Submitted by: Tomokatsu Saito <saito@a2z.co.jp> (MAINTAINER)
Prepare for the future merger with databases/postgresql7.
- Fix broken plist's by copying from those of databases/postgresql7.
- Previous plist removed all the precious user data mercilessly. :(
DO NOT PERFORM A "pkg_delete" AGAINST THE PREVIOUS INSTALLATION!
YOU WILL LOSE ALL THE DATA STORED IN "${PREFIX}/pgsql/data"!!!
- A bunch of missing entries have been added for pgacess files to
plist.tcl.
- Fix permissions for ${PREFIX}/pgsql/lib to avoid causing a security
error when doing ldconfig.
- Make scripts PREFIX-safe.
- Synchronize with databases/postgresql7.
- Standardize variable names.
- Complete user friendly messages.
- Move the Java class files to the standard directory..
- Minor cleanups.
I hope the merger will be accomplished in near future.
Retire japanese/gnomeicu, as gnomeicu now includes Japanese support
out-of-the-box. The Japanese support code has been committed over
the gnomeicu source tree by the patchkit author Takuo KITAME
<kitame@northeye.org> himself. Yay!
Approved by: nectar (MAINTAINER)
(only ja-linux-netscape is back to sada-san)
My short vacation finished and I have no longer
enough time to keep maintaining my ports.
- Move some local-distfiles from my site to asami-san's.
- Some cosmetic changes around removing kde*-i18n ports.
Fix a problem which was made by me in previouse commit.
(2) For vfghostscript5
Update a printer driver gdevrpdl to vertion 1.14
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Obtained from: ports-jp@jp.freebsd.org
build environment. Because option of ``-traditional'' was added by
jtex-1.52/configure, and failed in build phase.
I found that ``configure'' was broken if we make this ports with
crontab.
In jtex-1.52/configure, next C program was compiled and executed.
With terminal (normal) environment, ioctl was successful. But with
crontab, ioctl was failed.
----
#include <sys/types.h>
#include <sgtty.h>
main() {
struct sgttyb t;
exit(ioctl(0, TIOCGETP, &t) == 0);
}
----
I referred configure file which was generated by autoconf ver.2.13
and update jtex-1.52/configure file for ``-traditional'' and unbreak
this port.
Remove restriction of encrypted PDF support
tar -> TAR
Add graphics/jpeg to BUILD_DEPENDS
Add graphics/png to LIB_DEPENDS
Update printer driver epag to 3.09
Update printer driver gdevalps to 0.21
PR: 22030
Submitted by: Ports Fury
Approved by: maintainer