| non port: audio/mpiosh/Makefile |
|
CVSWeb
|
Number of commits found: 14 |
|
Thu, 21 Aug 2008
|
[ 07: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 )
|
|
Sat, 19 Apr 2008
|
[ 18: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)
|
|
Thu, 20 Mar 2008
|
[ 09:19 pav ]
1.21 arabic/katoob/Makefile
1.14 archivers/advancecomp/Makefile
1.19 archivers/cabextract/Makefile
1.24 archivers/dact/Makefile
1.17 archivers/fastjar/Makefile
1.11 archivers/lbrate/Makefile
1.8 archivers/libmspack/Makefile
1.15 archivers/nomarch/Makefile
1.11 archivers/sectar/Makefile
1.8 archivers/unmakeself/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
|
Thu, 1 Feb 2007
|
[ 02:42 kris ]
1.7 archivers/dynamite/Makefile
1.7 archivers/libmspack/Makefile
1.35 archivers/lzo/Makefile
1.39 archivers/lzo2/Makefile
1.19 archivers/ucl/Makefile
1.4 archivers/unshield/Makefile
1.21 archivers/xpk/Makefile
1.4 astro/gpsd/Makefile
1.9 astro/jday/Makefile
1.22 astro/libnova/Makefile
(Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
|
Sun, 12 Nov 2006
|
[ 19:01 linimon ]
1.9 audio/cantus_3/Makefile
1.10 audio/libid3tag/Makefile
1.10 audio/libmad/Makefile
1.21 audio/mad/Makefile
1.10 audio/madplay/Makefile
1.10 audio/mpiosh/Makefile
1.8 deskutils/gtweakui/Makefile
1.7 games/ssamtse/Makefile
1.27 net-mgmt/zabbix/Makefile
1.8 security/gnome-password-generator/Makefile
Reset inactive maintainer asa@gascom.ru.
Hat: portmgr
|
|
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.
|
|
Sat, 23 Jul 2005
|
[ 16:36 krion ]
1.7 audio/mpiosh/Makefile
1.3 audio/mpiosh/files/patch-configure
Unbreak.
PR: ports/83949
Submitted by: Andrej Zverev <az at inec dot ru>
|
[ 03:53 kris ]
1.27 audio/baudline/Makefile
1.30 audio/festival+OGI/Makefile
1.13 audio/festlex-poslex/Makefile
1.12 audio/festvox-el11/Makefile
1.13 audio/festvox-ogirab/Makefile
1.15 audio/liteamp/Makefile
1.6 audio/mpiosh/Makefile
1.26 audio/timidity++-emacs/Makefile
1.17 audio/xmms-imms/Makefile
1.5 biology/nclever/Makefile
(Only the first 10 of 159 ports in this commit are shown above. )
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
|
|
Sat, 30 Apr 2005
|
[ 02:15 kris ]
1.5 audio/mpiosh/Makefile
BROKEN: Configure fails
|
|
Mon, 31 May 2004
|
[ 13:20 pav ]
1.4 audio/mpiosh/Makefile
1.3 audio/mpiosh/distinfo
1.2 audio/mpiosh/files/patch-Makefile.in
1.2 audio/mpiosh/files/patch-configure
1.2 audio/mpiosh/files/patch-libmpio-defs.h
1.2 audio/mpiosh/files/patch-mpiosh-Makefile.in
1.2 audio/mpiosh/files/patch-tools-Makefile.in
1.2 audio/mpiosh/pkg-plist
- Update to 0.7.1 pre2
This uses libusb for accesing a device, kernel module is no longer needed.
PR: ports/67410
Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
|
|
Tue, 30 Mar 2004
|
[ 20:20 krion ]
1.7 archivers/dpkg/Makefile
1.7 archivers/rpm4/Makefile
1.30 audio/flac/Makefile
1.16 audio/id3lib/Makefile
1.58 audio/mpg123/Makefile
1.3 audio/mpiosh/Makefile
1.12 audio/musicpd/Makefile
1.6 chinese/oto/Makefile
1.53 chinese/xcin25/Makefile
1.11 comms/scmxx/Makefile
(Only the first 10 of 64 ports in this commit are shown above. )
- Use USE_ICONV knob
Approved by: portmgr
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
|
Sun, 7 Dec 2003
|
[ 14:14 pav ]
1.475 audio/Makefile
1.1 audio/mpiosh/Makefile
1.1 audio/mpiosh/distinfo
1.1 audio/mpiosh/files/patch-Makefile.in
1.1 audio/mpiosh/files/patch-configure
1.1 audio/mpiosh/files/patch-libmpio-debug.h
1.1 audio/mpiosh/files/patch-libmpio-defs.h
1.1 audio/mpiosh/files/patch-mpiosh-Makefile.in
1.1 audio/mpiosh/files/patch-mpiosh-callback.c
1.1 audio/mpiosh/files/patch-mpiosh-mpiosh.c
(Only the first 10 of 14 ports in this commit are shown above. )
Add mpiosh, a userland library and command-line tool
for Digitalway MPIO MP3 players.
PR: ports/56258
Submitted by: Sergey Akifyev <asa@gascom.ru>
|
Number of commits found: 14 |