The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
This is port update for newer 1.0.2 version of k9copy.
Previous port version don't build on 4.x due to missing
stdint.h so in this version of port every include of stdint.h
wrapped with ifdef falling back to inttypes.h where stdint.h
isn't availible and inttypes.h present. So now k9copy should
be buildable on 4.x. I cant check it cause I do not have
any 4.x box around.
PR: ports/91356
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
XK9Copy is a small utility which allows the copy of DVD on Linux.
The DVD video stream is compressed by the program Vamps.
1. Copy without menus :
In this case, dvdauthor is used to create a new DVD structure. It is possible
to choose the order in which the video sequences are played.
2. Copy with menus :
As dvdauthor does not make it possible to integrate the original menus,
K9Copy reproduces the original structure of the DVD. The navigation packs as
well as IFO files are modified to point on the compressed MPEG stream.
Features
* The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
* DVD Burning
* Creation of ISO images
* Possibility of selecting the audio tracks and subtitles to be copied
* Title preview (video only)
* Possibility of preserving the original menus
WWW: http://k9copy.free.fr
PR: ports/90795
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>