FreeBSD Bugzilla – Attachment 35855 Details for
Bug 57746
[new port] polish/libtlen - backend for Polish IM network
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libtlen.shar
libtlen.shar (text/plain), 3.71 KB, created by
Piotr Smyrak
on 2003-10-08 15:50:08 UTC
(
hide
)
Description:
libtlen.shar
Filename:
MIME Type:
Creator:
Piotr Smyrak
Created:
2003-10-08 15:50:08 UTC
Size:
3.71 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libtlen ># libtlen/files ># libtlen/files/patch-aa ># libtlen/distinfo ># libtlen/pkg-plist ># libtlen/pkg-descr ># libtlen/Makefile ># >echo c - libtlen >mkdir -p libtlen > /dev/null 2>&1 >echo c - libtlen/files >mkdir -p libtlen/files > /dev/null 2>&1 >echo x - libtlen/files/patch-aa >sed 's/^X//' >libtlen/files/patch-aa << 'END-of-libtlen/files/patch-aa' >X--- lib/Makefile.in.orig Mon Sep 26 14:46:55 2003 >X+++ lib/Makefile.in Mon Sep 26 14:54:07 2003 >X@@ -10,7 +10,7 @@ >X # incerased with ABI changes >X VERSION_MAJOR=1 >X # incerased with API changes >X-VERSION_MINOR=5 >X+#VERSION_MINOR=5 >X >X CC = @CC@ >X CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb >X@@ -27,7 +27,7 @@ >X >X SHAREDMM = libtlen.so >X SHAREDM = $(SHAREDMM).$(VERSION_MAJOR) >X-SHARED = $(SHAREDM).$(VERSION_MINOR) >X+SHARED = $(SHAREDMM).$(VERSION_MAJOR) >X STATIC = libtlen.a >X >X HEADERS = *.h >X@@ -54,7 +54,7 @@ >X >X $(SHARED): $(OBJS) >X $(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc >X- $(LN_S) -f $(SHARED) $(SHAREDM) >X+# $(LN_S) -f $(SHARED) $(SHAREDM) >X $(LN_S) -f $(SHARED) $(SHAREDMM) >X >X install: install-shared install-static install-devel >X@@ -62,7 +62,7 @@ >X install-shared: >X $(INSTALL) -d $(DESTDIR)$(libdir) >X $(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir) >X- cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) >X+# cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM) >X cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM) >X >X install-static: >END-of-libtlen/files/patch-aa >echo x - libtlen/distinfo >sed 's/^X//' >libtlen/distinfo << 'END-of-libtlen/distinfo' >XMD5 (libtlen-20030721.tar.gz) = 019a1c5b1640aa308f979024786e0237 >END-of-libtlen/distinfo >echo x - libtlen/pkg-plist >sed 's/^X//' >libtlen/pkg-plist << 'END-of-libtlen/pkg-plist' >Xinclude/libtlen/asciitab.h >Xinclude/libtlen/hashtable.h >Xinclude/libtlen/iasciitab.h >Xinclude/libtlen/latin1tab.h >Xinclude/libtlen/libtlen.h >Xinclude/libtlen/nametab.h >Xinclude/libtlen/pool.h >Xinclude/libtlen/str.h >Xinclude/libtlen/utf8tab.h >Xinclude/libtlen/xmldef.h >Xinclude/libtlen/xmlparse.h >Xinclude/libtlen/xmlrole.h >Xinclude/libtlen/xmltok.h >Xinclude/libtlen/xmltok_impl.h >Xlib/libtlen.a >Xlib/libtlen.so >Xlib/libtlen.so.1 >X@dirrm include/libtlen >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/TODO >X%%PORTDOCS%%%%DOCSDIR%%/libtlen.css >X%%PORTDOCS%%%%DOCSDIR%%/libtlen.html >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >END-of-libtlen/pkg-plist >echo x - libtlen/pkg-descr >sed 's/^X//' >libtlen/pkg-descr << 'END-of-libtlen/pkg-descr' >XA libtlen is a backend library to implement interoperability >Xwith Poland's Jabber protocol based Tlen.pl IM network. >X >XWWW: http://www.libtlen.eu.org/ >END-of-libtlen/pkg-descr >echo x - libtlen/Makefile >sed 's/^X//' >libtlen/Makefile << 'END-of-libtlen/Makefile' >X# New ports collection makefile for: libtlen >X# Date created: 25 September 2003 >X# Whom: Piotr Smyrak <smyru@heron.pl> and >X# Maciek Korzen <eaquer@ceti.pl> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= libtlen >XPORTVERSION= 20030721 >XCATEGORIES= polish net >XMASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ >X >XMAINTAINER= smyru@heron.pl >XCOMMENT= Backend for interoperability with Tlen.pl, Polish IM network >X >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS= --prefix=${LOCALBASE} >X >XINSTALLS_SHLIB= yes >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X.for f in libtlen.html libtlen.css AUTHORS TODO >X @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} >X.endfor >X.endif >X >X.include <bsd.port.mk> >END-of-libtlen/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 57746
: 35855