Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix gsm workdir path after audio/gsm update | amdmi3 | 2009-04-10 | 1 | -1/+1 |
| | | | | Reported by: pointyhat via pav | ||||
* | - externd support for tcl/tk 8.3 | dinoex | 2009-03-15 | 1 | -3/+0 |
| | |||||
* | - Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22 | mm | 2009-02-14 | 1 | -0/+3 |
| | |||||
* | Reset fenner's port maintainerships. portmgr has taken his commit bit | linimon | 2008-04-29 | 1 | -1/+1 |
| | | | | into safekeeping due to inactivity. | ||||
* | - Remove unneeded dependency from gtk12/gtk20 [1] | miwi | 2008-04-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - 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) | ||||
* | - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories | pav | 2008-04-09 | 1 | -1/+1 |
| | | | | With hat: portmgr | ||||
* | - Welcome X.org 7.2 \o/. | flz | 2007-05-20 | 1 | -1/+1 |
| | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. | ||||
* | BROKEN on sparc64: Does not build | kris | 2007-04-22 | 1 | -0/+4 |
| | |||||
* | Unbreak by using socklen_t as needed. | fenner | 2006-12-04 | 3 | -11/+29 |
| | |||||
* | Fix breakage due to audio/gsm import. | sobomax | 2006-08-15 | 1 | -1/+1 |
| | | | | Submitted by: pointyhat | ||||
* | Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent | linimon | 2006-07-24 | 1 | -1/+1 |
| | | | | across different OSVERSION scans. | ||||
* | SHA256ify | edwin | 2006-02-01 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Mass-conversion to the USE_AUTOTOOLS New World Order. The code present | ade | 2005-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. | ||||
* | SIZEify (maintainer timeout) | trevor | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | ade | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. | ||||
* | Use PLIST_FILES (bento-tested, marcus-reviewed). | trevor | 2004-02-06 | 2 | -1/+1 |
| | |||||
* | Move inclusion of bsd.port.pre.mk after definiton of all variables. | linimon | 2003-10-29 | 1 | -6/+6 |
| | |||||
* | Mark broken on 5.x. The distfile is from 1996 so updates might not | linimon | 2003-10-22 | 2 | -1/+9 |
| | | | | be forthcoming. While I'm here, update the pkg-descr with a current URL. | ||||
* | Make portlint(1) happy by changing strip to ${STRIP_CMD} | osa | 2003-09-24 | 1 | -1/+1 |
| | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 | ||||
* | Undo an obsoleted patch to include <sys/soundcard.h> instead of | kris | 2003-05-10 | 1 | -3/+3 |
| | | | | <machine/soundcard.h> and fix build on -current. | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Fix signal handler prototype to make newer g++ happy | fenner | 2003-01-24 | 1 | -0/+10 |
| | |||||
* | Build with tcl/tk 8.3 | fenner | 2003-01-24 | 2 | -37/+37 |
| | |||||
* | Bump PORTREVISION to reflect Orion's fix for newpcm duplex and mixers. | fenner | 2001-02-16 | 1 | -0/+1 |
| | |||||
* | patch-ah: add Orion Hodson's full-duplex probing and AC97 fix | fenner | 2001-02-15 | 5 | -110/+123 |
| | | | | | | | patch-a[klmn]: Split original patch-ah into one patch per file patched. PR: 23618 Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk> | ||||
* | Convert to PORTNAME/PORTVERSION. | asami | 2000-04-14 | 1 | -2/+2 |
| | |||||
* | Add -pedantic to override the default -pedantic-errors, to allow | fenner | 2000-01-28 | 1 | -0/+11 |
| | | | | socket code to compile. | ||||
* | Update to Tcl/Tk version 8.2 and fix for gcc 2.95. | steve | 1999-11-29 | 5 | -47/+79 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't | asami | 1999-07-16 | 1 | -2/+2 |
| | | | | build but at least it will have a better chance. | ||||
* | Allow vat & vic to run with tcl8.0.4. | fenner | 1999-01-10 | 1 | -2/+10 |
| | |||||
* | Use ${WRKDIRPREFIX}. | asami | 1998-12-02 | 1 | -2/+2 |
| | |||||
* | libgsm is now converted to ELF. | asami | 1998-09-23 | 1 | -3/+3 |
| | |||||
* | This commit brought to you by the Paddock Bowling Alley. | hoek | 1998-08-19 | 1 | -1/+0 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-08 | 1 | -2/+2 |
| | |||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 1 | -2/+2 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Change the vat port to use USE_AUTOCONF . | fenner | 1998-06-27 | 3 | -1477/+13 |
| | | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! | ||||
* | This patch contains an update to the audio-voxware.cc module in vat | jkh | 1998-06-24 | 1 | -0/+668 |
| | | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813 | ||||
* | Fix memory leaks. | fenner | 1998-02-20 | 1 | -0/+61 |
| | |||||
* | Fix color behavior with tk8.0 -- tk was setting the highlight color to black. | fenner | 1998-02-20 | 1 | -0/+45 |
| | |||||
* | Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send() | fenner | 1998-02-20 | 1 | -0/+117 |
| | | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility. | ||||
* | Make port work with tcl/tk 8.0 | fenner | 1997-09-11 | 5 | -63/+1564 |
| | |||||
* | Add virtual category 'tk41'. | wosch | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | asami | 1996-11-13 | 1 | -4/+3 |
| | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. | ||||
* | New port: vat 4.0b2, LBL Visual Audio Tool | fenner | 1996-11-11 | 6 | -0/+463 |