* Use LOCAL and fedora first since fetch cannot get file from alioth
- Tarball was rerolled at some point, I couldn't find the old version to
compare but I noted other projects like debian, gentoo and fedora are using
the same tarball.
- Make WRKSRC point to right place
PR: ports/179647 [1], ports/180676 [2]
Submitted by: John Marino <draco@marino.st> [1], Holger Freyther <holger@freyther.de>
The maintainer has proposed the following changes:
1) Unique name for iceicepenguins_icons
2) Trimmed desktop entry
3) Updated the pkg-plist
4) general cleanup
PR: ports/178501
Submitted by: marino
Approved by: bapt (mentor)
- trim Makefile header while here
Actually maintainer asked to remove this port, but I see no point
there, because there is newer version on pypi:
https://pypi.python.org/pypi/pyx12
so this port just need to be updated and stay here.
PR: 170786
Submitted by: John Holland <jholland@kazoocmh.org> (maintainer)
The port downloads to $HOME directory, violating the rule to constrain the
build to the $WRKDIR. Reset maintainership per maintainer request.
PR: ports/178529
submitted by: marino
Approved by: bapt (mentor), former maintainer
This version of Tablelog fails to build with postgresql 9.2
Also trim header and convert USE_GMAKE to USES+=gmake.
PR: ports/179959
submitted by: marino
Approved by: bapt (mentor), maintainer timeout
This version of skytools fails to build with postgresql 9.2
This port had complex logic to change pkg-plist with pgsql > 8.2, but
now all versions meet this criteria. Remove the logic and trim the
pkg-plist as well as the header. Also convert USE_GMAKE to USES+=gmake.
PR: ports/179957
submitted by: marino
Approved by: bapt (mentor), maintainer timeout
Changes:
* Fix --check-port-dbdir support after ports r321785 changed
to /var/db/ports/category_port (OPTIONS_NAME) instead of
UNIQUENAME [1]
Reported by: many
Changes:
* Speedup sanity checks by only checking ports that are required
by the build and not all existing packages.
* Switch to embedded cpdup(1) for creating jails instead of pax(1)
* Implement port blacklisting defined in
etc/poudriere.d/[(setname|jailname)-]blacklist
* Add hooks for bulk start/stop
* status: Always show actual path to logs instead of /latest
* bulk: Add check for missing PKGNAME (empty port dir)
* Disable tracking buildtimes by default
TRACK_BUILDTIMES=yes to enable
* bulk: Fixed dependency calculation for CHECK_CHANGED_DEPS.
There are still some ports with issues.
* Add portbuild/tinderbox error reasons [1]
Submitted by: linimon [1]
The previous commit added an unzip command without the unzip dependency.
Restore build by adding dependency and clean up portlint warnings.
Approved by: bapt (mentor), maintainer
The initial problem was that the default database support was MySQL 5.0
which has been removed. Upon inspection of the source, it appears that it
could be hardcoded for MySQL 5.0.33. At this point, I commented out the
MySQL option and changed the default to Firebird version 2.0.
According to Redports, the port built on i386 but was broken on amd64.
The specified version of Firebird was changed to 2.5 and now the port builds
on both i386 and amd64.
The unnecessary inclusion of bsd.database.mk was also removed and the
redundant option descriptions were also removed. The maintainer should
investigate Macroscope builds with current versions of MySQL and restore
the option appropriately if it does.
PR: ports/179708
Submitted by: marino
Approved by: bapt (mentor), maintainer timeout (>4 weeks)
This version upgrade is required for PostgreSQL 9.2 support and was
proposed by the maintainer. Additional changes were added by myself:
1) Header trimmed
2) USE_GMAKE changed to USES+=gmake
3) NOPORTSDOCS changed to options/DOCS
4) Proposed logic for alternative PLIST was replaced with DESTDIR support
The package list changes directory structure depending if postgresql 91
or higher client is used. This could have been handled with PLIST_SUB
(rather than an alternate pkg-plist) but PGSQL_VER variable isn't
evaluated until much later. Using an intermediate DESTDIR scheme not
only makes the DOCS option handling cleaner, it makes the pkg-plist creation
bulletproof. It also gives this port a head start for future "Stage" support.
PR: ports/179954
Submitted by: marino
Approved by: bapt (mentor), maintainer