ports/108862: move x11-wm/xfce4/bsd.xfce.mk to Mk/

Oliver Lehmann oliver at FreeBSD.org
Wed Feb 7 05:40:17 UTC 2007


>Number:         108862
>Category:       ports
>Synopsis:       move x11-wm/xfce4/bsd.xfce.mk to Mk/
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 05:40:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec 19 12:46:15 CET 2006 olivleh1 at kartoffel.salatschuessel.net:/usr/obj/amd64-athlon64-6.1/usr/src/sys/KARTOFFEL amd64


>Description:
	1. please repocopy x11-wm/xfce4/bsd.xfce.mk to Mk/bsd.xfce.mk
	2. please appkly the attached patch to bsd.ports.mk for automatic
	   inclusion if USE_XFCE is defined

	when this is done, I'll go and remove all "by hand" bsd.xfce.mk
	include directives in the affected ports. I've tested this scenario,
	and they will handle the bsd.xfce.mk including via bsd.port.mk and
	via their Makefile so the removal of the Makefile "by hand" include
	can be done afterwards when x11-wm/xfce/bsd.xfce.mk gets removed
>How-To-Repeat:
>Fix:

--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.545
diff -u -r1.545 bsd.port.mk
--- bsd.port.mk	8 Jan 2007 00:00:33 -0000	1.545
+++ bsd.port.mk	7 Feb 2007 05:29:39 -0000
@@ -1533,6 +1533,10 @@
 .include "${PORTSDIR}/Mk/bsd.sdl.mk"
 .endif
 
+.if defined(USE_XFCE)
+.include "${PORTSDIR}/Mk/bsd.xfce.mk"
+.endif
+
 # These do some path checks if DESTDIR is set correctly.
 # You can force skipping these test by defining IGNORE_PATH_CHECKS
 .if !defined(IGNORE_PATH_CHECKS)
@@ -2035,6 +2039,9 @@
 .include "${PORTSDIR}/Mk/bsd.gnome.mk"
 .endif
 
+.if defined(USE_XFCE)
+.include "${PORTSDIR}/Mk/bsd.xfce.mk"
+.endif
 
 .if exists(${PORTSDIR}/../Makefile.inc)
 .include "${PORTSDIR}/../Makefile.inc"
--- bsd.port.mk.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list