Skip to content

Commit

Permalink
do not collide with graphviz
Browse files Browse the repository at this point in the history
bump common PKGNAME
  • Loading branch information
Nikolay Sturm committed Nov 28, 2004
1 parent 972fb39 commit 13e194b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mbone/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2004/11/14 12:49:46 espie Exp $
# $OpenBSD: Makefile,v 1.22 2004/11/28 13:00:40 sturm Exp $

COMMENT= "common library functions used by the UCL multicast utils"

DISTNAME= common-1.0.6
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= mbone

MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
Expand All @@ -25,6 +25,6 @@ WRKDIST= ${WRKDIR}/common
NO_REGRESS= Yes

do-install:
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib/libuclcommon.a

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions mbone/common/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@comment $OpenBSD: PLIST,v 1.2 2002/04/07 01:54:51 naddy Exp $
lib/libcommon.a
@comment $OpenBSD: PLIST,v 1.3 2004/11/28 13:00:40 sturm Exp $
lib/libuclcommon.a
4 changes: 2 additions & 2 deletions mbone/nte/patches/patch-linux_Makefile_linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$OpenBSD: patch-linux_Makefile_linux,v 1.1 2001/03/17 17:21:41 wilfried Exp $
$OpenBSD: patch-linux_Makefile_linux,v 1.2 2004/11/28 13:00:40 sturm Exp $
--- linux/Makefile.linux.orig Wed May 26 00:10:05 1999
+++ linux/Makefile.linux Fri Mar 16 20:45:42 2001
@@ -1,4 +1,4 @@
Expand All @@ -8,4 +8,4 @@ $OpenBSD: patch-linux_Makefile_linux,v 1.1 2001/03/17 17:21:41 wilfried Exp $
CFLAGS += -DPROTOTYPES -DHAVE_UNISTD_H -DDEFINED_ERRLIST -D_intel_
-LIBS += -lm -L/usr/X11R6/lib -lX11 -ldl
-
+LIBS += -lm -L/usr/X11R6/lib -lX11 -L/usr/local/lib -ltcl80 -ltk80 -lcommon
+LIBS += -lm -L/usr/X11R6/lib -lX11 -L/usr/local/lib -ltcl80 -ltk80 -luclcommon

0 comments on commit 13e194b

Please sign in to comment.