- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
- therefore bump port revision
- add a makefile template, so that it will be compiled in
- patch configure.batch and the interactive one
interactive configuration is still not enabled, because every
driver entry needs to be checked thoroughly if its still present,
if more printer models are supported, if there are new printers/drivers,
etc ... This needs time that I currently don't have.
Any taker ???
- a duplex printing password fix turned out incompatibility of
BSD od(1) to other flavours of od(1).
- apsfilter 6.1.1 contains the duplex password fix
+ a substitution of od(1) with hexdump which also seems to be
available on Linux and Solaris.
- no PORTREVISION dump since we have a new release
- added pkg-message file for easier handling and addition of
notification to apsfilter *package*
had to change configure script and Makefile to follow that new
infrastructure.
- troff notification in dependency to FreeBSD version
all from -current has been merged after a long testing period.
See the ANNOUNCE file for the long list of bugfixes, security,
feature and code enhancements.
I hope, this time apsfilter port will fit on CD 1, so
people can install apsfilter during initial FreeBSD
installation.
Add -f to ${MV} in order to force to move files
Delete "p" from "${TAR} xfp". Expanding this distfile, directory modes
under bjfiltercom/work/usr are 700. So in "make install",
/compat/linux/usr/local's mode is 700 if ${TAR} with "p" is executed.
with respect to the rpm command.
It is to use rpm2cpio instead of rpm as an extract command.
Suggested by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Obtained from: ports-jp@jp.freebsd.org
it solves.
To maintain ${LINUXBASE}/var/lib/rpm/,
we must add the command such as
@unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1
to pkg-plist for all rpm's package.