Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 06:46:11 GMT
From:      Matthew Donovan <kitche@kitchetech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179997: [MAINTAINER UPDATE] Sterm to version 0.4.1
Message-ID:  <201306260646.r5Q6kBQE070394@oldred.freebsd.org>
Resent-Message-ID: <201306260650.r5Q6o3Dw043601@freefall.freebsd.org>

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

>Number:         179997
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Sterm to version 0.4.1
>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 Jun 26 06:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Donovan
>Release:        10-Current
>Organization:
>Environment:
>Description:
Updated Sterm to 0.4.1. Also removed patch-config.mk as port now uses pkg-config.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 321782)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sterm
-PORTVERSION=	0.3
+PORTVERSION=	0.4.1
 CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/st/
 DISTNAME=	st-${PORTVERSION}
@@ -11,7 +11,7 @@
 COMMENT=	A simple X terminal
 
 LICENSE=	BSD
-
+BUILD_DEPENDS=  pkgconfig:${PORTSDIR}/devel/pkgconf 
 LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		freetype:${PORTSDIR}/print/freetype2
 RUN_DEPENDS=	${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses
Index: distinfo
===================================================================
--- distinfo	(revision 321782)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (st-0.3.tar.gz) = 6d6ca8e8a110530caf97538eab96f0ec28ad2dc419054afeea91e8187b940e34
-SIZE (st-0.3.tar.gz) = 24424
+SHA256 (st-0.4.1.tar.gz) = ee2f93c6d8cd95a5ab47423eeebde4a474be470309ceee33fa3c7757eae2bf31
+SIZE (st-0.4.1.tar.gz) = 32947
Index: files/patch-Makefile
===================================================================
--- files/patch-Makefile	(revision 321782)
+++ files/patch-Makefile	(working copy)
@@ -1,11 +1,11 @@
---- Makefile.orig	2012-11-02 20:09:49.000000000 +0100
-+++ Makefile	2012-11-26 21:33:04.882099791 +0100
-@@ -50,7 +50,7 @@
+--- Makefile.orig	2013-06-26 00:09:00.000000000 -0500
++++ Makefile	2013-06-26 00:10:14.000000000 -0500
+@@ -49,7 +49,7 @@
+ 	@sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
  	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
- 	@echo If things do not seem to work, be sure that there is no \
- 		floating st terminfo in the .terminfo directory in your home dir.
+ 	@echo Please see the README file regarding the terminfo entry of st.
 -	@tic -s st.info
-+	@tic -s -o ${LOCALBASE}/share/misc st.info
++	@tic -s -o  ${LOCALBASE}/share/misc st.info
  
  uninstall:
  	@echo removing executable file from ${DESTDIR}${PREFIX}/bin
Index: files/patch-config.mk
===================================================================
--- files/patch-config.mk	(revision 321782)
+++ files/patch-config.mk	(working copy)
@@ -1,11 +0,0 @@
---- config.mk.orig	2012-11-02 20:09:49.000000000 +0100
-+++ config.mk	2012-11-26 22:28:12.270095047 +0100
-@@ -11,7 +11,7 @@
- X11LIB = /usr/X11R6/lib
- 
- # includes and libs
--INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2
-+INCS = -I. -I/usr/include -I${X11INC} -I${X11INC}/freetype2
- LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig
- 
- # flags


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



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