extra include files required by the updated <com_err.h> were
guarded by "#if HAVE_COM_ERR_H", which configure does not define
when compiling the test program. There was also an extra inclusion
of <com_err.h> inside the #if/#endif block. For some odd reason, a number
of the other include file tests in the configure script are written
with an extra #include, but it is harmless in those cases because the
#if conditions are not met.
Remove the #if test and the redundant include from the test program for
<com_err.h>. Make a similar fix to the test for <et/com_err.h>.
Reviewed by: mezz
test configuration. (1)
Use %%NGINX_RUNDIR%%, %%WWWOWN%% and %%WWWGRP%% variables defined
in Makefile instead of hardcoded or new values.
Bump PORTREVISION.
Idea from PR: 168836 (1)
- while here ... [2]
- shortened MASTER_SITES
- moved to optionsNG framework
- moved to packages for perl dependencies, in favor of SITE_PERL pm files
- add GPLv3 license
PR: ports/168576
Submitted by: maintainer, proler@gmail.com [1], jgh@ [2]
Approved by: maintainer
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
- Store distfiles in portupgrade/ subdir
- Fix installation to support staging and mark USE_STAGE for upcoming staging support
- Fix pkgng automatic dependency handling
- Speed up some make variable lookups
PR: ports/168954
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer)
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
and complete migration to optionsNG framework [2]
PR: ports/168906
Submitted by: maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by: maintainer
%%JAVA_VERSION%% inserted into it was never expanded...
Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION
is, probably, redundant. Remove it and bump PORTREVISION.
While here, declare the port as unsafe for parallel building. Unfortunately.
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Add {BUILD|RUN}_DEPENDS to ensure minimal gupnp version
- Sort USE_GNOME
- Take maintainership
Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS