Commit Graph

20 Commits

Author SHA1 Message Date
lteo
dd42426cff Make the test suite actually build and run:
- Set REGRESS_DEPENDS = ${FULLPKGPATH} because the test suite needs the
  libnetdude package itself to be installed in order to build and run.

- Make the "check" target in test/Makefile actually execute the test
  suite, instead of just building the test programs and exiting.

- Change the test suite program (test/lnd-test.c) to include
  netinet/if_ether.h instead of net/ethernet.h which does not exist on
  OpenBSD.

- Fix the last test to report the correct result.

- Let lnd-test exit with exit code 1 if any tests fail (previously it
  would always exit with exit code 0 even if tests fail).

The test suite still fails due to the failure of one test, but at least
it builds and runs now. :)

ok sthen haesbaert henning
2012-05-25 01:42:29 +00:00
jasper
d9f2f534b0 - don't use the internal libltdl...causes all sorts of havoc down the road. 2011-12-08 22:16:28 +00:00
jasper
4949ec7c45 reset maintainership 2011-09-21 17:20:56 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
49cc004681 new WANTLIB 2010-11-11 16:27:54 +00:00
jasper
959af98c55 - add missing build dependencies 2010-11-03 16:18:43 +00:00
jasper
ab6ceafcc6 - add missing build dependency 2010-10-26 18:07:10 +00:00
sthen
cad99f0e35 use REVISION. 2010-07-13 21:08:00 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
rui
a8f72637fb - update my e-mail address
ok jasper@
2008-02-14 21:36:27 +00:00
rui
236ee0e5bf update libnetdude and plugins, also take over maintainership.
ok sthen@
2007-09-26 20:18:08 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
espie
9eab833c3f shrink comment to believable length 2007-05-07 14:55:58 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
c17d338904 remove MODGNU_SHARED_LIBS 2006-01-08 10:23:02 +00:00
steven
e0bfb21400 SHARED_LIBS and USE_LIBTOOL 2005-12-30 23:00:17 +00:00
mjc
3f0e8231cd fix serious dependency problems and misplacement of plugins/docs.
twelve-step enrolment thanks to sturm@
2005-07-05 00:08:04 +00:00
david
b391248654 +SIZE 2005-06-16 22:13:04 +00:00
mjc
91475ebefa missed connecting makefile bitz in import 2005-05-28 00:00:59 +00:00
mjc
a9f811975c packet manipulation backend for netdude
from markus@ with some cleaning by myself

ok pvalchev@
2005-05-27 23:36:37 +00:00