Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I may as well be a masochist and take this one too, since I've got the | Alan Eldridge | 2002-11-13 | 1 | -1/+1 |
| | | | | auto* twin terrors already. | ||||
* | o Rollback PORTCOMMENT modifications while this feature's implementation | Mario Sergio Fujikawa Ferreira | 2002-11-10 | 2 | -2/+1 |
| | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) | ||||
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | Adam Weinberger | 2002-11-06 | 2 | -1/+2 |
| | | | | Approved by: pat | ||||
* | Due to popular demant into each port which might be inserted into dependency | Maxim Sobolev | 2002-09-14 | 1 | -0/+4 |
| | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) | ||||
* | Relinquish all my ports. | Ade Lovett | 2002-09-07 | 1 | -1/+1 |
| | |||||
* | Stage a mini-coup, and borrow these ports from portmgr@ for a while, | Ade Lovett | 2002-08-01 | 1 | -2/+1 |
| | | | | | | | since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :) | ||||
* | Recognise ar(1) archives (.a) as a valid entities to link with. This fixes | Maxim Sobolev | 2002-06-08 | 2 | -4/+9 |
| | | | | many places when it is necessary to link shared object with a static library. | ||||
* | Set EXPR_COMPAT environment variable to workaround a problem with expr(1) | Maxim Sobolev | 2002-05-02 | 2 | -16/+29 |
| | | | | on -current. | ||||
* | Change maintainer to portmgr and update note about not upgrading. | Jeremy Lea | 2001-05-22 | 1 | -4/+5 |
| | |||||
* | Add WWW. | Dmitry Sivachenko | 2001-03-23 | 1 | -0/+2 |
| | |||||
* | Install the ltdl library, so that packages can use it. If this breaks any | Jeremy Lea | 2001-02-05 | 3 | -2/+20 |
| | | | | | | | ports, please let me know... Submitted by: sobomax Reviewed by: ade | ||||
* | Explain why this port has not been upgraded to 1.3.5. | Jeremy Lea | 2000-10-24 | 1 | -0/+4 |
| | |||||
* | Add --build no-op to ltconfig to make USE_LIBTOOL working with configure scripts | Maxim Sobolev | 2000-09-25 | 2 | -10/+25 |
| | | | | | | generated for libtool1.4. No responce from: maintainer | ||||
* | Don't remove share/aclocal. | Satoshi Asami | 2000-06-03 | 1 | -1/+0 |
| | |||||
* | PORTNAME/PORTVERSION update | Michael Haro | 2000-04-11 | 1 | -2/+2 |
| | |||||
* | Update to 1.3.4. | Satoshi Asami | 2000-04-02 | 5 | -36/+48 |
| | | | | Submitted by: maintainer | ||||
* | Oops, left off the @FreeBSD.org part. :) | Steve Price | 2000-01-29 | 1 | -1/+1 |
| | |||||
* | Maintainer is now a committer. | Steve Price | 2000-01-29 | 1 | -1/+1 |
| | |||||
* | Make this handle libraries of the form /dir/...s/libfoo.a. | Satoshi Asami | 1999-09-20 | 1 | -1/+10 |
| | | | | Submitted by: maintainer | ||||
* | Submitted by: maintainer | Satoshi Asami | 1999-09-11 | 8 | -64/+236 |
| | | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114 | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Changes from maintainer: | Steve Price | 1999-05-29 | 4 | -19/+195 |
| | | | | | | | | | | | | | | | | | | | | | | 1. Add a -prefix arguement to libtool, to find where the installed copies of ltconfig and ltmain.sh reside. 2. Don't install the .la files unless --install-ltlibs is passed to ltconfig. 3. Don't force linking with -lc, and allow -?thread to be passed to the linker. 4. Don't build static libs if not using version numbers (for plugins). 5. Install instead of lib${release}.a lib.a lib${release}.so lib.so lib${release}.so.${ver} lib${release}.so.${ver} to support multi-release installations. 6. Change version to "1.3-freebsd-ports" so people know who to blame. 7. Misc fixes. PR: 11839 Submitted by: maintainer | ||||
* | Remove an empty patch leftover from my last commit. | Steve Price | 1999-05-09 | 1 | -0/+0 |
| | | | | Noticed by: OKAZAKI Tetsurou <okasaki@be.to> | ||||
* | Update to version 1.3. | Steve Price | 1999-05-04 | 8 | -61/+61 |
| | | | | | PR: 11356 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Make sure $objformat is expanded before it goes out of scope. | Steve Price | 1999-03-08 | 1 | -1/+1 |
| | |||||
* | Sync with peter's suggestion. | Vanilla I. Shu | 1999-02-01 | 1 | -4/+4 |
| | |||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | Bill Fenner | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Allow this port to work on freebsd4* too. | Steve Price | 1999-01-26 | 1 | -3/+12 |
| | |||||
* | Fix PORTOBJFORMAT problem. | SADA Kenji | 1998-12-14 | 2 | -36/+30 |
| | | | | | PR: ports/9070 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> | ||||
* | Fix info page problem, and add elf patch. | Vanilla I. Shu | 1998-09-23 | 2 | -2/+47 |
| | |||||
* | Import libtool-1.2, It's a generic library support script. | Vanilla I. Shu | 1998-05-07 | 7 | -0/+67 |
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp> |