| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
| |
call it with /bin/sh.
Notes:
svn path=/head/; revision=14993
|
|
|
|
|
|
|
|
| |
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
Notes:
svn path=/head/; revision=14512
|
|
|
|
| |
Notes:
svn path=/head/; revision=14398
|
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS
on the *.so link so it will work for both a.out and ELF.
While I'm here, create the *.so link explicitly for the a.out case.
Notes:
svn path=/head/; revision=13522
|
|
|
|
| |
Notes:
svn path=/head/; revision=13463
|
|
|
|
| |
Notes:
svn path=/head/; revision=13445
|
|
|
|
| |
Notes:
svn path=/head/; revision=11782
|
|
|
|
| |
Notes:
svn path=/head/; revision=11778
|
|
|
|
| |
Notes:
svn path=/head/; revision=11777
|
|
|
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Notes:
svn path=/head/; revision=10860
|
|
|
|
| |
Notes:
svn path=/head/; revision=7360
|
|
|
|
|
|
|
| |
properly, and clean up Makefiles a little.
Notes:
svn path=/head/; revision=6118
|
|
|
|
|
|
|
| |
changes made in rev. 1.232 of bsd.port.mk.
Notes:
svn path=/head/; revision=4733
|
|
|
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes:
svn path=/head/; revision=4578
|
|
|
|
| |
Notes:
svn path=/head/; revision=4575
|
|
|
|
| |
Notes:
svn path=/head/; revision=2920
|
|
|
|
|
|
|
| |
fetch them correctly from the backup site.
Notes:
svn path=/head/; revision=2820
|
|
|
|
| |
Notes:
svn path=/head/; revision=2507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Notes:
svn path=/head/; revision=1871
|
|
|
|
|
|
|
|
| |
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
Notes:
svn path=/head/; revision=1545
|
|
|
|
|
|
|
|
| |
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
Notes:
svn path=/head/; revision=1483
|
|
|
|
| |
Notes:
svn path=/head/; revision=1326
|
|
|
|
|
|
|
| |
uncomp script need to be prefixed with a CURDIR.
Notes:
svn path=/head/; revision=1018
|
|
|
|
| |
Notes:
svn path=/head/; revision=831
|
|
|
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
Notes:
svn path=/head/; revision=590
|
|
|
|
|
|
|
| |
until someone has a brilliant idea how to reorganize the ports.
Notes:
svn path=/head/; revision=521
|
|
Notes:
svn path=/head/; revision=299
|