Bug 82407 - [update] comms/tilp comms/libticables devel/libticalcs devel/libtifiles
Summary: [update] comms/tilp comms/libticables devel/libticalcs devel/libtifiles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-19 10:20 UTC by Tijl Coosemans
Modified: 2005-06-23 17:29 UTC (History)
0 users

See Also:


Attachments
libticalcs.update (2.49 KB, text/plain)
2005-06-19 10:20 UTC, Tijl Coosemans
no flags Details
libticables.update (7.88 KB, text/plain)
2005-06-19 10:20 UTC, Tijl Coosemans
no flags Details
file.diff (7.27 KB, patch)
2005-06-19 10:20 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2005-06-19 10:20:22 UTC
updates to:
* comms/tilp
* comms/libticables
* devel/libticalcs
* devel/libtifiles
(with thanks to Brian Rogers)

Fix: In addition to the following patches, the files/ subdirectory in
devel/libticalcs and devel/libtifiles can be removed.

diff -urN libtifiles.orig/Makefile libtifiles/Makefile
--- libtifiles.orig/Makefile	Mon May 30 15:49:38 2005
+++ libtifiles/Makefile	Mon May 30 14:22:37 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libtifiles
-PORTVERSION=	0.5.7
-PORTREVISION=	1
+PORTVERSION=	0.6.5
 CATEGORIES=	devel
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	tilp
@@ -17,14 +16,9 @@
 
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
-USE_GNOME=	pkgconfig
-USE_LIBTOOL_VER=	13
+USE_GNOME=	gnomehack pkgconfig
+USE_LIBTOOL_VER=	15
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
-
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"\
-		LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1=	tifiles-config.1
 
 .include <bsd.port.mk>
diff -urN libtifiles.orig/distinfo libtifiles/distinfo
--- libtifiles.orig/distinfo	Mon May 30 15:49:38 2005
+++ libtifiles/distinfo	Mon May 30 14:25:03 2005
@@ -1,2 +1,2 @@
-MD5 (libtifiles-0.5.7.tar.gz) = b368e11b9a0f5ec9abab5ab312a44e55
-SIZE (libtifiles-0.5.7.tar.gz) = 509723
+MD5 (libtifiles-0.6.5.tar.gz) = cfac4188328b888e80995f0ef3f6e0bf
+SIZE (libtifiles-0.6.5.tar.gz) = 512310
diff -urN libtifiles.orig/files/patch-configure libtifiles/files/patch-configure
--- libtifiles.orig/files/patch-configure	Mon May 30 15:49:38 2005
+++ libtifiles/files/patch-configure	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- configure.orig	Tue Mar 23 16:43:40 2004
-+++ configure	Tue Mar 23 16:44:02 2004
-@@ -1934,6 +1934,7 @@
-     ACLOCALDIR=`aclocal --print-ac-dir`
- 
- fi
-+ACLOCALDIR=""
- 
- 
- if test x$ACLOCALDIR != x ; then
diff -urN libtifiles.orig/pkg-plist libtifiles/pkg-plist
--- libtifiles.orig/pkg-plist	Mon May 30 15:49:38 2005
+++ libtifiles/pkg-plist	Mon Feb 14 16:19:30 2005
@@ -1,4 +1,3 @@
-bin/tifiles-config
 include/tilp/file_def.h
 include/tilp/file_err.h
 include/tilp/file_int.h
@@ -22,9 +21,8 @@
 include/tilp/typesv2.h
 include/tilp/typesxx.h
 lib/libtifiles.a
-lib/libtifiles.la
 lib/libtifiles.so
-lib/libtifiles.so.5
+lib/libtifiles.so.6
 libdata/pkgconfig/tifiles.pc
 share/locale/fr/LC_MESSAGES/libtifiles.mo
 @unexec rmdir %D/include/tilp 2>/dev/null || true
--- libtifiles.update ends here ---
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-23 17:29:15 UTC
State Changed
From-To: open->closed

Committed, thanks!