place the programs in libexec because it needs to write files in the
data directory (otherwise it crashes).
o Use %%DATADIR%% in pkg-plist.
PR: ports/85270
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: maintainer
- Add CONFIGURE_ENV stuff or it will not working if it's install in
the different prefix.
- Do not extract libltdl to ensure that it will using system one.
- Kill, kill, kill the ^M.
- Respect more on ${PTHREAD_LIBS} (ie: kill the hardcore of -lc_r)
- Add autocheck on ImageMagick and libvorbis, which its configure
will doing the autochecks then enable the plugins by automatic.
It fixes the plist and dependency.
- Add strnlen() function, a non-standard, that is not exist in
FreeBSD libc, which is need for the libextractor_png.so. Without
it, evidence will complaining like this:
/libexec/ld-elf.so.1: /usr/local/lib/libextractor/libextractor_png.so:
Undefined symbol "strnlen"
- Bump the PORTREVISION.
Reported by: tmclaugh (strnlen function stuff)
Reviewed by: jylefort
Approved by: kevlo (maintainer)
easily be made (Ion-Mihai Tetcu via chinsan). Let slave ports
override MAINTAINER and COMMENT.
PR: 84877
Submitted by: chinsan
Move RESTRICTED line to a correct place (portlint).
Mention the searching feature in COMMENT.
Submitted by: hrs
List ja-acroread in CONFLICTS
Submitted by: hrs
Let slave ports override CONFLICTS.
The license for the Adobe Reader forbids any changes to the installed
files, even inserting the word "FreeBSD" into the wrapper script.
By cleverly spoofing "uname" output we can avoid patching that
script.
Submitted by: hrs
Remove unneeded USE_LINUX=yes and USE_XLIB=yes, and an erroneous
comment about the need to run brandelf, which were added by netchild.
Also remove his comments about the prefix being wrong. I am changing
the prefix. I think that rather than inserting such comments in a
port, it is better to contact the maintainer.
Install under LOCALBASE, rather than LINUXBASE, without registering
in the RPM database. This addresses the part of PR 84877 about the
port failing to unregister itself on deinstallation. It also
addresses the part of PR 85827 which requested a different prefix.
Don't install the "acroread" link. I feel that it has caused more
trouble than it is worth.
Separate do-install and post-install sections are not necessary.
Rename pre-install to do-build so it will be completed by "make
all".
files, even inserting the word "FreeBSD" into the wrapper script.
By cleverly spoofing "uname" output we can avoid patching that
script.
Submitted by: hrs
definitions dictionary (DEX). It features a browser-like interface,
with cross-references between definitions, and the capability of adding new
definitions from a server.
PR: ports/86941
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>