--- Begin Message ---
pgollucci 2009-05-16 02:33:03 UTC
FreeBSD ports repository
Modified files:
www/p5-RTx-Statistics Makefile
www/rt38 Makefile
www/p5-RT-Authen-ExternalAuth Makefile
www/p5-RTx-Calendar Makefile
www/p5-RT-Extension-SLA Makefile
www/libapreq2 Makefile distinfo
www/libapreq2/files patch-glue-Makefile.in
patch-glue-perl-Makefile.PL
patch-library-Makefile.in
patch-module-Makefile.in
Log:
- Update to 2.12
- We busted something upstream and we need GMAKE now
- Bump PORTREVISIONS for p5-libapreq2 ports
b/c of shared lib bumps
PR: ports/133694
Approved by: maintainer timeout (skv; 1 month 2 days)
Revision Changes Path
1.31 +4 -4 ports/www/libapreq2/Makefile
1.9 +3 -3 ports/www/libapreq2/distinfo
1.2 +4 -4 ports/www/libapreq2/files/patch-glue-Makefile.in
1.7 +0 -98 ports/www/libapreq2/files/patch-glue-perl-Makefile.PL
1.4 +7 -7 ports/www/libapreq2/files/patch-library-Makefile.in
1.3 +6 -6 ports/www/libapreq2/files/patch-module-Makefile.in
1.3 +1 -0 ports/www/p5-RT-Authen-ExternalAuth/Makefile
1.6 +1 -0 ports/www/p5-RT-Extension-SLA/Makefile
1.5 +1 -0 ports/www/p5-RTx-Calendar/Makefile
1.8 +1 -1 ports/www/p5-RTx-Statistics/Makefile
1.13 +1 -1 ports/www/rt38/Makefile
http://cvsweb.FreeBSD.org/ports/www/libapreq2/Makefile.diff?r1=1.30&r2=1.31&f=h
| --- ports/www/libapreq2/Makefile 2008/08/26 18:59:39 1.30
| +++ ports/www/libapreq2/Makefile 2009/05/16 02:33:02 1.31
| @@ -2,12 +2,11 @@
| # Date created: June 5, 2004
| # Whom: Autrijus Tang
<autri...@autrijus.org>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/libapreq2/Makefile,v
1.30 2008/08/26 18:59:39 ade Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/libapreq2/Makefile,v
1.31 2009/05/16 02:33:02 pgollucci Exp $
| #
|
| PORTNAME= libapreq2
| -PORTVERSION= 2.08
| -PORTREVISION= 3
| +PORTVERSION= 2.12
| CATEGORIES= www devel
| MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
| MASTER_SITE_SUBDIR=libapreq
| @@ -16,6 +15,7 @@ MAINTAINER= s...@freebsd.org
| COMMENT= Generic Apache2 Request Library
|
| USE_APACHE= 2.0+
| +USE_GMAKE= yes
| USE_LDCONFIG= yes
| USE_AUTOTOOLS= autoconf:262 libtool:15
| CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
| @@ -59,9 +59,9 @@ PLIST_SUB+= WITH_MODPERL2="@comment "
| .include <bsd.port.pre.mk>
|
| .if ${APACHE_VERSION} == 20
| -SHLIB_MAJOR= 8
| -.else
| SHLIB_MAJOR= 9
| +.else
| +SHLIB_MAJOR= 10
| .endif
|
| .include <bsd.port.post.mk>
http://cvsweb.FreeBSD.org/ports/www/libapreq2/distinfo.diff?r1=1.8&r2=1.9&f=h
| --- ports/www/libapreq2/distinfo 2006/08/10 10:06:15 1.8
| +++ ports/www/libapreq2/distinfo 2009/05/16 02:33:02 1.9
| @@ -1,3 +1,3 @@
| -MD5 (libapreq2-2.08.tar.gz) = 9fb3deec448f74c455d4ffc13846ea9f
| -SHA256 (libapreq2-2.08.tar.gz) =
8f8d71852ea3addab7690fa96fc50ea5f221f719156d50995f7f3e0a5a59e932
| -SIZE (libapreq2-2.08.tar.gz) = 847527
| +MD5 (libapreq2-2.12.tar.gz) = 76e2acde0d82246dea6f2565f3746eec
| +SHA256 (libapreq2-2.12.tar.gz) =
4bf0f37eb92c8a78f3402b2f830ef4928d399bee9ced7a7c0ec218956490b1b8
| +SIZE (libapreq2-2.12.tar.gz) = 859412
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-glue-Makefile.in.diff?r1=1.1&r2=1.2&f=h
| --- ports/www/libapreq2/files/patch-glue-Makefile.in 2006/05/29 15:33:44
1.1
| +++ ports/www/libapreq2/files/patch-glue-Makefile.in 2009/05/16 02:33:03
1.2
| @@ -1,9 +1,9 @@
| ---- glue/Makefile.in.orig Mon May 29 19:31:01 2006
| -+++ glue/Makefile.in Mon May 29 19:31:12 2006
| -@@ -262,7 +262,7 @@
| - cd perl; $(MAKE) test
| +--- ./glue/Makefile.in.orig 2009-04-13 06:32:19.000000000 +0000
| ++++ ./glue/Makefile.in 2009-04-13 06:32:29.000000000 +0000
| +@@ -266,7 +266,7 @@
|
| perl_install:
| + cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@
@MM_OPTS@
| - cd perl; $(MAKE) install
| + cd perl; $(MAKE) pure_install
|
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-glue-perl-Makefile.PL.diff?r1=1.6&r2=1.7&f=h
| --- ports/www/libapreq2/files/patch-glue-perl-Makefile.PL 2008/08/26
18:59:39 1.6
| +++ ports/www/libapreq2/files/patch-glue-perl-Makefile.PL 2009/05/16
02:33:03 1.7
| @@ -1,103 +1,5 @@
| --- glue/perl/Makefile.PL.orig 2006-08-09 04:26:45.000000000 +0000
| +++ glue/perl/Makefile.PL 2008-08-25 18:07:08.000000000 +0000
| -@@ -37,6 +37,50 @@
| - read $file, $_[0], -s $file;
| - }
| -
| -+sub cmp_tuples {
| -+ my ($num_a, $num_b) = @_;
| -+
| -+ while (@$num_a && @$num_b) {
| -+ my $cmp = shift @$num_a <=> shift @$num_b;
| -+ return $cmp if $cmp;
| -+ }
| -+
| -+ return @$num_a <=> @$num_b;
| -+}
| -+
| -+sub autoconf_foo {
| -+ my ($config, $re_start, $re_end, $re_match) = @_;
| -+
| -+ $$config =~ /^${re_start}APACHE2_INCLUDES${re_end}($re_match)/m or
| -+ die "Can't find apache include directory";
| -+ my $apache_includes = $1;
| -+ $$config =~ /^${re_start}APR_INCLUDES${re_end}($re_match)/m or
| -+ die "Can't find apache include directory";
| -+ $apache_includes .= " $1";
| -+
| -+ my $apr_libs ="";
| -+
| -+ $$config =~ m/^${re_start}APREQ_LIBNAME${re_end}($re_match)/m or
| -+ die "Can't find apreq libname";
| -+
| -+ my $apreq_libname = $1;
| -+
| -+ $$config =~ m/^${re_start}PACKAGE_VERSION${re_end}($re_match)/m or
| -+ die "Can't find package version";
| -+ my $version = $1;
| -+
| -+ ## Code around an autoconf 2.60 bug
| -+ ## http://lists.gnu.org/archive/html/bug-autoconf/2006-06/msg00127.html
| -+ ## $ grep @PACKAGE_VERSION config.status-2.59 config.status-2.60
| -+ ## config.status-2.59:s,@PACKAGE_VERSION@,2.09,;t t
| -+ ## config.status-2.60:s,@PACKAGE_VERSION@,|#_!!_#|2.09,g
| -+ foreach ($apache_includes, $apreq_libname, $version) {
| -+ s/\|#_!!_#\|//g;
| -+ }
| -+
| -+ return ($apache_includes, $apr_libs, $apreq_libname, $version);
| -+}
| -+
| - my ($apache_includes, $apache_dir, $apr_libs, $apreq_libname, $perl_lib);
| -
| - if (WIN32) {
| -@@ -63,31 +107,22 @@
| - }
| - else {
| - slurp my $config => "$base_dir/config.status";
| -- $config =~ /^s,\...@apache2_includes\@,([^,]+)/m or
| -- die "Can't find apache include directory";
| -- $apache_includes = $1;
| -- $config =~ /^s,\...@apr_includes\@,([^,]+)/m or
| -- die "Can't find apache include directory";
| -- $apache_includes .= " $1";
| --
| --# $config =~ m/^s,\...@apr_ldflags\@,([^,]+)/m or
| --# die "Can't find apr ldflags";
| --# $apr_libs = $1;
| --
| --# $config =~ m/^s,\...@apr_libs\@,([^,]+)/m or
| --# die "Can't find apr libraries";
| --# $apr_libs .= " $1";
| --
| -- $apr_libs ="";
| --
| -- $config =~ m/^s,\...@apreq_libname\@,([^,]+)/m or
| -- die "Can't find apreq libname";
| -- $apreq_libname = $1;
| --
| -- $config =~ m/^s,\...@package_version\@,([^,]+)/m or
| -- die "Can't find package version";
| -- $version = $1;
| -
| -+ $config =~ /GNU Autoconf (\d+\.\d+)/;
| -+ my $autoconf_ver = $1;
| -+
| -+ ### XXX: Lord have mercy on us.....
| -+ if (cmp_tuples([split /\./, $autoconf_ver], [qw(2 61)]) > 0) {
| -+ ### Autoconf >=2.62 changed the format of the file
| -+ ### I.E.: S["APACHE2_INCLUDES"]="-I/usr/local/include/apache2"
| -+ ($apache_includes, $apr_libs, $apreq_libname, $version) =
| -+ autoconf_foo(\$config, qr/S\[\"/, qr/\"\]=\"/, qr/[^\"]+/);
| -+ }
| -+ else {
| -+ ### I.E.: s,@APACHE2_INCLUDES@,-I/usr/local/include/apache22,;t t
| -+ ($apache_includes, $apr_libs, $apreq_libname, $version) =
| -+ autoconf_foo(\$config, qr/s,\@/, qr/\@,/, qr/[^,]+/);
| -+ }
| - }
| -
| - my $apreq_libs = WIN32 ?
| @@ -415,8 +450,8 @@
| 'NAME' => '$class',
| 'VERSION' => '$version',
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-library-Makefile.in.diff?r1=1.3&r2=1.4&f=h
| --- ports/www/libapreq2/files/patch-library-Makefile.in 2006/08/10
10:06:15 1.3
| +++ ports/www/libapreq2/files/patch-library-Makefile.in 2009/05/16
02:33:03 1.4
| @@ -1,11 +1,11 @@
| ---- library/Makefile.in.orig Thu Aug 10 01:43:51 2006
| -+++ library/Makefile.in Thu Aug 10 01:43:58 2006
| +--- ./library/Makefile.in.orig 2009-04-13 06:34:05.000000000 +0000
| ++++ ./library/Makefile.in 2009-04-13 06:35:03.000000000 +0000
| @@ -144,7 +144,7 @@
| - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
| + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
| + CPPFLAGS = @CPPFLAGS@
| LDFLAGS = @LDFLAGS@
| - LIBOBJS = @LIBOBJS@
| -LIBS = @LIBS@
| +LIBS = @LIBS@ -L$(prefix)
| - LIBTOOL = @LIBTOOL@
| - LN_S = @LN_S@
| - LTLIBOBJS = @LTLIBOBJS@
| + depcomp = $(SHELL) $(top_srcdir)/depcomp
| + am__depfiles_maybe = depfiles
| + @amdep_t...@dep_files = ./$(DEPDIR)/cookie.Plo ./$(DEPDIR)/error.Plo \
http://cvsweb.FreeBSD.org/ports/www/libapreq2/files/patch-module-Makefile.in.diff?r1=1.2&r2=1.3&f=h
| --- ports/www/libapreq2/files/patch-module-Makefile.in 2006/08/10
10:06:15 1.2
| +++ ports/www/libapreq2/files/patch-module-Makefile.in 2009/05/16
02:33:03 1.3
| @@ -1,11 +1,11 @@
| ---- module/Makefile.in.orig Tue Aug 8 21:29:05 2006
| -+++ module/Makefile.in Thu Aug 10 01:45:23 2006
| -@@ -47,7 +47,7 @@
| - mkinstalldirs = $(install_sh) -d
| +--- ./module/Makefile.in.orig 2009-04-13 06:36:59.000000000 +0000
| ++++ ./module/Makefile.in 2009-04-13 06:35:59.000000000 +0000
| +@@ -128,7 +128,7 @@
| CONFIG_HEADER = $(top_builddir)/include/apreq_config.h
| CONFIG_CLEAN_FILES =
| + noinst_PROGRAMS = test_cgi$(EXEEXT)
| -PROGRAMS = $(noinst_PROGRAMS)
| -+PROGRAMS =
| ++PROGRAMS =
| +
| test_cgi_SOURCES = test_cgi.c
| test_cgi_OBJECTS = test_cgi.$(OBJEXT)
| - test_cgi_LDADD = $(LDADD)
http://cvsweb.FreeBSD.org/ports/www/p5-RT-Authen-ExternalAuth/Makefile.diff?r1=1.2&r2=1.3&f=h
| --- ports/www/p5-RT-Authen-ExternalAuth/Makefile 2009/02/13 14:26:02
1.2
| +++ ports/www/p5-RT-Authen-ExternalAuth/Makefile 2009/05/16 02:33:02
1.3
| @@ -2,11 +2,12 @@
| # Date created: 19 December 2008
| # Whom: Matthew Seaman <m.sea...@infracaninophile.co.uk>
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Authen-ExternalAuth/Makefile,v
1.2 2009/02/13 14:26:02 wxs Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Authen-ExternalAuth/Makefile,v
1.3 2009/05/16 02:33:02 pgollucci Exp $
| #
|
| PORTNAME= RT-Authen-ExternalAuth
| PORTVERSION= 0.08
| +PORTREVISION= 1
| CATEGORIES= www net perl5
| MASTER_SITES= CPAN
| PKGNAMEPREFIX= p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RT-Extension-SLA/Makefile.diff?r1=1.5&r2=1.6&f=h
| --- ports/www/p5-RT-Extension-SLA/Makefile 2009/05/10 23:17:04 1.5
| +++ ports/www/p5-RT-Extension-SLA/Makefile 2009/05/16 02:33:02 1.6
| @@ -2,11 +2,12 @@
| # Date created: 23 August 2008
| # Whom: Matthew Seaman <m.sea...@infracaninophile.co.uk>
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Extension-SLA/Makefile,v 1.5
2009/05/10 23:17:04 miwi Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RT-Extension-SLA/Makefile,v 1.6
2009/05/16 02:33:02 pgollucci Exp $
| #
|
| PORTNAME= RT-Extension-SLA
| PORTVERSION= 0.03
| +PORTREVISION= 1
| CATEGORIES= www perl5
| MASTER_SITES= CPAN
| PKGNAMEPREFIX= p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RTx-Calendar/Makefile.diff?r1=1.4&r2=1.5&f=h
| --- ports/www/p5-RTx-Calendar/Makefile 2009/03/19 15:42:05 1.4
| +++ ports/www/p5-RTx-Calendar/Makefile 2009/05/16 02:33:02 1.5
| @@ -2,11 +2,12 @@
| # Date created: 16 August 2008
| # Whom: Matthew Seaman <m.sea...@infracaninophile.co.uk>
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Calendar/Makefile,v 1.4
2009/03/19 15:42:05 amdmi3 Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Calendar/Makefile,v 1.5
2009/05/16 02:33:02 pgollucci Exp $
| #
|
| PORTNAME= RTx-Calendar
| PORTVERSION= 0.07
| +PORTREVISION= 1
| CATEGORIES= www perl5
| MASTER_SITES= CPAN
| PKGNAMEPREFIX= p5-
http://cvsweb.FreeBSD.org/ports/www/p5-RTx-Statistics/Makefile.diff?r1=1.7&r2=1.8&f=h
| --- ports/www/p5-RTx-Statistics/Makefile 2009/04/13 11:47:53 1.7
| +++ ports/www/p5-RTx-Statistics/Makefile 2009/05/16 02:33:02 1.8
| @@ -2,12 +2,12 @@
| # Date created: 10-JAN-2006
| # Whom: Vivek Khera <vi...@khera.org>
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Statistics/Makefile,v 1.7
2009/04/13 11:47:53 erwin Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/www/p5-RTx-Statistics/Makefile,v 1.8
2009/05/16 02:33:02 pgollucci Exp $
| #
|
| PORTNAME= RTx-Statistics
| PORTVERSION= 0.1.8
| -PORTREVISION= 2
| +PORTREVISION= 3
| CATEGORIES= www perl5
| MASTER_SITES=
http://opensvn.csie.org/RTx_Statistics/releases/${PORTVERSION}/
| PKGNAMEPREFIX= p5-
http://cvsweb.FreeBSD.org/ports/www/rt38/Makefile.diff?r1=1.12&r2=1.13&f=h
| --- ports/www/rt38/Makefile 2009/04/27 13:48:11 1.12
| +++ ports/www/rt38/Makefile 2009/05/16 02:33:02 1.13
| @@ -2,7 +2,7 @@
| # Date created: 26
December 2008
| # Whom:
Philip M. Gollucci <pgollu...@p6m7g8.com>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/rt38/Makefile,v 1.12
2009/04/27 13:48:11 skreuzer Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/rt38/Makefile,v 1.13
2009/05/16 02:33:02 pgollucci Exp $
|
| # TODO:
| # o etc/rt38 files permissions
| @@ -13,7 +13,7 @@
|
| PORTNAME= rt
| PORTVERSION= 3.8.2
| -PORTREVISION= 1
| +PORTREVISION= 2
| CATEGORIES= www
| MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
| ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
--- End Message ---