Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 12:14:42 GMT
From:      Hyogeol Lee <hyogeollee@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130227: [MAINTAINER] korean/libhangul : update to 0.0.9
Message-ID:  <200901061214.n06CEg2F012804@www.freebsd.org>
Resent-Message-ID: <200901061220.n06CK5Mk073344@freefall.freebsd.org>

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

>Number:         130227
>Category:       ports
>Synopsis:       [MAINTAINER] korean/libhangul : update to 0.0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 12:20:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hyogeol Lee
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
FreeBSD addler.joker 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Jan  3 12:37:59 KST 2009     hglee@addler.joker:/usr/obj/usr/src/sys/CHROME  i386

>Description:
Update to 0.0.9

Please delete files/patch-data__hanja__Makefile.in

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# If you have a decent Bourne-type shell:
# STEP 2: Run the shell with this file as input.
# If you don't have such a shell, you may need to manually delete
# the files as shown below.
# STEP 3: Run the 'patch' program with this file as input.
#
# These are the commands needed to create/delete files/directories:
#
rm -f 'files/patch-data__hanja__Makefile.in'
#
# This command terminates the shell and need not be executed manually.
exit
#
#### End of Preamble ####

#### Patch data follows ####
diff -c 'korean/libhangul_org/Makefile' 'korean/libhangul/Makefile'
Index: ./Makefile
*** ./Makefile	Tue Jun 24 19:25:36 2008
--- ./Makefile	Tue Jan  6 20:41:19 2009
***************
*** 6,14 ****
  #
  
  PORTNAME=	libhangul
! PORTVERSION=	0.0.8
  CATEGORIES=	korean
! MASTER_SITES=	http://kldp.net/frs/download.php/4618/
  
  MAINTAINER=	hyogeollee@gmail.com
  COMMENT=	A library for hangul processing
--- 6,14 ----
  #
  
  PORTNAME=	libhangul
! PORTVERSION=	0.0.9
  CATEGORIES=	korean
! MASTER_SITES=	http://kldp.net/frs/download.php/4943/
  
  MAINTAINER=	hyogeollee@gmail.com
  COMMENT=	A library for hangul processing
diff -c 'korean/libhangul_org/distinfo' 'korean/libhangul/distinfo'
Index: ./distinfo
*** ./distinfo	Tue Jun 24 19:25:36 2008
--- ./distinfo	Tue Jan  6 20:41:30 2009
***************
*** 1,3 ****
! MD5 (libhangul-0.0.8.tar.gz) = eeee4d7d65210fb119786e001e757846
! SHA256 (libhangul-0.0.8.tar.gz) = 1847145ecde6b2a116e6dcb40771e8f90e02fbc4c7a15bb3313516a9e996db01
! SIZE (libhangul-0.0.8.tar.gz) = 2798106
--- 1,3 ----
! MD5 (libhangul-0.0.9.tar.gz) = 9bd18fc131e86470b5350a199a326364
! SHA256 (libhangul-0.0.9.tar.gz) = 80ab71a6ac9a4465e306e10a17ad1c52e5cf6d9b873da906eb6b422f9730132c
! SIZE (libhangul-0.0.9.tar.gz) = 2799519
diff -c 'korean/libhangul_org/files/patch-Makefile.in' 'korean/libhangul/files/patch-Makefile.in'
Index: ./files/patch-Makefile.in
*** ./files/patch-Makefile.in	Tue Jun 24 19:25:36 2008
--- ./files/patch-Makefile.in	Tue Jan  6 21:01:28 2009
***************
*** 1,9 ****
! --- ./Makefile.in.orig	2008-04-20 10:01:45.000000000 +0300
! +++ ./Makefile.in	2008-04-22 11:57:45.000000000 +0300
  @@ -191,7 +191,7 @@
!  top_builddir = @top_builddir@
!  top_srcdir = @top_srcdir@
!  SUBDIRS = hangul tools data test
  -pkgconfigdir = $(libdir)/pkgconfig
  +pkgconfigdir = $(prefix)/libdata/pkgconfig
   pkgconfig_DATA = libhangul.pc
--- 1,9 ----
! --- Makefile.in.orig	2009-01-06 21:00:36.000000000 +0900
! +++ Makefile.in	2009-01-06 20:43:42.000000000 +0900
  @@ -191,7 +191,7 @@
!  sysconfdir = @sysconfdir@
!  target_alias = @target_alias@
!  SUBDIRS = hangul data test
  -pkgconfigdir = $(libdir)/pkgconfig
  +pkgconfigdir = $(prefix)/libdata/pkgconfig
   pkgconfig_DATA = libhangul.pc
diff -c 'korean/libhangul_org/files/patch-test' 'korean/libhangul/files/patch-test'
Index: ./files/patch-test
*** ./files/patch-test	Tue Jun 24 19:25:37 2008
--- ./files/patch-test	Tue Jan  6 21:02:25 2009
***************
*** 1,27 ****
! --- ../libhangul-0.0.8_orig/test/Makefile.in	2008-04-20 16:01:44.000000000 +0900
! +++ test/Makefile.in	2008-04-21 18:12:41.000000000 +0900
  @@ -184,9 +184,11 @@
   hangul_CFLAGS = 
   hangul_SOURCES = hangul.c
   hangul_LDADD = ../hangul/libhangul.la
