| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: www/mnogosearch31/Makefile |
|
CVSWeb
|
Number of commits found: 9 |
|
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 )
|
|
Sun, 29 Jul 2007
|
[ 20:16 kris ]
1.33 deskutils/gucharmap/Makefile
1.34 devel/nspr/Makefile
1.27 graphics/evince/Makefile
1.144 mail/evolution/Makefile
1.6 ports-mgmt/vulnerability-test-port/Makefile
1.99 sysutils/gnome-control-center/Makefile
1.66 www/mnogosearch31/Makefile
1.43 x11-toolkits/rep-gtk/Makefile
1.80 x11/gnome-panel/Makefile
1.47 x11/kde3/Makefile.kde
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.
|
|
Sun, 28 Jan 2007
|
[ 09:07 kris ]
1.31 archivers/libcomprex/Makefile
1.21 audio/ccaudio/Makefile
1.13 audio/libadplug/Makefile
1.36 audio/libao/Makefile
1.40 audio/libaudiofile/Makefile
1.26 audio/libcdaudio/Makefile
1.13 audio/libmad/Makefile
1.10 audio/libofa/Makefile
1.4 audio/liboggz/Makefile
1.16 audio/libsamplerate/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
|
Tue, 15 Aug 2006
|
[ 02:11 clsung ]
1.15 www/cgic/Makefile
1.25 www/cgiparse/Makefile
1.26 www/cherokee/Makefile
1.26 www/dpsearch/Makefile
1.36 www/harvest/Makefile
1.42 www/libwww/Makefile
1.64 www/mnogosearch31/Makefile
1.31 www/openvrml/Makefile
1.10 www/osb-nrcit/Makefile
1.12 www/osb-nrcore/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
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.
|
|
Tue, 4 Oct 2005
|
[ 23:37 ache ]
1.61 www/mnogosearch31/Makefile
Remove myself from MAINTAINER
|
|
Mon, 19 Sep 2005
|
[ 12:52 clement ]
1.6 databases/mysql-editor/Makefile
1.9 databases/mysqlman/Makefile
1.9 mail/websieve/Makefile
1.11 misc/instant-server/Makefile
1.29 textproc/htdig/Makefile
1.20 www/apache-jserv/Makefile
1.60 www/mnogosearch31/Makefile
1.19 www/mod_auth_pgsql/Makefile
1.19 www/mod_dtcl/Makefile
1.19 www/mod_fastcgi/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
|
|
Sun, 15 May 2005
|
[ 19:41 ache ]
1.59 www/mnogosearch31/Makefile
Change PORTNAME & DISTNAME to reflect repocopy name
|
Number of commits found: 9 |