Skip to content

Commit

Permalink
jday-2.4 (rebuild on x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Apr 21, 2015
1 parent 1149793 commit b91f030
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 61 deletions.
41 changes: 22 additions & 19 deletions jday/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ intiming situations where you need elapsed time between dates.Also useful for
astronomy applications.

Runtime requirements:
cygwin-1.7.13-1
cygwin-1.7.35-1
libjday-devel-2.4-1bl2
libjday2-2.4-1bl2

Build requirements:
(besides corresponding -devel packages)
autoconf-10-1
automake-4-10
binutils-2.22.51-2
cygport-0.10.10-1
gawk-4.0.1-1
gcc4-core-4.5.3-3
libtool-2.4-1
make-3.82.90-1
autoconf-13-1
automake-9-1
binutils-2.25-1
cygport-0.18.1-1
gcc-core-4.9.2-3
libtool-2.4.6-1
make-4.1-1

Canonical website:
http://jday.sf.net/
Expand All @@ -27,17 +28,17 @@ Canonical download:
-------------------------------------------

Build instructions:
unpack jday-2.4-X-src.tar.bz2
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./jday-2.4-X.cygport all
1. unpack jday-2.4-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./jday-2.4-X.cygport all

This will create:
/usr/src/jday-2.4-X-src.tar.bz2
/usr/src/jday-2.4-X.tar.bz2
/usr/src/libjday2-2.4-X.tar.bz2
/usr/src/libjday-devel-2.4-X.tar.bz2
/usr/src/jday-2.4-X-src.tar.xz
/usr/src/jday-2.4-X.tar.xz
/usr/src/libjday2-2.4-X.tar.xz
/usr/src/libjday-devel-2.4-X.tar.xz

-------------------------------------------

Expand All @@ -61,13 +62,15 @@ Files included in the binary package:
(libjday-devel)
/usr/include/jday.h
/usr/lib/libjday.dll.a
/usr/lib/libjday.la
/usr/lib/pkgconfig/jday.pc

------------------

Port Notes:

----- version 2.4-1bl2 -----
Rebuild on x86_64

----- version 2.4-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://d.hatena.ne.jp/fd0>

20 changes: 0 additions & 20 deletions jday/jday-2.4-1bl1.cygport

This file was deleted.

29 changes: 29 additions & 0 deletions jday/jday-2.4-1bl2.cygport
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
HOMEPAGE="http://${PN}.sf.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

CATEGORY="Libs"
SUMMARY="Simple command to convert calendar dates to julian dates"
DESCRIPTION="A simple command to convert calendar dates to julian dates. Quite useful
intiming situations where you need elapsed time between dates.Also useful for
astronomy applications."

PKG_NAMES="
${PN}
lib${PN}2
lib${PN}-devel
"
jday_CONTENTS="
usr/bin/*.exe
usr/share
"
libjday2_CONTENTS="
usr/bin/*.dll
"
libjday_devel_CONTENTS="
usr/include
usr/lib
"

jday_SUMMARY="${SUMMARY} (utilities)"
libjday2_SUMMARY="${SUMMARY} (runtime)"
libjday_devel_SUMMARY="${SUMMARY} (development)"
4 changes: 2 additions & 2 deletions jday/jday-2.4-1bl1.src.patch → jday/jday-2.4-1bl2.src.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- origsrc/jday-2.4/Makefile.am 2005-10-11 04:12:54.000000000 +0900
+++ src/jday-2.4/Makefile.am 2012-04-17 12:38:09.792115700 +0900
+++ src/jday-2.4/Makefile.am 2015-04-22 07:59:26.831524800 +0900
@@ -9,7 +9,7 @@ dbd_SOURCES = dbd.c
include_HEADERS = jday.h
lib_LTLIBRARIES = libjday.la
libjday_la_SOURCES = caldate.c version.c
-libjday_la_LDFLAGS = -version-info 2:4
+libjday_la_LDFLAGS = -version-info 2:4 -no-undefined
+libjday_la_LDFLAGS = -no-undefined -version-info 2:4
jday_LDADD = libjday.la
j2d_LDADD = libjday.la
dbd_LDADD = libjday.la
6 changes: 0 additions & 6 deletions jday/jday.hint

This file was deleted.

7 changes: 0 additions & 7 deletions jday/libjday-devel.hint

This file was deleted.

7 changes: 0 additions & 7 deletions jday/libjday2.hint

This file was deleted.

0 comments on commit b91f030

Please sign in to comment.