the DBI cleaning was not necessary. The removal of the dependency on p5-DBI
didn't actually do anything as it already depends on it via other dependencies,
but I'll leave it up to the maintainer to decide after the freeze.
Requested by: demon
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus)
o get rid of hardcoded CONFIGURE_TARGET from pkg-plist.
o utilize USE_SDL as pkg-plist includes its modules.
o utilize USE_GETOPT_LONG as configure detects libgnugetopt.
o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE.
o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others.
o and add number of modules built accordingly.
o then sort pkg-plist.
`LIB_DEPENDS+=', to prevent this port from getting built without tiff
support, which wasn't intended. (Luckily jpeg and png were enabled via
other indirect dependencies)
This should fix some dependent ports such as ruby-rmagick.
no changes in anything but comments.
Author of package confirms he did change the zip file.
This should fix the build in bento.
PR: 56718
Submitted by: maintainer
As of 1.38, DBI does no longer support perl 5.005_03 so we'll
keep 1.37 around for those users. This does not affect users of
perl from ports or 5.x
Approved by: portmgr (marcus)
Repocopy by: joe
PR 56655 says:
The distfile seem to have been updated with slightly amended
versions of 'README' and 'LICENSE' files. No change in code.
PR: 56170, 56655
Submitted by: Simon Barner <barner@in.tum.de>
Lars Thegler <lars@thegler.dk>
* Potential security problems caused by maliciously-formed RFC 2231 attachment
parameters
Several other bugs fixed as well.
All users of Pine are highly encouraged to upgrade.
Improvements to the port:
* DOCSDIR'ification of plist
* Patches regenerated to remove fuzz
Approved by: security-officer, portmgr
o Removed two (now obsolate) libtool version patches
as ImageMagick now uses internal version system for
them starting from 0:0:0 (5.5.8 will become 0:1:0),
also MAJOR_VERSION/MINOR_VERSION/MICRO_VERSION
variables removed from the source.
o Removed two other patches as now they are already
embedded to the source.
o Updated plist to reflect separate Q8/Q16 folder
installations based on selection while installing.
Also Makefile modifed to reflect this.
PR: ports/55274 [1]
Submitted by: Erdener Gonenc <ergonenc@artemis.efes.net> [1]
Pointed out by: Rob Lahaye <lahaye@snu.ac.kr>