Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2006 00:05:31 +0200 (CEST)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101614: [Maintainer-update]: x11-fm/emelfm2 version update to 0.1.8
Message-ID:  <200608072205.k77M5VxM000689@medusa.sysfault.org>
Resent-Message-ID: <200608072210.k77MAGjP086494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101614
>Category:       ports
>Synopsis:       [Maintainer-update]: x11-fm/emelfm2 version update to 0.1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 22:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.1-STABLE FreeBSD 6.1-STABLE #6: Tue Jun 27 10:22:53 CEST 2006 root@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	emelfm2 version update to 0.1.8.

        See
                http://emelfm2.net/ChangeLog
        for a list of changes.

>How-To-Repeat:
	
>Fix:

diff -Nur emelfm2/Makefile emelfm2.new/Makefile
--- emelfm2/Makefile	Mon May  8 21:32:01 2006
+++ emelfm2.new/Makefile	Mon Aug  7 23:13:48 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	emelfm2
-PORTVERSION=	0.1.7
+PORTVERSION=	0.1.8
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.emelfm2.net/rel/ \
 		${MASTER_SITE_LOCAL}
@@ -23,6 +23,7 @@
 INSTALL_TARGET=	install install_i18n
 
 MAKE_ENV=	CC=${CC} LDFLAGS="${LDFLAGS}" DOC_DIR="${DOCSDIR}"
+MAN1=		emelfm2.1
 
 .include <bsd.port.pre.mk>
 
@@ -31,3 +32,4 @@
 .endif
 
 .include <bsd.port.post.mk>
+
diff -Nur emelfm2/distinfo emelfm2.new/distinfo
--- emelfm2/distinfo	Mon May  8 21:32:01 2006
+++ emelfm2.new/distinfo	Mon Aug  7 22:54:42 2006
@@ -1,3 +1,3 @@
-MD5 (emelfm2-0.1.7.tar.gz) = c4d1e2a539e165e8b0e5f9b0f3c3b215
-SHA256 (emelfm2-0.1.7.tar.gz) = 91d457239464b9f5a441ecda6ebc2f1307cfd08fd1d450af33e9ec7ea7e7d2c1
-SIZE (emelfm2-0.1.7.tar.gz) = 786129
+MD5 (emelfm2-0.1.8.tar.gz) = 3322a69e378fccb38272d0dd6d7c2f3e
+SHA256 (emelfm2-0.1.8.tar.gz) = 5bf8c94eefaa0683eae75278b314f0a469e229e232fbf6c934e170d14ab5faa8
+SIZE (emelfm2-0.1.8.tar.gz) = 850801
diff -Nur emelfm2/files/patch-Makefile emelfm2.new/files/patch-Makefile
--- emelfm2/files/patch-Makefile	Wed Sep 14 20:50:40 2005
+++ emelfm2.new/files/patch-Makefile	Mon Aug  7 23:26:13 2006
@@ -1,17 +1,34 @@
---- Makefile.orig	Tue Sep 13 02:06:53 2005
-+++ Makefile	Wed Sep 14 19:42:41 2005
-@@ -124,10 +124,10 @@
+--- Makefile.orig	Thu Jul 27 02:20:13 2006
++++ Makefile	Mon Aug  7 23:26:10 2006
+@@ -57,7 +57,7 @@
+ endif
+ ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/
+ LOCALE_DIR ?= $(PREFIX)/share/locale/
+-MAN_DIR ?= $(PREFIX)/share/man/man1/
++MAN_DIR ?= $(PREFIX)/man/man1/
+ 
+ OBJECTS_DIR = objs
+ # object directories that have to be created
+@@ -148,10 +148,10 @@
  ifeq ($(USE_FAM),1)
- 	lLDFLAGS += -lfam
+ 	lLIBS += -lfam
  endif
 -ifeq ($(OPSY),FreeBSD)
 -	OSREL = $(shell sysctl -n kern.osreldate)
--	lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
+-	lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
 -endif
 +#ifeq ($(OPSY),FreeBSD)
 +#	OSREL = $(shell sysctl -n kern.osreldate)
-+#	lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
++#	lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
 +#endif
  
  .PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \
          clean deps marshals gettext i18n install_i18n uninstall_i18n \
+@@ -176,7 +176,6 @@
+ 	done
+ 	@install -d $(MAN_DIR)
+ 	@install -m 644 docs/$(TARGET).1 $(MAN_DIR);
+-	@bzip2 -f $(MAN_DIR)$(TARGET).1;
+ 	
+ ifeq ($(XGD_INTEGRATION), 1)
+ 		@install -d $(XGD_DESKTOP_DIR)
diff -Nur emelfm2/files/patch-Makefile.config emelfm2.new/files/patch-Makefile.config
--- emelfm2/files/patch-Makefile.config	Tue Nov 22 20:15:58 2005
+++ emelfm2.new/files/patch-Makefile.config	Mon Aug  7 22:59:25 2006
@@ -1,11 +1,14 @@
---- Makefile.config.orig	Mon Nov 21 15:13:08 2005
-+++ Makefile.config	Mon Nov 21 15:13:50 2005
-@@ -91,7 +91,7 @@
+--- Makefile.config.orig	Mon Aug  7 22:58:41 2006
++++ Makefile.config	Mon Aug  7 22:58:54 2006
+@@ -83,9 +83,9 @@
+ ifeq ($(strip $(CFLAGS)),)
+ ifeq ($(DEBUG), 1)
  #CFLAGS = -Wall -Wextra -Wno-unused -Winline
- CFLAGS = -Wall -Winline
+-CFLAGS = -Wall -Winline
++CFLAGS ?= -Wall -Winline
  else
 -CFLAGS = -O2 -Wall
-+CFLAGS ?= -Wall
- #CFLAGS = -O3 -Wall -march=athlon-tbird -mtune=athlon-tbird 
++CFLAGS ?= -O2 -Wall
+ #CFLAGS = -O3 -Wall -march=athlon-tbird -mtune=athlon-tbird
  #CFLAGS = -O3 -Wall -march=pentium -mtune=pentium4
  endif
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608072205.k77M5VxM000689>