! +hangul_LDFLAGS = -liconv 
   hanja_CFLAGS = 
   hanja_SOURCES = hanja.c
   hanja_LDADD = ../hangul/libhangul.la
! +hanja_LDFLAGS = -liconv 
!  all: all-am
!  
!  .SUFFIXES:
! @@ -229,10 +231,10 @@
!  	done
!  hangul$(EXEEXT): $(hangul_OBJECTS) $(hangul_DEPENDENCIES) 
!  	@rm -f hangul$(EXEEXT)
! -	$(hangul_LINK) $(hangul_OBJECTS) $(hangul_LDADD) $(LIBS)
! +	$(hangul_LINK) $(hangul_OBJECTS) $(hangul_LDADD) $(hangul_LDFLAGS) $(LIBS)
!  hanja$(EXEEXT): $(hanja_OBJECTS) $(hanja_DEPENDENCIES) 
!  	@rm -f hanja$(EXEEXT)
! -	$(hanja_LINK) $(hanja_OBJECTS) $(hanja_LDADD) $(LIBS)
! +	$(hanja_LINK) $(hanja_OBJECTS) $(hanja_LDADD) $(hanja_LDADD) $(LIBS)
!  
!  mostlyclean-compile:
!  	-rm -f *.$(OBJEXT)
--- 1,14 ----
! --- test/Makefile.in.orig	2009-01-06 21:01:57.000000000 +0900
! +++ test/Makefile.in	2009-01-06 20:49:06.000000000 +0900
  @@ -184,9 +184,11 @@
   hangul_CFLAGS = 
   hangul_SOURCES = hangul.c
   hangul_LDADD = ../hangul/libhangul.la
! +hangul_LDFLAGS = -liconv
   hanja_CFLAGS = 
   hanja_SOURCES = hanja.c
   hanja_LDADD = ../hangul/libhangul.la
! +hanja_LDFLAGS = -liconv
!  TESTS = test
!  test_SOURCES = test.c ../hangul/hangul.h
!  test_CFLAGS = @CHECK_CFLAGS@
diff -c 'korean/libhangul_org/pkg-plist' 'korean/libhangul/pkg-plist'
Index: ./pkg-plist
*** ./pkg-plist	Tue Jun 24 19:25:37 2008
--- ./pkg-plist	Tue Jan  6 21:07:22 2009
***************
*** 1,14 ****
- bin/hanjac
  include/hangul-1.0/hangul.h
- %%DATADIR%%/hanja/hanja.txt
  lib/libhangul.a
  lib/libhangul.la
  lib/libhangul.so
  lib/libhangul.so.1
! lib/libhangul/hanja/hanja.bin
  libdata/pkgconfig/libhangul.pc
- @dirrm %%DATADIR%%/hanja
- @dirrm %%DATADIR%%
  @dirrm include/hangul-1.0
  @dirrm lib/libhangul/hanja
  @dirrm lib/libhangul
--- 1,10 ----
  include/hangul-1.0/hangul.h
  lib/libhangul.a
  lib/libhangul.la
  lib/libhangul.so
  lib/libhangul.so.1
! lib/libhangul/hanja/hanja.txt
  libdata/pkgconfig/libhangul.pc
  @dirrm include/hangul-1.0
  @dirrm lib/libhangul/hanja
  @dirrm lib/libhangul
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Tue Jan  6 21:11:52 2009
# Generated by        : makepatch 2.03
# Recurse directories : Yes
# Excluded files      : (\A|/).*\~\Z
#                       (\A|/).*\.a\Z
#                       (\A|/).*\.bak\Z
#                       (\A|/).*\.BAK\Z
#                       (\A|/).*\.elc\Z
#                       (\A|/).*\.exe\Z
#                       (\A|/).*\.gz\Z
#                       (\A|/).*\.ln\Z
#                       (\A|/).*\.o\Z
#                       (\A|/).*\.obj\Z
#                       (\A|/).*\.olb\Z
#                       (\A|/).*\.old\Z
#                       (\A|/).*\.orig\Z
#                       (\A|/).*\.rej\Z
#                       (\A|/).*\.so\Z
#                       (\A|/).*\.Z\Z
#                       (\A|/)\.del\-.*\Z
#                       (\A|/)\.make\.state\Z
#                       (\A|/)\.nse_depinfo\Z
#                       (\A|/)core\Z
#                       (\A|/)tags\Z
#                       (\A|/)TAGS\Z
# r 'files/patch-data__hanja__Makefile.in' 425 0
# p 'Makefile' 556 1231242079 0100644
# p 'distinfo' 203 1231242090 0100644
# p 'files/patch-Makefile.in' 391 1231243288 0100644
# p 'files/patch-test' 906 1231243345 0100644
# p 'pkg-plist' 315 1231243642 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Tue Jan  6 21:11:52 2009] ####
#### Patch checksum: 181 6190 37190 ####
#### Checksum: 209 7192 56462 ####


>Release-Note:
>Audit-Trail:
>Unformatted:



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