Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to gmake-3.77 | jseger | 1998-08-19 | 3 | -39/+11 |
| | |||||
* | Remove manpages define in MAN? fom PLIST for all the devel ports. | asami | 1998-08-12 | 1 | -1/+0 |
| | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). | ||||
* | Portlint. | vanilla | 1998-07-02 | 1 | -3/+3 |
| | |||||
* | Upgrade, 3.75 -> 3.76.1. | max | 1997-10-15 | 4 | -75/+54 |
| | | | | | | | PR: 4747 Submitted by: jseger@freebsd.org Please note that jserger decided to be the maintainer of this port. | ||||
* | Add `.' to end of info dir entry. | asami | 1997-06-17 | 1 | -1/+1 |
| | |||||
* | Remove make.info* before executing makeinfo. | max | 1997-06-16 | 1 | -1/+1 |
| | |||||
* | sed -> ${SED} | max | 1997-06-13 | 1 | -4/+4 |
| | | | | Add `@' at the beginning of install-info related commands in post-install. | ||||
* | Maybe I shouldn't have put `.' at the end of @dircategory line. | max | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | Merge from rev 1.7 of patch-aa: Align this info dir entry with others. | asami | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | Use info-install to add entry into info/dir. | max | 1997-06-12 | 2 | -9/+8 |
| | |||||
* | Comment out all commands related to info-install in Makefile.in. | max | 1997-06-12 | 1 | -9/+28 |
| | | | | Add --no-split switch to makeinfo. | ||||
* | Patch up make.texinfo and add @dircategory and @direntry. | max | 1997-06-12 | 1 | -0/+13 |
| | |||||
* | Align this info dir entry with others. | asami | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | In Makefile.in, use install-info only if it exists as /usr/bin/install-info | max | 1997-02-07 | 1 | -6/+10 |
| | | | | and ${PREFIX}/info/dir exists. | ||||
* | This patch now modifies Makefile.in to correctly call install-info: | max | 1997-02-05 | 1 | -48/+39 |
| | | | | | | | --infodir -> --info-dir Give --defentry= option as make.texinfo doesn't have @direntry. Noticed by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (Closing PR #2646.) | ||||
* | Remove setgid kmem, Joerg says it is no longer necessary. | asami | 1997-01-09 | 1 | -1/+6 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 2 | -2/+3 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -4/+3 |
| | |||||
* | Upgrade to 3.75 | ache | 1996-09-14 | 4 | -7/+6 |
| | |||||
* | Change gategory name "development" -> "devel". Also take out the | asami | 1995-11-26 | 1 | -2/+2 |
| | | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here. | ||||
* | Upgrade. | ache | 1995-06-18 | 3 | -6/+6 |
| | |||||
* | And now, yet another round of Makefile updates, devel version! | asami | 1995-04-09 | 1 | -4/+7 |
| | |||||
* | Upgrade. | ache | 1995-04-08 | 5 | -30/+22 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 1 | -2/+3 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Delete a bogus semicolon at the end of a dependency line, | ats | 1995-01-29 | 1 | -2/+19 |
| | | | | that get now detected with the new/corrected b-make. | ||||
* | Update the reported version. | jkh | 1995-01-23 | 1 | -1/+1 |
| | |||||
* | Patch for mv command in Makefile. | swallace | 1995-01-04 | 1 | -2/+19 |
| | | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> | ||||
* | First batch of MD5 checksum files. Only did through to the end of net | gpalmer | 1994-12-18 | 1 | -0/+1 |
| | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later | ||||
* | Executable name is now "gmake", forget about "make" and the symlink gizmo. | asami | 1994-12-06 | 1 | -6/+2 |
| | | | | Requested by: gpalmer | ||||
* | Update to use 3.72.1 | torstenb | 1994-11-28 | 1 | -3/+6 |
| | | | | Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy) | ||||
* | Add a patch to set the bin-prefix for gmake to g. Some other ports | ats | 1994-11-20 | 1 | -0/+19 |
| | | | | | expect gmake installed as gmake instead of another make under /usr/local/bin. | ||||
* | Set this up for GNU_CONFIGURE, which buys us a free --prefix. | jkh | 1994-10-04 | 1 | -2/+2 |
| | |||||
* | Several changes across all ports: | jkh | 1994-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. | ||||
* | Make the required changes to make all existing ports use MASTER_SITES | jkh | 1994-09-13 | 1 | -2/+2 |
| | | | | correctly. | ||||
* | Package files for gmake 3.71 | jkh | 1994-09-11 | 3 | -0/+20 |
| | |||||
* | Create a port of gmake 3.71 | jkh | 1994-09-11 | 1 | -0/+13 |