Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -5/+2 |
| | | | | audio) | ||||
* | - Remove MAKE_JOBS_SAFE variable | Alex Kozlov | 2013-08-14 | 1 | -1/+0 |
| | | | | Approved by: portmgr (bdrewery) | ||||
* | - Claim maineinership | Martin Wilke | 2011-02-12 | 2 | -9/+5 |
| | | | | | | | | - Update mirrors - Drop md5 sum PR: 154712 Submitted by: Mikhail T." <m.tsatsenko@gmail.com> | ||||
* | Reset hideo@lastamericanempire.com due to maintainer-timeouts and no | Mark Linimon | 2010-12-02 | 1 | -1/+1 |
| | | | | | | response to email. Hat: portmgr | ||||
* | - Mark MAKE_JOBS_SAFE for SMP compiling | Martin Matuska | 2009-05-24 | 1 | -0/+1 |
| | | | | | PR: ports/133013 Approved by: maintainer (timeout) | ||||
* | - Update to 1.0.13 | Dmitry Marakasov | 2009-04-06 | 2 | -7/+7 |
| | | | | | PR: 133418 Submitted by: hideo <hideo at lastamericanempire dot com> (maintainer) | ||||
* | - Pass maintainership to submitter | Thomas Abthorpe | 2009-02-13 | 1 | -1/+1 |
| | | | | Submitted by: hideo via freebsd-ports | ||||
* | According to pkg_add -v, pkg-plist executes the following commands: | Jimmy Olgeni | 2008-06-08 | 2 | -2/+3 |
| | | | | | | | | | | | | ln -sf bin/toast /usr/local/bin/tcat ln -sf bin/toast /usr/local/bin/untoast which create these incorrect links: /usr/local/bin/tcat -> bin/toast /usr/local/bin/untoast -> bin/toast Replacing %F with %f in pkg-plist removes the extra bin/. | ||||
* | - Remove unneeded dependency from gtk12/gtk20 [1] | Martin Wilke | 2008-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) | ||||
* | implement @rmtry macro for the pkg-plist | Edwin Groothuis | 2008-04-19 | 1 | -2/+2 |
| | |||||
* | - Remove support for a.out format and PORTOBJFORMAT variable from individual | Pav Lucistnik | 2007-01-30 | 1 | -19/+12 |
| | | | | | | ports With hat: portmgr | ||||
* | Update to 1.0.12. | Maxim Sobolev | 2006-08-11 | 4 | -446/+273 |
| | |||||
* | audio/gsm: Add distfile mirrors | Edwin Groothuis | 2006-04-06 | 2 | -3/+7 |
| | | | | | | | | - Remove dead mirror, add some working mirrors - Add 2>&1 >/dev/null || true to @unexec rm ... in pkg-plist PR: ports/95377 Submitted by: Lars Engels <lars.engels@0x20.net> | ||||
* | - Add some SHA256 checksums | Pav Lucistnik | 2005-11-23 | 1 | -0/+1 |
| | |||||
* | Add SIZE. | Trevor Johnson | 2004-01-27 | 1 | -0/+1 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-20 | 2 | -1/+1 |
| | |||||
* | 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 | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | ||||
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | Maxim Sobolev | 2000-06-16 | 2 | -5/+3 |
| | | | | ldconfig in PLIST need personal consideration. | ||||
* | update with the new PORTNAME/PORTVERSION variables | Michael Haro | 2000-04-08 | 1 | -3/+3 |
| | |||||
* | * Modified patches to support INSTALL_MACROS instead of cp/mv command | Steve Price | 1999-12-23 | 3 | -94/+63 |
| | | | | | | | | | * Fixed behavior of installing man pages * Added WWW: line into pkg/DESCR * Fixed pkg/PLIST PR: 15334 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | 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. | ||||
* | 1. Convert to ELF. | Scott Mace | 1998-09-22 | 1 | -3/+4 |
| | | | | | 2. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems. | ||||
* | 1. Convert to ELF. | Scott Mace | 1998-09-22 | 1 | -36/+261 |
| | | | | | | | 2. Clean up makefile (shutup rm). 3. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems. | ||||
* | Convert to ELF | Scott Mace | 1998-09-22 | 1 | -2/+2 |
| | |||||
* | Add an MLINKS line. | Tim Vanderhoek | 1998-09-19 | 2 | -14/+2 |
| | |||||
* | Yes, removing plist manpages broke this one, too. :) | Tim Vanderhoek | 1998-08-17 | 2 | -6/+18 |
| | | | | | | Actually, this has been broken since asami's compress-all-the-manpages commit on Nov. 18, _1996_. I'm beginning to suspect that more ports are in like this... | ||||
* | It's not that ports/astro/* had no manpages to remove from their | Tim Vanderhoek | 1998-08-17 | 1 | -5/+0 |
| | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | Thomas Gellekum | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | ldconfig -> ${LDCONFIG}. | Masafumi Max NAKANE | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | Set maintainer to ports@freebsd.org | Paul Traina | 1997-07-10 | 1 | -2/+2 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 2 | -6/+8 |
| | | | | | | | | 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. | ||||
* | CATAGORIES+= -> CATAGORIES= | David E. O'Brien | 1996-11-15 | 1 | -2/+4 |
| | | | | Added MAINTAINERS to many of them. | ||||
* | Upgrade to 1.0.10 | Andrey A. Chernov | 1996-10-25 | 5 | -43/+86 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Don't define USE_FLOAT_MUL, cause SIGFPE in FreeBSD | Andrey A. Chernov | 1996-04-18 | 3 | -9/+162 |
| | | | | | Make shared library too (changes needed for upcoming speak_freely port) | ||||
* | Upgrade GSM library to 1.0pl7 | Paul Traina | 1995-08-17 | 2 | -7/+6 |
| | |||||
* | Updating Makefiles, audio ports. | Satoshi Asami | 1995-04-11 | 1 | -4/+4 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -2/+4 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | GSM <-> other audio encoding conversion package (required for nevot) | Paul Traina | 1995-01-06 | 7 | -0/+88 |