espie
3146ff3563
libraries live in the first pass.
2005-08-10 13:09:17 +00:00
mbalmer
e3a8473ecd
Add uid/gid 549, _netplan:_netplan for misc/plan
2005-08-10 07:48:49 +00:00
sturm
98dc794504
move www.cpan.dk down the list as it is often not up to date
2005-08-07 21:23:19 +00:00
aanriot
a4569e8894
add _polipo:_polipo for www/polipo.
2005-08-06 21:24:04 +00:00
robert
3455b52213
add _kismet
2005-07-28 10:04:34 +00:00
pvalchev
491c9b7c8b
more stuff to build
2005-07-24 03:51:59 +00:00
aanriot
7cd4e02269
add _honeyd user/group.
...
ok sturm@
2005-07-23 17:39:46 +00:00
sturm
4df85619a2
permit kqueue and kevent
...
noticed by Ray Lai <ray at cyth.net>
2005-07-09 07:29:01 +00:00
espie
97807ee9a8
remove mesh permanently, it's obvious this is NOT a maintained mirror.
2005-07-04 12:34:23 +00:00
espie
f51beaa32e
distfiles with spaces ? wow...
2005-07-04 12:32:51 +00:00
espie
bbac9516f9
show a full list of existing files before exiting.
2005-07-04 10:46:05 +00:00
brad
104c67ad72
sync with CVS as of today
2005-07-03 01:00:54 +00:00
espie
a0d8f99cb8
fix wc shit.
2005-06-27 12:48:56 +00:00
espie
559bf09e60
bigger threshold, some sourceforge mirrors have 20K of html error page.
2005-06-25 22:12:09 +00:00
espie
e5b301e189
zap small files whose sizes don't match, so the next mirror gets a chance
...
to go at it.
2005-06-25 22:01:46 +00:00
espie
7459b5bd67
restore library check into working order, ouch...
2005-06-25 10:51:32 +00:00
espie
339259cda0
remove -v in pkg_create(1) since pkg_create is going to become
...
much more verbose.
2005-06-25 10:40:50 +00:00
jsg
4cba0b7457
Add mesh back to the list of sourceforge mirrors now it has been fixed.
2005-06-22 23:41:59 +00:00
kurt
7ddb5ebf43
- add java MODULE to handle some commmon java port issues
...
- Based on the MODJAVA_VER, MODJAVA_JRERUN, NO_BUILD
and MACHINE_ARCH, the following things will be setup:
ONLY_FOR_ARCHS if not already set.
BUILD_DEPENDS on a jdk (native preferred).
JAVA_HOME to pass on to the port build.
RUN_DEPENDS for all jdk's and jre's that can run the port.
Review and feedback nikolay@, ian@.
2005-06-17 14:59:27 +00:00
mbalmer
16b499a863
Failed retrieval of a ports distfiles can leave a file containing
...
an ampersand in its name in ${DISTDIR}. Escape the ampersand in
the generated script.
ok espie@
2005-06-04 22:53:03 +00:00
pvalchev
70cd8f0b74
sort list of pkgs properly; ok and tweak espie
2005-05-17 22:08:13 +00:00
pvalchev
d237bab01d
ignore "pkglocatedb.gz" in the listing as well
2005-05-17 16:17:50 +00:00
pvalchev
58a2b77280
- print pathname of file in case of error
...
- fix up comment
2005-05-17 16:17:00 +00:00
pvalchev
1d1a81e90d
missed mips64, also update osrev=3.7
2005-05-13 17:35:19 +00:00
pvalchev
251ff517f0
update list of all arches
2005-05-13 17:34:19 +00:00
jcs
ffb3030fae
_asterisk user and group, for telephony/asterisk
...
ok jolan@
2005-05-09 16:46:02 +00:00
jakob
6e1b8dacea
add _openldap
2005-05-02 12:16:14 +00:00
alek
a130ae3cff
Add LIBTOOL to FAKE_FLAGS.
...
ok sturm@, espie@
2005-04-30 10:43:55 +00:00
pvalchev
873f8ea57b
add list of arm packages i use for building; this location is
...
normally for CD sets, but it is most appropriate
2005-04-30 00:08:27 +00:00
espie
63ee44468c
missed test.
...
found out (more or less) by alek@.
2005-04-24 18:02:45 +00:00
espie
70fcebe40f
fiddle a bit with LD_LIBRARY_PATH: allow mixed fake/non-fake.
...
and create a _set_ld_library_path internal, so that bzip2 can be installed
only as a dependency.
2005-04-23 15:24:49 +00:00
espie
b6e98c5d70
fake case is special, directly check if the exact package is already installed
...
(avoid errors in multiple installs of the same dependency)
2005-04-23 15:12:19 +00:00
espie
8ae9d49345
allows a mode FAKE=all where BUILD_DEPENDS get also installed under
...
DEPDIR.
2005-04-23 14:31:38 +00:00
alek
c798bedc18
Do not check if SEPARATE_BUILD is defined but check what is its value
...
(defaults to No)
help & blessing from espie@, ok naddy@
2005-04-21 01:44:50 +00:00
mjc
16ccc57067
correct type for ac_cv_func_accept_arg3
...
ok espie@
thanks to naddy@ for the smart testing on this
2005-04-20 22:18:04 +00:00
espie
d9e6141a26
need to use a default target for fake=lib. gettext->=0.10.38 is not an
...
installable package name...
2005-04-19 09:21:42 +00:00
espie
26181a5f81
add REPORT_PROBLEM_LOGFILE, okay naddy@
2005-04-19 08:55:32 +00:00
espie
5e16b36748
look in the correct place if FAKE=lib
...
found out by naddy while working on xloadimage.
2005-04-17 22:51:16 +00:00
espie
b84fda0759
use both DEPBASE and LOCALBASE in PORTSPATH since we don't fake everything yet.
2005-04-17 18:31:58 +00:00
espie
5d3475bf46
move BUILD_DEPENDS outside of FAKE=lib scope, because it's really hard
...
to convince autoconf to work...
Also, ln -sf -> ln -sfh
2005-04-17 13:21:14 +00:00
espie
fc68a339fe
Add DEPBASE for dependencies.
...
Add USE_FAKE_LIB to turn on FAKE=LIB for ports that have been converted.
Tweak buil/lib depends and LD_LIBRARY_PATH in FAKE=lib case.
2005-04-17 10:10:07 +00:00
jsg
4a0f22b68b
Update the list of sourceforge mirrors, remove mesh and unc as they
...
don't seem to be up to date.
2005-04-14 01:23:33 +00:00
espie
0c80ed6d5d
take @endfake into account: mark when items are before/after @endfake,
...
and run two passes if necessary to put stuff before/after @endfake.
For now, extra stuff always gets moved after @endfake...
This will change when I find `useful' examples.
2005-04-11 11:39:12 +00:00
espie
9351cdeeb5
more kde interdependencies handling. Checked through a full build.
2005-04-09 10:48:31 +00:00
pvalchev
00a8e6fa8c
no x86_64 now; ok/from brad & kettenis
2005-04-09 07:38:27 +00:00
alek
e45ec51caf
- sunsite.dk is now called mirrors.dotsrc.org and it also hosts GNU and CTAN
...
archives
- Remove cpan.shellhung.org
Partially from Michael Knudsen <e@molioner.dk>
ok naddy@, sturm@
2005-04-05 20:10:53 +00:00
jolan
3c4985fe84
add humppa64 to lp64_archs
2005-04-01 15:55:36 +00:00
espie
32484a6016
let RUN_DEPENDS register itself in built package as stem-* if no pkgspec
...
has been requested.
Simplifies package updates a great deal, needs porters to be more careful.
okay naddy@
2005-03-30 08:14:01 +00:00
alek
8c8dc073fd
Add _cyrus user used by mail/cyrus-imapd
2005-03-27 18:05:47 +00:00
espie
23f2ba46c9
don't strip the version number from wantlib in reporting issues.
...
will help people figure out why an incorrect library version is enough
to get lib-depends-check to holler.
2005-03-26 11:52:58 +00:00