ports/127879: Update mozplugger to 1.11.0

Rusty Nejdl rnejdl at tethys.ringofsaturn.com
Sun Oct 5 14:10:01 UTC 2008


>Number:         127879
>Category:       ports
>Synopsis:       Update mozplugger to 1.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 14:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rusty Nejdl
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Wed Sep 24 22:47:10 CDT 2008 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN i386


	
>Description:
	Apply the attached patch to the mozplugger port to upgrade it to 1.11.0
>How-To-Repeat:
	See attached patch
>Fix:

	See attached patch

--- mozplugger.patch begins here ---
diff -ur mozplugger/Makefile mozplugger.new/Makefile
--- mozplugger/Makefile	2008-07-21 19:43:15.000000000 -0500
+++ mozplugger.new/Makefile	2008-10-04 15:15:42.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mozplugger
-PORTVERSION=	1.10.2
+PORTVERSION=	1.11.0
 CATEGORIES=	www
 MASTER_SITES=	http://mozplugger.mozdev.org/files/
 
diff -ur mozplugger/distinfo mozplugger.new/distinfo
--- mozplugger/distinfo	2008-07-21 19:43:15.000000000 -0500
+++ mozplugger.new/distinfo	2008-10-04 15:15:30.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (mozplugger-1.10.2.tar.gz) = 2c1ce1f3f4f7cd4acb41e01209c7b20a
-SHA256 (mozplugger-1.10.2.tar.gz) = b5609e864f78f1c70772db62b281542d9b3e61b95e49573b25f4a3b262e7bbf4
-SIZE (mozplugger-1.10.2.tar.gz) = 68982
+MD5 (mozplugger-1.11.0.tar.gz) = ed289d21ba68533fc35787711d917623
+SHA256 (mozplugger-1.11.0.tar.gz) = 711fc2cbbd22b22f30e72e786d50bcf87101bc4382be834c36504c4739579a0a
+SIZE (mozplugger-1.11.0.tar.gz) = 92007
diff -ur mozplugger/files/patch-Makefile mozplugger.new/files/patch-Makefile
--- mozplugger/files/patch-Makefile	2008-07-21 19:43:15.000000000 -0500
+++ mozplugger.new/files/patch-Makefile	2008-10-04 16:14:40.000000000 -0500
@@ -1,5 +1,5 @@
---- Makefile.orig	2008-03-22 16:47:51.000000000 -0500
-+++ Makefile	2008-07-05 15:24:56.000000000 -0500
+--- Makefile.orig	2008-10-04 16:12:18.000000000 -0500
++++ Makefile	2008-10-04 16:14:19.000000000 -0500
 @@ -1,5 +1,5 @@
  # Where is your Xwindows located?
 -X11=/usr/X11R6
@@ -24,7 +24,7 @@
  LD=gcc
  BINFORMAT=bin
  
-@@ -66,7 +66,7 @@
+@@ -70,7 +70,7 @@
  	${MAKE} all CC=gcc XCFLAGS='-fPIC -aout' LD=gcc XLDFLAGS='-shared -aout'
  
  freebsd:
@@ -33,16 +33,16 @@
  
  openbsd:
  	${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/
-@@ -109,7 +109,7 @@
- 	  mozplugger-helper \
- 	  mozplugger-controller
+@@ -114,7 +114,7 @@
+ 	  mozplugger-controller \
+ 	  mozplugger-linker
  
 -DEFINES= -DXP_UNIX -DVERSION=\"$(VERSION)\" -D$(BUILD) #-D__amd64__
 +DEFINES= -DXP_UNIX -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(prefix)\" -D$(BUILD) #-D__amd64__
  INCLUDES= -Inpapi/include -I$(X11)/include
- RPM_OPT_FLAGS=-O2
+ RPM_OPT_FLAGS ?= -O2
  COMMON_CFLAGS=$(RPM_OPT_FLAGS) $(INCLUDES) $(DEFINES)
-@@ -175,14 +175,14 @@
+@@ -185,15 +185,15 @@
  
  install:
  	- at mkdir -p $(root)$(prefix)/bin
@@ -54,6 +54,7 @@
 +	- at 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 mozpluggerrc $(root)/etc/
 -	cp mozplugger.7 $(root)$(prefix)/share/man/man7/
--- mozplugger.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list