[MAINTAINER-UPDATE] [TEST] update www/sidplug to link on more platforms

John Merryweather Cooper,Home Office,,(509) 338-9391 JohnMerryweatherCooper
Wed Mar 17 02:15:09 UTC 2004


>Submitter-Id:	current-users 
>Originator:	John Merryweather Cooper,Home Office,,(509) 338-9391  
>Organization:	 
>Confidential:	no 
>Synopsis:	[MAINTAINER-UPDATE] [TEST] update www/sidplug to link on more platforms 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		maintainer-update 
>Release:	FreeBSD 4.9-STABLE i386 
>Environment:


System: FreeBSD 4.9-STABLE #14: Wed Mar  3 02:16:41 PST 2004
    root at borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2



>Description:


The PR system has yet to take this PR, so this is mostly a test of he PR system.

It adds -fPIC to the compile/link stages so platforms that require this will link.

A similar patch has subsequently been committed.


>How-To-Repeat:


No PR sent from this address has been successful in nearly 14 days.


>Fix:


--- update-sidplug-1.1.5_1 begins here ---
# This is a patch for sidplug to update it to sidplug-1.1.5_1
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'sidplug/Makefile' 'sidplug-1.1.5_1/Makefile'
Index: ./Makefile
--- ./Makefile	Sat Jun  7 08:54:22 2003
+++ ./Makefile	Thu Mar 11 22:19:40 2004
@@ -2,11 +2,12 @@
 # Date created:				14 December 2001
 # Whom:				John Merryweather Cooper <jmcoopr at webmail.bmi.net>
 #
-# $FreeBSD: ports/www/sidplug/Makefile,v 1.4 2003/06/07 15:54:22 erwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	sidplug
 PORTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	www audio
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
 EXTRACT_SUFX=	.tgz
diff -u 'sidplug/files/patch-Makefile' 'sidplug-1.1.5_1/files/patch-Makefile'
Index: ./files/patch-Makefile
--- ./files/patch-Makefile	Wed Jan  9 07:12:11 2002
+++ ./files/patch-Makefile	Thu Mar 11 22:19:40 2004
@@ -1,6 +1,6 @@
---- Makefile	Mon Nov 17 02:32:09 1997
-+++ Makefile.new	Fri Dec 14 21:08:26 2001
-@@ -19,11 +19,10 @@
+--- Makefile.orig	Mon Nov 17 02:32:09 1997
++++ Makefile	Thu Mar 11 21:41:47 2004
+@@ -19,11 +19,11 @@
  #          
  
  PLUGIN_SDK_PATH = ./PluginSDK30b5
@@ -11,7 +11,8 @@
 -OPTIMIZER  = -O
 -CFLAGS     =  $(OPTIMIZER) $(PLUGIN_DEFINES)
 +CC         ?= gcc
-+CFLAGS     +=  $(PLUGIN_DEFINES)
++CFLAGS     += -fPIC $(PLUGIN_DEFINES)
++LDFLAGS    += -fPIC
  
  SRC= sidplug.c npunix.c 
  OBJ= sidplug.o npunix.o
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Thu Mar 11 22:25:45 2004
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 980 1079072380 0100644
# p 'files/patch-Makefile' 472 1079072380 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Thu Mar 11 22:25:45 2004] ####
#### Checksum: 72 2359 42034 ####
--- update-sidplug-1.1.5_1 ends here ---





More information about the freebsd-test mailing list