Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 1997 21:23:30 -0700 (PDT)
From:      pgiffuni@FPS.biblos.unal.edu.co
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/4456: Fix for libsx
Message-ID:  <199709030423.VAA15837@hub.freebsd.org>
Resent-Message-ID: <199709030430.VAA16189@hub.freebsd.org>

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

>Number:         4456
>Category:       ports
>Synopsis:       Fix for libsx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  2 21:30:01 PDT 1997
>Last-Modified:
>Originator:     Pedro Giffuni S.
>Organization:
U. Nacional de Colombia
>Release:        2.2.2-Release
>Environment:
---Non-relevant---
>Description:
I noticed a program required an additional library that comes with
libsx. Since I need it, I added it to the port.
>How-To-Repeat:
Fix to the port follows. Please also note I have a new address 
(giffunip@asme.org). It is a permanent alias ASME gave me for being a
member. It is linked to pgiffuni@FPS.biblos.unal.edu.co, but the asme
address may be preferrable on the long term.

>Fix:
diff -ru libsx.old/Makefile libsx/Makefile
--- libsx.old/Makefile	Tue Sep  2 13:44:05 1997
+++ libsx/Makefile	Tue Sep  2 22:47:53 1997
@@ -1,33 +1,35 @@
-# New ports collection makefile for:   libsx
-# Version required:    1.1
-# Date created:                5 December 1996
-# Whom:                        pgiffuni@FPS.biblos.unal.edu.co
-#
-# $Id: Makefile,v 1.3 1997/08/11 00:36:50 fenner Exp $
-#
-
-DISTNAME=	libsx
-PKGNAME=	libsx-1.1
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	libraries
-EXTRACT_SUFX=	.tar.Z
-
-MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co
-
-USE_X11=	yes
-ALL_TARGET=	src
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/libsx.a  ${PREFIX}/lib
-	${MKDIR} ${PREFIX}/include/X11
-	${INSTALL_DATA} ${WRKSRC}/src/libsx.h  ${PREFIX}/include/X11
-
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/libsx
-	${INSTALL_MAN} ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx
-	${GZIP_CMD} ${PREFIX}/share/doc/libsx/*.doc
-.endif
-
-.include <bsd.port.mk>
+# New ports collection makefile for:	libsx
+# Version required:	1.1
+# Date created:			5 December 1996
+# Whom:				Pedro Giffuni
+#
+# $Id: Makefile,v 1.3 1997/08/11 00:36:50 fenner Exp $
+#
+
+DISTNAME=	libsx
+PKGNAME=	libsx-1.1
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR=	libraries
+EXTRACT_SUFX=	.tar.Z
+
+MAINTAINER=	giffunip@asme.org
+
+USE_X11=	yes
+ALL_TARGET=	src freq
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/src/libsx.a  ${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/freq/libfreq.a  ${PREFIX}/lib
+	${MKDIR} ${PREFIX}/include/X11/libsx
+	${INSTALL_DATA} ${WRKSRC}/src/libsx.h ${PREFIX}/include/X11/libsx
+	${INSTALL_DATA} ${WRKSRC}/freq/freq.h ${PREFIX}/include/X11/libsx
+
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${PREFIX}/share/doc/libsx
+	${INSTALL_MAN} ${WRKSRC}/docs/* ${PREFIX}/share/doc/libsx
+	${GZIP_CMD} ${PREFIX}/share/doc/libsx/*.doc
+.endif
+
+.include <bsd.port.mk>
diff -ru libsx.old/pkg/PLIST libsx/pkg/PLIST
--- libsx.old/pkg/PLIST	Tue Sep  2 12:00:51 1997
+++ libsx/pkg/PLIST	Tue Sep  2 22:47:19 1997
@@ -1,5 +1,7 @@
+lib/libfreq.a
 lib/libsx.a
-include/X11/libsx.h
+include/X11/libsx/freq.h
+include/X11/libsx/libsx.h
 share/doc/libsx/libsx_intro
 share/doc/libsx/button.doc.gz
 share/doc/libsx/color.doc.gz

>Audit-Trail:
>Unformatted:



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