Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 10:25:50 -0700 (PDT)
From:      Julien Laffaye <kimelto@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126102: [MAINTAINER] x11/sselp: update to 0.2
Message-ID:  <4890a41e.1358560a.5340.5de8@mx.google.com>
Resent-Message-ID: <200807301730.m6UHU1JN092164@freefall.freebsd.org>

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

>Number:         126102
>Category:       ports
>Synopsis:       [MAINTAINER] x11/sselp: update to 0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 17:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 07:33:20 UTC 2008
>Description:
- Update to 0.2

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

--- sselp-0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/sselp.orig/Makefile /usr/ports/x11/sselp/Makefile
--- /usr/ports/x11/sselp.orig/Makefile	2008-07-30 19:09:13.000000000 +0200
+++ /usr/ports/x11/sselp/Makefile	2008-07-30 19:09:40.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sselp
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	x11
 MASTER_SITES=	http://code.suckless.org/dl/tools/ \
 		http://laffaye.free.fr/distfiles/
diff -ruN --exclude=CVS /usr/ports/x11/sselp.orig/distinfo /usr/ports/x11/sselp/distinfo
--- /usr/ports/x11/sselp.orig/distinfo	2008-07-30 19:09:13.000000000 +0200
+++ /usr/ports/x11/sselp/distinfo	2008-07-30 19:09:46.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (sselp-0.1.tar.gz) = 5c0c98469fbf21649eb13e5ff878dafb
-SHA256 (sselp-0.1.tar.gz) = 8f25b8d5cd62929618b8ba56d36f6d6556e4de1d1952f77aa160e087d3d79899
-SIZE (sselp-0.1.tar.gz) = 2694
+MD5 (sselp-0.2.tar.gz) = b74d6558790d8df897db40bca90bc0f6
+SHA256 (sselp-0.2.tar.gz) = cd0f95ec0eb571a6dd3c48ba3aa931080eb33bc81805bd72832cc04c01b8b822
+SIZE (sselp-0.2.tar.gz) = 2562
diff -ruN --exclude=CVS /usr/ports/x11/sselp.orig/files/patch-config.mk /usr/ports/x11/sselp/files/patch-config.mk
--- /usr/ports/x11/sselp.orig/files/patch-config.mk	2008-07-30 19:09:13.000000000 +0200
+++ /usr/ports/x11/sselp/files/patch-config.mk	2008-07-30 19:13:44.000000000 +0200
@@ -1,32 +1,31 @@
---- config.mk.orig 2008-07-19 13:20:31.000000000 +0200
-+++ config.mk  2008-07-19 14:18:14.000000000 +0200
-@@ -4,22 +4,22 @@
+--- config.mk.orig	2008-07-30 19:11:59.000000000 +0200
++++ config.mk	2008-07-30 19:13:21.000000000 +0200
+@@ -4,20 +4,20 @@
  # Customize below to fit your system
-
+ 
  # paths
 -PREFIX = /usr/local
 -MANPREFIX = ${PREFIX}/share/man
 +PREFIX ?= /usr/local
 +MANPREFIX = ${PREFIX}/man
-
+ 
 -X11INC = /usr/X11R6/include
 -X11LIB = /usr/X11R6/lib
 +X11INC = $(LOCALBASE)/include
 +X11LIB = $(LOCALBASE)/lib
-
+ 
  # includes and libs
  INCS = -I. -I/usr/include -I${X11INC}
  LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
-
+ 
  # flags
--CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
--LDFLAGS = ${LIBS}
-+CFLAGS += -Os ${INCS} -DVERSION=\"${VERSION}\"
-+LDFLAGS += ${LIBS}
- #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
- #LDFLAGS = -g ${LIBS}
-
+-CPPFLAGS = -DVERSION=\"${VERSION}\"
+-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS = -s ${LIBS}
++CPPFLAGS += -DVERSION=\"${VERSION}\"
++CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
++LDFLAGS += -s ${LIBS}
+ 
  # compiler and linker
 -CC = cc
 +CC ?= cc
- LD = ${CC}
--- sselp-0.2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4890a41e.1358560a.5340.5de8>