| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Again.
Untested commit by: jmacd :<
|
| |
|
|
|
|
|
| |
this Makefile is included from elsewhere, or is adding to a variable
defined in the environment, or something like that.
|
| |
|
| |
|
|
|
|
| |
gzip xmindpath.1 unconditionally. (I believe we must do some more thing)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This patch helps it find Kerberos V5 if you installed the port in a
non-standard place.
Reviewed by: Ville Eerola <Ville.Eerola@sci.fi>
|
|
|
|
| |
Problem noticed by: BitS <bits@oldwarez.com>
|
|
|
|
|
| |
specify the location of system libs.
Reviewed by: Mark Murray, David O'Brien
|
|
|
|
|
|
| |
not only using -lc_r what would result in linking in libc and libc_r
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Obtained from: John Birrell
|
|
|
|
| |
and freetype support
|
|
|
|
| |
under CAM. Fixes for ELF and CAM RSN.
|
|
|
|
| |
Submitted by: Zach Heilig <zach@gaffaneys.com>
|
| |
|
|
|
|
|
|
|
| |
things properly.
(And of course, remove the part where symbolic link for the man
page is created.)
|
| |
|
| |
|
| |
|
|
|
|
| |
demo mode for the uninitiated. :-)
|
| |
|
|
|
|
| |
Nagged by: distfile checker (old master site had gone)
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
| |
|
|
|
|
| |
Submitted by: Ichiro Fukuhara <ichiro@ichiro.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: hoek
(2) ELF support.
2a. Variable PORTOBJFORMAT specifies the object format of the system.
It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV,
and is given to generate-plist via PLIST_SUB.
2b. In PLIST, substitute lines that end with "/libFOO.so.X" with
"/libFOO.so.X.0". (This means PLISTs should only list ELF
libraries.)
Reviewed by: jb, jdp, hoek, jseger, steve
(3) Perl5-in-system support. Basically turns USE_PERL5 into a no-op
if there exists a "/usr/bin/perl5". Also fix prior breakage by
dima (${PREFIX} => ${LOCALBASE} in perl5 path).
Reviewed by: markm (sort of)
(4) Install requirement file as "+REQUIRE" so it will be executed
correctly by pkg_delete.
Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
(5) Do not disable checksum and makesum when NO_EXTRACT is set.
Pointed out by: hoek and kiri, among other people
|
|
|
|
|
| |
Since there has been announced a to-be ver 1.1.1, change my versioning to
a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
spreadsheet for Tcl/Tk
Abacus is a small, light and easy to use spreadsheet being developed
as graduation project under the tutorship of Prof. Arlindo Oliveira,
and the spreadsheet is being developed using the Tcl/Tk toolkit, as
well as plain old C/C++ for all the "number-crunching" tasks.
PR: 7674
Submitted by: Andrey V. Zakhvatov <andy@icc.surw.chel.su>
|
|
|
|
|
|
| |
(When doing something like VAR != ${ECHO} string | sed cmd, you can't use
${SED} as it doesn't get expanded.)
Pointed out by: maintainer
|
| |
|
|
|
|
| |
it won't install libraries already exist on ELF system.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Reviewed by: Brian Handy <handy@physics.montana.edu>
|
|
|
|
| |
Import of arla (free clone of AFS client)
|
|
|
|
|
|
| |
there's an upgrade.
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Also, three files were missing from the PLIST.
Note, I'm not sure if the former is right but I'm just making this
file match reality. If it really has to go under /usr/local/lib, the
maintainer should feel free to fix the install process. :)
|
|
|
|
|
|
|
| |
- filenames of Custom Icons for folders ("Icon^M") are properly escaped
- Honors CFLAGS
- package can actually be installed elswhere (pkg_add -p)
- man pages are compressed and properly linked
|
|
|
|
| |
Submitted by: Eiji-usagi-Matsumoto <usagi@clave.gr.jp> (maintainer)
|