| 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.
|
|
|
|
|
| |
PR: 9622
Submitted by: maintainer
|
| |
|
|
|
|
| |
Added link to the web interface.
|
|
|
|
| |
Submitted by: Jacques Vidrine <n@nectar.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
======
===> Building package for BBBike-2.48
Creating package /usr/ports/packages/All/BBBike-2.48.tgz
Registering depends: perl-5.00502.
Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz'
tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory
tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
=======
While I'm here, adjust the p5-Tk dependency path (both .pm file and
p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
BBBike computes the shortes and fastest way between point A and B,
depending on the number of traffic lights, crosses, one way streets,
wind force, air temperature, mountains and human power.
BBBike has a cute GUI and map, including most streets, rivers and
lakes, railways stations, and subway stations. It has several
interface to other online database: phone book, zip code, Berlin city
map, eplus mobil phone map of Brandenburg.
|
|
|
|
| |
in this Makefile, there wasn't much reason why it was separate anyway.
|
| |
|
| |
|
|
|
|
|
|
|
| |
A web server log file analysis program.
PR: 7001
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
|
| |
|
|
|
|
| |
Also, add misc to the category list.
|
| |
|
| |
|
| |
|
|
|
|
| |
${GZIP_CMD} -d -> ${GZCAT}
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
adding it here. How old is your bsd.port.mk?
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
for files for which the checksum should not be checked.
(2) Use the PLIST variable to point to temporary PLIST in ${WRKSRC}.
Under no circumstances should a port modify a file in the
repository (${PKGDIR}/PLIST in this case).
|
|
|
|
| |
Create pkg/PLIST on the fly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
"dict -" from the beginning of the remaining line.
|
|
|
|
| |
Slipped off the keyboard of: wosch
|
| |
|
| |
|
|
(Basically because spinne's authors can't be bothered to translate the
documents to English.) However, that doesn't mean we can put more
useful German-specific stuff here, so all *.de porters, rise to your
feet! :)
Poked by: tg
|