Bug 35757 - [PATCH] Update devel/atk to 1.0.0
Summary: [PATCH] Update devel/atk to 1.0.0
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: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-11 04:00 UTC by Joe Marcus Clarke
Modified: 2002-03-11 19:14 UTC (History)
0 users

See Also:


Attachments
atk.diff (1.14 KB, patch)
2002-03-11 04:00 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2002-03-11 04:00:03 UTC
Update the atk port to 1.0.0.  I also took the liberty of keeping the lib name
of atk.so.x instead of atk-1.0.so.x.  This also chases the soon to be 
repo copied glib2.

Fix: ADDED FILE:
 files/patch-atk::Makefile.in

--- atk/Makefile.in.orig	Sun Mar 10 22:48:35 2002
+++ atk/Makefile.in	Sun Mar 10 22:48:43 2002
@@ -105,7 +105,7 @@
 @OS_WIN32_TRUE@export_symbols = @OS_WIN32_TRUE@-export-symbols atk.def
 @OS_WIN32_TRUE@no_undefined = @OS_WIN32_TRUE@-no-undefined
 
-lib_LTLIBRARIES = libatk-1.0.la
+lib_LTLIBRARIES = libatk.la
 
 @MS_LIB_AVAILABLE_TRUE@noinst_DATA = @MS_LIB_AVAILABLE_TRUE@atk-$(ATK_API_VERSION).lib
 
@@ -307,7 +307,7 @@
 
 maintainer-clean-libtool:
 
-libatk-1.0.la: $(libatk_1_0_la_OBJECTS) $(libatk_1_0_la_DEPENDENCIES)
+libatk.la: $(libatk_1_0_la_OBJECTS) $(libatk_1_0_la_DEPENDENCIES)
 	$(LINK) -rpath $(libdir) $(libatk_1_0_la_LDFLAGS) $(libatk_1_0_la_OBJECTS) $(libatk_1_0_la_LIBADD) $(LIBS)
 
 install-libatkincludeHEADERS: $(libatkinclude_HEADERS)
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2002-03-11 11:32:23 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

I'll take this.
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2002-03-11 19:14:38 UTC
State Changed
From-To: open->closed

Update committed, thank you!