Commit Graph

41 Commits

Author SHA1 Message Date
Pav Lucistnik
2098ca40dc - Add SHA256 2005-11-24 00:22:47 +00:00
Pav Lucistnik
38fba1ed6a - Make fetchable (at least at my place) 2005-11-24 00:22:12 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Oliver Lehmann
a3db16f20d fix patchfile
Noted By:	chris
2004-01-23 18:23:56 +00:00
Oliver Lehmann
5977dc1bf2 fix build on CURRENT
bump PORTREVISION
2003-12-09 19:09:41 +00:00
Mark Linimon
e2a4ba760d Make BROKEN message more specific. 2003-11-22 19:27:11 +00:00
Mark Linimon
9cc0ce460e Move inclusion of bsd.port.pre.mk past definition of variables.
Pet portlint.
2003-10-29 03:40:13 +00:00
Mark Linimon
228eb2d4a4 Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikely
like it will run on 5.x anytime soon.
2003-10-25 07:38:53 +00:00
Sergey A. Osokin
958842c5c6 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-22 09:37:18 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Edwin Groothuis
684de2af57 Make portlint happy regarding EXTRATC_ONLY 2002-12-21 22:42:44 +00:00
Edwin Groothuis
91612627ed Make cad/mars fetchable again.
Noticed by: portsurvey
2002-12-21 22:34:48 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Mario Sergio Fujikawa Ferreira
d2fa964af9 Add NOPORTDOCS support
PR:		28754
Submitted by:	Patrick Li <pat@databits.net>
2001-07-14 18:09:32 +00:00
David E. O'Brien
1fa3db4d19 Return to ports. 2001-07-09 20:28:25 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Kevin Lo
5c4665e29e Support X11BASE properly
PR: 20417
Submitted by: Ports Fury
2000-08-07 04:30:19 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
58e15e7a7b Minor style change. 1999-10-27 08:12:45 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
1999-02-03 11:12:01 +00:00
Satoshi Asami
1490c59f86 Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
1998-11-28 00:44:34 +00:00
Steve Price
a1455aa4f6 Remove empty directories on deinstall. 1998-09-27 08:20:05 +00:00
David E. O'Brien
6281a0c07b Properly find Motif includes and libs.
Problem noticed by:	BitS <bits@oldwarez.com>
1998-09-13 20:48:28 +00:00
David E. O'Brien
09b64b0d35 Remove manpages from pkg/PLIST 1998-08-13 21:16:00 +00:00
Justin M. Seger
4b6e535f86 Add a patch to allow cad/mars to build under 3.0-current. 1997-11-14 13:31:17 +00:00
David E. O'Brien
fd6c0ef516 Change my email address to @FreeBSD 1997-10-10 06:53:48 +00:00
Masafumi Max NAKANE
116c5b9e45 Fix the problem that the build fails when `.' is not present in the $PATH.
PR:	3274
Submitted by:	 Matthew Hunt <mph@pobox.com>
1997-04-25 21:54:51 +00:00
David E. O'Brien
b3f3a57df7 fix Bogon. 1997-02-04 11:32:02 +00:00
David E. O'Brien
2f8916cf1d Combine my do-install and post-install targets.. there was no need for two
targets.
1996-11-26 10:40:48 +00:00
Satoshi Asami
55bc374429 Misc. cleanup. In particular, don't fetch the docfile in the
install target.
1996-11-26 06:47:09 +00:00
David E. O'Brien
433de23394 Support Motif compilation. 1996-11-25 01:26:24 +00:00
David E. O'Brien
21b71c58c2 The Maryland Routing Simulator (MaRS) is a discrete-event simulator
providing a flexible platform for the evaluation and comparison of
network routing algorithms.
1996-11-25 01:07:59 +00:00