From scjamorim@bsd.com.br  Sun Aug 23 21:06:02 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C74BB106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Aug 2009 21:06:02 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-yw0-f202.google.com (mail-yw0-f202.google.com [209.85.211.202])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AAB68FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Aug 2009 21:06:02 +0000 (UTC)
Received: by ywh40 with SMTP id 40so2725588ywh.14
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Aug 2009 14:06:01 -0700 (PDT)
Received: by 10.90.182.20 with SMTP id e20mr3306986agf.106.1251061561769;
        Sun, 23 Aug 2009 14:06:01 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.22.150.244])
        by mx.google.com with ESMTPS id 21sm4342600agd.51.2009.08.23.14.05.59
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 23 Aug 2009 14:06:01 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id 5D59522A0D2; Sun, 23 Aug 2009 18:04:44 -0300 (BRT)
Message-Id: <20090823210444.5D59522A0D2@fbsd72.scjamorim.org>
Date: Sun, 23 Aug 2009 18:04:44 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rnejdl@ringofsaturn.com
Subject: [PATCH] www/mozplugger: update to 1.13.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: rnejdl@ringofsaturn.com

>Number:         138114
>Category:       ports
>Synopsis:       [PATCH] www/mozplugger: update to 1.13.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 23 21:10:06 UTC 2009
>Closed-Date:    Fri Aug 28 14:49:41 UTC 2009
>Last-Modified:  Fri Aug 28 14:50:03 UTC 2009
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Update to 1.13.0
- Removed blank line in Makefile
- Changed patch file - patch-Makefile - to work with new version

You can see log in mine tinderbox:
7-stable - i386
http://www.scjamorim.org/Home/mozplugger-1.13.0.log
7-stable - amd64
http://www.scjamorim.org/Home/mozplugger-1.13.0_amd64.log

