summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of typos. Ok, this works now. Only one significant hurdlejkh1994-09-021-5/+5
| | | | | | | | | | remains, and that's that this does not work with multiple targets, which sort of throws the tk and fvwm distributions into a mess. tk needs both a tarball and a patch file from the same site, fvwm needs up to 3 different files if you want all the options. If anyone wants to take this the last few steps of the way towards somehow handling cases like this, I'd be very happy. Submitted by: jkh
* Ok, I've reviewed this and made it work now. ncftp fetching seems to bejkh1994-09-021-17/+16
| | | | | working/closer to working now. Submitted by: jkh
* Add a few missing >> lines to error echo's.. This is basically myjkh1994-09-021-4/+4
| | | | | convention to make searching for error messages easy. Submitted by: jkh
* Here's my first cut at doing auto-fetch with ncftp. The extract rulejkh1994-09-011-7/+31
| | | | | is turning into the original make rule from hell! Submitted by: jkh
* Geeze, what was I thinking again? Replace all references to:jkh1994-09-011-7/+15
| | | | | | | | | | | | | | | | | | | | | ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} With simply `${DISTFILE}' which defaults to the above. This lets you easily name distribution files that don't cooperate with any rational naming syntax. Similarly, make a variable called ${PKGFILE} which fills the same purpose for packages. Just trying to make this thing really really general to suit every need. Now I need somebody to figure out how to make the extract target auto-fetch things from ${HOME_LOCATION} with ncftp *if* ncftp is installed and it looks possible to reach the foreign site. That will take some fancy footwork, but would be slick. I've changed this too so that HOME_LOCATION is no longer set by default, allowing you to do an .if defined(..) check for it. The extract rule now does this too. Submitted by: jkh
* Changed g++ to c++paul1994-08-311-2/+2
| | | | | Reviewed by: Submitted by:
* added hook for post-build scriptadam1994-08-301-1/+4
| | | | | Reviewed by: Submitted by:
* Define NOOBJ so that install doesn't try to get the sources from thebde1994-08-281-7/+6
| | | | | | wrong place. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
* Fix it to find the sources if there is an obj directory. Lots of the oldbde1994-08-281-1/+1
| | | | doc Makefiles are broken in the same way. This should be fixed centrally.
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1994-08-283-14/+15
|
* Use ${ECHODIR} instead of `echo' for printing directory names so thatbde1994-08-281-3/+3
| | | | `make -ss' is very quiet.
* Fix spelling error in little-used target.bde1994-08-281-6/+17
| | | | | | | | | | | | Build an intermediate object file even when there is only one source file. This costs a little space but saves time if the target is rebuilt a lot, and it stops the target varying with the name of temporary intermediates. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. Use ${ECHODIR} instead of echo for printing directory names so that `make -ss' is very quiet.
* Recover improvements in 4.4lite version that were clobbered by thebde1994-08-281-30/+50
| | | | | | | | | | | | | previous commit: + Everything is initialized using ?= instead of =. + Nicer formatting (more white space). + .c: rule. Add macros ECHO and ECHODIR. Both are normally `echo', but when the make flags include -s, ECHO is set to `true' and when the make flags include two or more -s's ECHODIR is set to `true'. @${ECHO} should be used instead of @echo in most cases. ${ECHODIR} is intended to be used mainly for messages about directory names.
* Lots of changes - get the NO_XXX things over, add @'s to the touches forjkh1994-08-281-20/+74
| | | | | | default extract and configure targets, add a pre-clean since I need it for pkg_install port. Submitted by: jkh
* Fix filenames for LIBC and LIBTERM.bde1994-08-281-2/+2
|
* Add bsd.port* to the Makefile.jkh1994-08-281-1/+1
| | | | | Reviewed by: Submitted by:
* Add support for two modifier variables which will be useful soon:wollman1994-08-261-2/+11
| | | | | | | | | | PRECIOUSLIB causes the shared library to be installed with the system immutable flag (schg) set. (You can add other flags for shared-library installation by modifying SHLINSTALLFLAGS.) INTERNALLIB disables the generation of non-shared versions of the library. This may be of use for programs like Taylor UUCP and GCC which have large internal libraries shared among a number of programs.
* Add a pre-configure rule after all, since it's helpful to be ablejkh1994-08-251-6/+7
| | | | | | to also run a rule before you apply patches and then go into the 3 stage script configuration. This bit Adam David in his dgd port. Submitted by: jkh
* Also `make Makefiles' in USE_IMAKE case to catch subdirs.jkh1994-08-251-2/+2
| | | | Submitted by: jkh
* Sigh. I am a hosebrain. I've been using gmake for so long, I'vejkh1994-08-251-21/+6
| | | | | started using some of its features reflexively. Submitted by: jkh
* Add a new flag: USE_IMAKEjkh1994-08-251-1/+4
| | | | | This will cause the configure pass to do an `xmkmf' if set. Submitted by: jkh
* Make it make-able by adding a rule for paper.psguido1994-08-241-0/+3
| | | | | Reviewed by: Submitted by: guido
* Make it make-able by adding a rule for paper.ps.guido1994-08-241-1/+4
| | | | | Reviewed by: Submitted by: guido
* Some cosmetic changes.jkh1994-08-241-7/+56
| | | | | | | | | Add pre-{build,extract,install,...} targets for Torsten, who apparently needs them. Can't do effective post-* targets without major work, sorry. Jordan Reviewed by: Submitted by:
* Move fbtab file to share/examples/etc per Garrett's request.guido1994-08-231-0/+2
| | | | | Reviewed by: Submitted by:
* Woops, "8/16 mode" should read "8/16bit mode".dg1994-08-232-4/+4
|
* Added manual page for my ethernet driver - if_ed.c, and removed olddg1994-08-233-3/+345
| | | | manual page for the com driver (which is no longer in our source tree).
* Corrected kernel base address.dg1994-08-232-2/+2
|
* pc3r russian koi8-r syscons console addedache1994-08-221-0/+22
|
* Add Sun alike fbtab functionality.guido1994-08-221-0/+42
| | | | | Reviewed by: Submitted by: guido
* - Make each target depend on its source so that all the targets don't getbde1994-08-221-6/+7
| | | | | get built every time. - Use the standard clean and cleandir targets.
* Ok, this should work with a centralized package directory now (so youjkh1994-08-221-6/+5
| | | | | can elect to dump all finished packages in one directory). Submitted by: jkh
* Make package target a lot more general.jkh1994-08-221-6/+14
| | | | Submitted by: jkh
* Whoops - left out the package rule!jkh1994-08-221-1/+5
| | | | Submitted by: jkh
* Use proper proper package suffix.jkh1994-08-221-2/+2
| | | | Submitted by: jkh
* Whoops, left out a backslash in my package rule.jkh1994-08-221-4/+4
| | | | Submitted by: jkh
* Ok, now we warn if we're about to recreate the distfile from configuredjkh1994-08-221-7/+12
| | | | | | sources. Configuring doesn't always _do_ anything, which is why it's a warning and not an error. Submitted by: jkh
* New bsd.port.subdir.mk file for use by ports. This groks all thejkh1994-08-222-42/+60
| | | | | | | | | | | | | | | | | | | special ports building targets and will recurse properly. Sorry, Julian E - no fancy prompts, just recursion! :-) Added a `bundle' target. Purpose is as follows: You want to give someone a complete tree sans distfiles (for sticking on CDROM perhaps?) but the difficulty there is that the first time the user types `make clean', all the unpacked sources are gone again. Typing `make bundle' recreates the original distfile if it can, so someone can "back up" their unpacked tree easily with one command. Whoops, just thought of something - it should warn if you configured the working source. Ok, next commit! :) Submitted by: jkh
* I had to bite the bullet: There's now a port.subdir.mk that does the rightjkh1994-08-222-3/+91
| | | | | | thing with recursive build, configure, bundle or extract targets. Reviewed by: Submitted by:
* Sigh.. Some of these configs are a little hairy. I need to know thejkh1994-08-211-5/+5
| | | | | ${PORTSDIR} too now - pass it to any and all config scripts. Submitted by: jkh
* Make things a little more user-friendlyjkh1994-08-211-3/+5
| | | | Submitted by: jkh
* Get the .configure_done stuff working - it wasn't in the right place.jkh1994-08-211-3/+3
| | | | Submitted by: jkh
* Start really adding some features here. Let's see:jkh1994-08-211-8/+33
| | | | | | | | | | | | | | | | 1. New variable DEPENDS lets you list packages that this depends on, relative to the top (lang/tcl, x11/tk, etc). These packages will always get made first. 2. Don't configure again if you've already done so successfully. 3. Add pre-configure and post-configure hooks. You can now do a pre-configure, a local configure, a port-provided configure and finally a post-configure if you really really want to. I can't imagine anything this will leave us not being able to do! :) [ Yes, I have actually found a use for at least two of these in one port - see x11/tk!]. Submitted by: jkh
* Simplify the whole configuration script business quite a bit. Whatjkh1994-08-211-9/+5
| | | | | was I thinking before.. Submitted by: jkh
* Whoops, the check for a missing distfile was slightly bogus. Now it works.jkh1994-08-211-10/+11
| | | | Submitted by: jkh
* Make any local configuration file unconditional. That is, if one existsjkh1994-08-211-8/+8
| | | | | then run it even if GNU configure is to be run later. Submitted by: jkh
* Commit my new ports make macros. Still not 100% complete yet by any meansjkh1994-08-211-0/+152
| | | | | but fairly usable at this stage. Submitted by: jkh
* - bsd.dep.mk and bsd.own.mk have been required for some time. Install them.bde1994-08-201-1/+2
| | | | - Install with group BINGRP, not BINOWN.
* Install with group BINGRP, not BINOWN.bde1994-08-201-1/+1
|
* Actually install LKM examples.wollman1994-08-191-2/+2
|
OpenPOWER on IntegriCloud