| non port: audio/teamspeak_client/Makefile |
|
CVSWeb
|
Number of commits found: 15 |
|
Thu, 23 Sep 2010
|
[ 18:07 erwin ]
1.15 audio/teamspeak_client/Makefile
Mark BROKEN on HEAD: does not build.
|
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ]
1.2 archivers/linux-upx/Makefile
1.29 astro/google-earth/Makefile
1.37 audio/baudline/Makefile
1.17 audio/linux-esound/Makefile
1.5 audio/linux-freealut/Makefile
1.8 audio/linux-libvorbis/Makefile
1.12 audio/linux-openal/Makefile
1.3 audio/linux-sdl_mixer/Makefile
1.14 audio/teamspeak_client/Makefile
1.3 biology/consed/Makefile
(Only the first 10 of 136 ports in this commit are shown above. )
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
|
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Mon, 4 Sep 2006
|
[ 09:38 linimon ]
1.11 audio/teamspeak_client/Makefile
1.17 devel/tclreadline/Makefile
1.12 games/wolfpack/Makefile
1.9 net/boclient/Makefile
1.9 print/mup/Makefile
1.3 security/tlswrap/Makefile
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
|
Sat, 8 Apr 2006
|
[ 16:44 jylefort ]
1.10 audio/teamspeak_client/Makefile
1.2 audio/teamspeak_client/files/TeamSpeak
1.1 audio/teamspeak_client/files/TeamSpeak.in
1.4 audio/teamspeak_client/pkg-plist
- Add a menu item
- Add amd64 to ONLY_FOR_ARCHS (I can not test this, but it should work)
- Use exec in the wrapper script:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-sh-exec.html
- Install with ${INSTALL_PROGRAM} and ${INSTALL_DATA}, to ensure
proper permissions/stripping/ownerships
- This program uses X: move to ${X11BASE}
- Install documentation in ${DOCSDIR}
- Cleanups (SUB_FILES, PORTDOCS)
PR: ports/93931
Submitted by: jylefort
Approved by: maintainer timeout (39 days)
|
|
Fri, 17 Jun 2005
|
[ 22:59 netchild ]
1.45 CHANGES
1.10 accessibility/linux-atk/Makefile
1.16 archivers/stuffit/Makefile
1.11 astro/linux-setiathome/Makefile
1.25 audio/baudline/Makefile
1.11 audio/linux-arts/Makefile
1.10 audio/linux-esound/Makefile
1.10 audio/linux-libaudiofile/Makefile
1.4 audio/linux-mbrola/Makefile
1.6 audio/linux-vsound/Makefile
(Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use(Only the first 15 lines of the commit message are shown above )
|
|
Wed, 2 Mar 2005
|
[ 05:42 edwin ]
1.8 audio/teamspeak_client/Makefile
Update MASTER_SITES for teamspeak
PR: ports/78271
Submitted by: Daniel O'Connor <doconnor@cain.gsoft.com.au>
|
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ]
1.15 archivers/stuffit/Makefile
1.10 astro/linux-setiathome/Makefile
1.20 audio/baudline/Makefile
1.8 audio/linux-arts/Makefile
1.3 audio/linux-mbrola/Makefile
1.5 audio/linux-vsound/Makefile
1.7 audio/teamspeak_client/Makefile
1.6 audio/teamspeak_server/Makefile
1.15 cad/linux-eagle/Makefile
1.2 databases/sybase_ase/Makefile
(Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
|
Mon, 24 May 2004
|
[ 09:24 krion ]
1.6 audio/teamspeak_client/Makefile
- Fix MASTER_SITES
PR: ports/67102
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
Mon, 3 Nov 2003
|
[ 06:04 edwin ]
1.5 audio/teamspeak_client/Makefile
1.4 audio/teamspeak_server/Makefile
Make bento happy regarding build attempts on non-i386 machines.
Submitted by: Darius (on #bsdcode)
|
|
Fri, 26 Sep 2003
|
[ 07:09 daichi ]
1.4 audio/teamspeak_client/Makefile
1.3 audio/teamspeak_client/distinfo
1.3 audio/teamspeak_client/pkg-plist
update audio/teamspeak_client: 2.0.29.47 -> 2.0.32
PR: 56919
Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer)
|
|
Fri, 22 Aug 2003
|
[ 00:57 edwin ]
1.3 audio/teamspeak_client/Makefile
Fix MASTER_SITES
Submitted by: Darius@#bsdcode
|
|
Thu, 31 Jul 2003
|
[ 06:21 krion ]
1.2 audio/teamspeak_client/Makefile
1.2 audio/teamspeak_client/distinfo
1.2 audio/teamspeak_client/pkg-plist
* Update to 2.0.29
PR: 55086
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
|
|
Fri, 4 Apr 2003
|
[ 12:18 edwin ]
1.397 audio/Makefile
1.1 audio/teamspeak_client/Makefile
1.1 audio/teamspeak_client/files/TeamSpeak
1.1 audio/teamspeak_client/distinfo
1.1 audio/teamspeak_client/pkg-descr
1.1 audio/teamspeak_client/pkg-plist
New port for TeamSpeak
The client for Team Speak a voice chat program which supports
multiple channels with different rate codecs and several
people on each channel. Primarily aimed at team gamers but
can be used as an IP phone as well.
PR: ports/47348
Submitted by: Daniel O'Connor <doconnor@cain.gsoft.com.au>
|
Number of commits found: 15 |