Port maintainer (rnejdl@ringofsaturn.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mozplugger-1.13.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mozplugger/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	10 May 2009 20:48:36 -0000	1.12
+++ Makefile	23 Aug 2009 21:01:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mozplugger
-PORTVERSION=	1.12.1
+PORTVERSION=	1.13.0
 CATEGORIES=	www
 MASTER_SITES=	http://mozplugger.mozdev.org/files/
 
@@ -26,6 +26,7 @@
 .include "${PORTSDIR}/www/firefox/Makefile.webplugins"
 
 post-patch:
+
 	@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
 		${WRKSRC}/mozplugger.c
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mozplugger/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	10 May 2009 20:48:36 -0000	1.7
+++ distinfo	23 Aug 2009 21:01:41 -0000
@@ -1,3 +1,3 @@
-MD5 (mozplugger-1.12.1.tar.gz) = 30010bc1028a90aa1a87a39f8c7a5910
-SHA256 (mozplugger-1.12.1.tar.gz) = 97fa713033f0d31c36800c5d850dbf3e4ae95816b40edf8fe71122b773c1c646
-SIZE (mozplugger-1.12.1.tar.gz) = 86874
+MD5 (mozplugger-1.13.0.tar.gz) = 8903bb60a7ff89cdce399424c18faf59
+SHA256 (mozplugger-1.13.0.tar.gz) = b2b15a5a183c6d576419594d76fab73319450004e723f762b247a3d18010a081
+SIZE (mozplugger-1.13.0.tar.gz) = 378880
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mozplugger/files/patch-Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 patch-Makefile
--- files/patch-Makefile	10 Jan 2009 02:45:44 -0000	1.7
+++ files/patch-Makefile	23 Aug 2009 21:01:42 -0000
@@ -1,5 +1,5 @@
---- Makefile.orig	2008-10-04 16:12:18.000000000 -0500
-+++ Makefile	2008-10-04 16:14:19.000000000 -0500
+--- Makefile.orig	2009-08-23 15:36:38.000000000 -0300
++++ Makefile	2009-08-23 15:49:33.000000000 -0300
 @@ -1,5 +1,5 @@
  # Where is your Xwindows located?
 -X11=/usr/X11R6
@@ -7,15 +7,16 @@
  
  #
  # For building rpms
-@@ -7,14 +7,14 @@
+@@ -7,7 +7,7 @@
  
  #
  # For installing
 -prefix=/usr
 +prefix=${PREFIX}
  
- #
- #
+ # On 64 bit arch change libprefix to lib64
+ libprefix=/lib
+@@ -18,7 +18,7 @@
  RPMDIR=/usr/src/RPM
  
  # Choose compiler
@@ -24,8 +25,12 @@
  LD=gcc
  BINFORMAT=bin
  
-@@ -70,7 +70,7 @@
- 	${MAKE} all CC=gcc XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout'
+@@ -71,10 +71,10 @@
+ 	${MAKE} all CC=cc LD=ld XLDFLAGS='-expect_unresolved "*" -shared -msym -O3'
+ 
+ freebsd-aout:
+-	${MAKE} all CC=gcc XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout'
++	${MAKE} all CC=${CC} XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout'
  
  freebsd:
 -	${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/
@@ -33,7 +38,7 @@
  
  openbsd:
  	${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/
-@@ -114,7 +114,7 @@
+@@ -119,7 +119,7 @@
  	  mozplugger-controller \
  	  mozplugger-linker
  
@@ -42,23 +47,23 @@
  INCLUDES= -Inpapi/include -I$(X11)/include
  RPM_OPT_FLAGS ?= -O2
  COMMON_CFLAGS=$(RPM_OPT_FLAGS) $(INCLUDES) $(DEFINES)
-@@ -185,15 +185,15 @@
+@@ -190,15 +190,15 @@
  
  install:
  	-@mkdir -p $(root)$(prefix)/bin
--	-@mkdir -p $(root)$(prefix)/lib/mozilla/plugins
+-	-@mkdir -p $(root)$(prefix)$(libprefix)/mozilla/plugins
 -	-@mkdir -p $(root)$(prefix)/share/man/man7
 -	-@mkdir -p $(root)/etc
 +	-@mkdir -p $(root)${WEBPLUGINS_DIR}
 +	-@mkdir -p $(root)$(prefix)/man/man7
-+	-@mkdir -p $(root)$(prefix)/etc
++	-@mkdir -p $(root)${prefix}/etc
  	cp mozplugger-helper $(root)$(prefix)/bin/
  	cp mozplugger-controller $(root)$(prefix)/bin/
  	cp mozplugger-linker $(root)$(prefix)/bin/
--	cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/
+-	cp mozplugger.so $(root)$(prefix)$(libprefix)/mozilla/plugins/
 -	cp mozpluggerrc $(root)/etc/
 -	cp mozplugger.7 $(root)$(prefix)/share/man/man7/
-+	cp mozplugger.so $(root)${WEBPLUGINS_DIR}/
++	cp mozplugger.so $(root)${WEBPLUGINS_DIR}
 +	cp mozpluggerrc $(root)$(prefix)/etc/
 +	cp mozplugger.7 $(root)$(prefix)/man/man7/
  
--- mozplugger-1.13.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 23 21:10:46 UTC 2009 
Responsible-Changed-Why:  
araujo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138114 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 23 21:10:50 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138114 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: rnejdl@ringofsaturn.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138114: [PATCH] www/mozplugger: update to 1.13.0
Date: Sun, 23 Aug 2009 21:10:48 UT

 Maintainer of www/mozplugger,
 
 Please note that PR ports/138114 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138114
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Rusty Nejdl <rnejdl@ringofsaturn.com>
To: <bug-followup@FreeBSD.ORG>
Cc:  
Subject: Re: ports/138114: [PATCH] www/mozplugger: update to 1.13.0
Date: Mon, 24 Aug 2009 21:40:29 -0500

 On Sun, 23 Aug 2009 21:10:48 UT, Edwin Groothuis <edwin@FreeBSD.ORG>
 wrote:
 > Maintainer of www/mozplugger,
 > 
 > Please note that PR ports/138114 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138114
 
 I have tested and approve this patch.
 
 Sincerely,
 Rusty Nejdl
State-Changed-From-To: feedback->open 
State-Changed-By: araujo 
State-Changed-When: Tue Aug 25 10:56:43 UTC 2009 
State-Changed-Why:  
Feedback received, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138114 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Aug 28 14:49:40 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138114 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138114: commit references a PR
Date: Fri, 28 Aug 2009 14:49:40 +0000 (UTC)

 araujo      2009-08-28 14:49:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mozplugger       Makefile distinfo 
     www/mozplugger/files patch-Makefile 
   Log:
   - Update to 1.13.0.
   
   PR:             ports/138114
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   Approved by:    Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
   
   Revision  Changes    Path
   1.13      +2 -1      ports/www/mozplugger/Makefile
   1.8       +3 -3      ports/www/mozplugger/distinfo
   1.8       +18 -13    ports/www/mozplugger/files/patch-Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
