diff options
author | John Vogel <jvogel4@stny.rr.com> | 2019-08-04 17:21:39 -0400 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2019-08-04 17:21:39 -0400 |
commit | b4073fe3f5fc91f7f7429b705cd58ae8e0e7f179 (patch) | |
tree | 3fafb452334ce6f9a417e5f66eaca40313678a01 /discount | |
parent | db4f95fa22a596aeca22799bab01721dd1528afe (diff) | |
download | contrib-b4073fe3f5fc91f7f7429b705cd58ae8e0e7f179.tar.gz contrib-b4073fe3f5fc91f7f7429b705cd58ae8e0e7f179.tar.xz |
discount: switch to shared library
Diffstat (limited to 'discount')
-rw-r--r-- | discount/.footprint | 4 | ||||
-rw-r--r-- | discount/.signature | 6 | ||||
-rw-r--r-- | discount/Pkgfile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/discount/.footprint b/discount/.footprint index 788abac97..d3b566c77 100644 --- a/discount/.footprint +++ b/discount/.footprint @@ -7,7 +7,9 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -r--r--r-- root/root usr/include/mkdio.h drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmarkdown.a +lrwxrwxrwx root/root usr/lib/libmarkdown.so -> libmarkdown.so.2.2.6 +lrwxrwxrwx root/root usr/lib/libmarkdown.so.2 -> libmarkdown.so.2.2.6 +-rwxr-xr-x root/root usr/lib/libmarkdown.so.2.2.6 drwxr-xr-x root/root usr/lib/pkgconfig/ -r--r--r-- root/root usr/lib/pkgconfig/libmarkdown.pc drwxr-xr-x root/root usr/share/ diff --git a/discount/.signature b/discount/.signature index a38a21270..6d1e04dff 100644 --- a/discount/.signature +++ b/discount/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+AUN2ck3hFEmJmuppJxzRUTe+o6T00lzjGBzUN2GzLJdLzO+y7VmXGszLzOer4Vm4zD3vWyzt70+SZnc6SKAgU= -SHA256 (Pkgfile) = 95d54b8f165b571d9fae54e1590cdc88a0deabf0acefe9f71d92b9bb62520ffd -SHA256 (.footprint) = ad158f8f54d55fa7199e5ac708d517c677a062acb3a5e8171ec6a98608ccb89f +RWSagIOpLGJF3zuZuyaBLOrtaYNLgL7gtXXDmhfQxEEQs+/XnaOFFyh0cLq1bhO+RyQvAEqBgIMe6yOsO35MHd337RTrfCHYCA4= +SHA256 (Pkgfile) = 50fd6c75b7b7b5f6622b86c35a197d6cfaf831247fa3f06c149051b188687a9b +SHA256 (.footprint) = 1ce647e6b6a8124f7455101b921a2d9b7fff1707cd04dd3165de24b9e78ae7bd SHA256 (discount-2.2.6.tar.gz) = 0beb98a66a6e38ed125e2d0a161ff6b461f6a38538bb72498766f376c94a0ad3 diff --git a/discount/Pkgfile b/discount/Pkgfile index 182d9dbdf..f81a796c6 100644 --- a/discount/Pkgfile +++ b/discount/Pkgfile @@ -4,7 +4,7 @@ name=discount version=2.2.6 -release=1 +release=2 source=(https://github.com/Orc/$name/archive/v$version/$name-$version.tar.gz) build() { @@ -12,7 +12,8 @@ build() { ./configure.sh \ --prefix=/usr \ - --pkg-config + --pkg-config \ + --shared make make DESTDIR=$PKG install install.man install.samples |