| non port: audio/tse3/Makefile |
|
CVSWeb
|
Number of commits found: 21 |
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
|
Sun, 22 Nov 2009
|
[ 19:49 pav ]
1.9 archivers/unadf/Makefile
1.18 astro/wmspaceweather/Makefile
1.17 astro/wmsun/Makefile
1.56 astro/xephem/Makefile
1.28 astro/xrmap/Makefile
1.7 audio/qsynth/Makefile
1.30 audio/rosegarden/Makefile
1.84 audio/snd/Makefile
1.49 audio/tracker/Makefile
1.19 audio/tse3/Makefile
(Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ]
1.13 accessibility/py-papi/Makefile
1.9 arabic/ae_fonts_mono/Makefile
1.13 arabic/ae_fonts_ttf/Makefile
1.13 arabic/kacst_fonts/Makefile
1.6 arabic/libitl/Makefile
1.16 archivers/advancecomp/Makefile
1.22 archivers/arc/Makefile
1.27 archivers/arj/Makefile
1.7 archivers/jzip.org/Makefile
1.34 archivers/libcomprex/Makefile
(Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ]
1.1958 MOVED
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.14 archivers/libdynamite/Makefile
1.13 archivers/libmspack/Makefile
1.21 archivers/liborange/Makefile
(Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
|
Fri, 3 Apr 2009
|
[ 08:52 miwi ]
1.16 audio/tse3/Makefile
1.2 audio/tse3/files/patch-OSS.cpp
1.2 audio/tse3/files/patch-size_t
1.1 audio/tse3/files/patch-src__examples__recording__recording.cpp
1.1 audio/tse3/files/patch-src__tse3__MidiFile.cpp
1.1 audio/tse3/files/patch-src__tse3__Serializable.h
1.1 audio/tse3/files/patch-src__tse3__TSE2MDL.cpp
1.1 audio/tse3/files/patch-src__tse3__cmd__Phrase.h
1.1 audio/tse3/files/patch-src__tse3__file__MidiFilter.cpp
1.1 audio/tse3/files/patch-src__tse3__file__XML.cpp
(Only the first 10 of 12 ports in this commit are shown above. )
- Fix build with GCC 4.x
PR: 133310
Submitted by: Ports Fury
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Wed, 20 Aug 2008
|
[ 06:40 linimon ]
1.15 audio/id3v2/Makefile
1.19 audio/mp3info/Makefile
1.14 audio/tse3/Makefile
1.22 audio/xmmix/Makefile
1.21 devel/c_c++_reference/Makefile
1.29 devel/cscope/Makefile
1.38 devel/kdbg/Makefile
1.28 games/gnuchess/Makefile
1.16 misc/xless/Makefile
1.77 multimedia/avifile/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat: portmgr
|
|
Tue, 2 Oct 2007
|
[ 09:14 linimon ]
1.13 audio/tse3/Makefile
Mark as broken with gcc4.2.
|
|
Wed, 1 Nov 2006
|
[ 11:23 miwi ]
1.9 audio/anthem/Makefile
1.13 audio/id3v2/Makefile
1.17 audio/mp3info/Makefile
1.12 audio/tse3/Makefile
1.19 audio/xmmix/Makefile
1.17 devel/c_c++_reference/Makefile
1.27 devel/cscope/Makefile
1.32 devel/kdbg/Makefile
1.67 multimedia/avifile/Makefile
1.48 print/gv/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
- Pass maintainership to submitter
(Notes: request of ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )
Submitted by: Conrad J. Sabatier <conrads at cox.net>
|
|
Mon, 14 Aug 2006
|
[ 10:08 clsung ]
1.7 astro/cfitsio/Makefile
1.36 astro/gpsdrive/Makefile
1.20 astro/libnova/Makefile
1.10 astro/orsa/Makefile
1.20 audio/Maaate/Makefile
1.5 audio/adpcm/Makefile
1.10 audio/alienwah/Makefile
1.8 audio/anthem/Makefile
1.20 audio/ccaudio/Makefile
1.11 audio/cmt/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
Wed, 3 May 2006
|
[ 05:14 edwin ]
1.17 accessibility/kdeaccessibility/Makefile
1.21 archivers/arj/Makefile
1.20 archivers/deepforest/Makefile
1.2 archivers/deutex/Makefile
1.5 archivers/dynamite/Makefile
1.3 archivers/fpc-paszlib/Makefile
1.16 archivers/gzip/Makefile
1.18 archivers/ha/Makefile
1.26 archivers/hpack.non-usa.only/Makefile
1.3 archivers/liblzxcomp/Makefile
(Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
|
Mon, 12 Sep 2005
|
[ 00:58 mi ]
1.7 audio/tse3/Makefile
1.3 audio/tse3/distinfo
1.1 audio/tse3/files/patch-size_t
1.2 audio/tse3/files/patch-src_tse3_Midi.h
1.2 audio/tse3/files/patch-src_tse3_Mutex.h
1.2 audio/tse3/files/patch-src_tse3_Notifier.h
1.2 audio/tse3/files/patch-src_tse3_app_Application.h
1.2 audio/tse3/files/patch-src_tse3_app_Record.h
1.2 audio/tse3/files/patch-src_tse3_plt_Arts.cpp
1.2 audio/tse3/files/patch-src_tse3_util_MulDiv.h
Update from 0.3.0 to 0.3.1. Unbreak on 64-bit platforms (unsigned int
vs. size_t).
|
|
Mon, 1 Aug 2005
|
[ 12:01 sem ]
1.6 audio/tse3/Makefile
1.2 audio/tse3/distinfo
1.2 audio/tse3/files/patch-configure
1.5 audio/tse3/pkg-plist
- Update to 0.3.0
PR: ports/84398
Submitted by: Ports Fury
|
|
Tue, 31 May 2005
|
[ 21:34 oliver ]
1.5 audio/tse3/Makefile
1.19 databases/mdbtools/Makefile
1.31 databases/sqlite2/Makefile
1.8 deskutils/multi-backgrounds-daemon/Makefile
1.11 devel/adacurses/Makefile
1.14 devel/directfb/Makefile
1.21 devel/e4graph/Makefile
1.21 devel/eboxy/Makefile
1.13 devel/kyra/Makefile
1.19 devel/liboop/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
change the libtool version to use from 1.3 to 1.5
|
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ]
1.43 accessibility/at-spi/Makefile
1.39 accessibility/gail/Makefile
1.24 accessibility/gnomemag/Makefile
1.11 accessibility/gnomespeech/Makefile
1.11 arabic/katoob/Makefile
1.8 archivers/rox-archive/Makefile
1.4 astro/gdesklets-goodweather-psi/Makefile
1.3 astro/gkrellmoon2/Makefile
1.31 astro/glunarclock/Makefile
1.25 astro/gpsdrive/Makefile
(Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
|
Sun, 16 Jan 2005
|
[ 23:11 pav ]
1.3 audio/tse3/Makefile
1.2 audio/tse3/pkg-descr
1.3 audio/tse3/pkg-plist
- Install documentation to share/doc/portname, as hier said
PR: ports/76318 (inspired by)
Submitted by: Florent Thoumie <flz@xbsd.org>
|
|
Thu, 18 Nov 2004
|
[ 08:28 kris ]
1.2 audio/tse3/Makefile
BROKEN on !i386: Does not compile
|
|
Mon, 26 Jul 2004
|
[ 16:03 lofi ]
1.535 audio/Makefile
1.1 audio/tse3/Makefile
1.1 audio/tse3/distinfo
1.1 audio/tse3/files/patch-OSS.cpp
1.1 audio/tse3/files/patch-configure
1.1 audio/tse3/pkg-descr
1.1 audio/tse3/pkg-plist
Add tse3, a MIDI library.
PR: ports/59239
Submitted by: Mathew Kanner <mat@hak.cnd.mcgill.ca>
|
Number of commits found: 21 |