| 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: misc/ldconfig_compat/Makefile |
|
CVSWeb
|
Number of commits found: 15 |
|
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, 4 Oct 2007
|
[ 00:42 edwin ]
1.16 misc/compat3x/Makefile
1.57 misc/dnetc/Makefile
1.12 misc/ezload/Makefile
1.14 misc/ldconfig_compat/Makefile
1.90 multimedia/xmms/Makefile
Remove support for OSVERSION < 5
|
|
Mon, 26 Jun 2006
|
[ 15:38 flz ]
1.13 misc/ldconfig_compat/Makefile
1.8 misc/ldconfig_compat/bsd.ldconfig.mk
1.4 misc/ldconfig_compat/files/ldconfig_compat.sh.in
- Re-add LDCONFIG*_DIR to bsd.ldconfig.mk since it causes directories not
being created at install-time (LDCONFIG*_DIR defined in bsd.port.post.mk). [1]
- Update to a more recent version the ldconfig script.
Reported by: fenner [1]
|
|
Tue, 18 Apr 2006
|
[ 16:49 flz ]
1.12 misc/ldconfig_compat/Makefile
Fix plist issue on RELENG_4, libdata/ldconfig directories were only
in BSD.x11-4.dist. I just fixed that in BSD.local.dist.
|
|
Mon, 20 Feb 2006
|
[ 13:13 flz ]
1.11 misc/ldconfig_compat/Makefile
1.6 misc/ldconfig_compat/bsd.ldconfig.mk
- Fix problem with ancient make.
PR: ports/93143
Submitted by: Eric Cronin <ecronin@gizmolabs.org>
|
|
Mon, 23 Jan 2006
|
[ 05:07 linimon ]
1.10 misc/ldconfig_compat/Makefile
Back out last change while the bug it introduced is being investigated.
Noticed by: lofi
Pointy hat to: edwin
|
|
Sun, 22 Jan 2006
|
[ 05:52 edwin ]
1.7 audio/hydrogen/Makefile
1.11 databases/php-sqlrelay/Makefile
1.44 databases/phpmyadmin/Makefile
1.12 databases/postgresql-docs/Makefile
1.77 devel/cvsweb/Makefile
1.81 devel/cvsweb3/Makefile
1.13 devel/py-reverse/Makefile
1.20 java/classpath/Makefile
1.138 lang/gcc30/Makefile
1.188 lang/gcc32/Makefile
(Only the first 10 of 153 ports in this commit are shown above. )
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
|
|
Wed, 18 Jan 2006
|
[ 09:42 flz ]
1.8 misc/ldconfig_compat/Makefile
1.3 misc/ldconfig_compat/files/ldconfig_compat.sh.in
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au>
|
|
Tue, 17 Jan 2006
|
[ 14:29 flz ]
1.7 misc/ldconfig_compat/Makefile
Ok, maybe I'll do something right today. Revert the logic.
|
[ 14:28 flz ]
1.6 misc/ldconfig_compat/Makefile
- IGNORE for recent RELENG_[56].
Reminded by: mnag
|
|
Fri, 13 Jan 2006
|
[ 15:57 flz ]
1.5 misc/ldconfig_compat/Makefile
- Fix issue when WITHOUT_X11 is defined.
Noticed by: mnag
|
|
Thu, 12 Jan 2006
|
[ 12:35 flz ]
1.4 misc/ldconfig_compat/Makefile
1.2 misc/ldconfig_compat/files/ldconfig_compat.sh.in
1.2 misc/ldconfig_compat/pkg-message
- Adding sensible defaults to the startup script so people don't need to
touch /etc/rc.conf anymore.
- Silent @dirrm for ldconfig directories, this ensures a quiet upgrade.
- Fix installation with package, directories weren't created.
Noticed by: pav
|
|
Sun, 8 Jan 2006
|
[ 13:33 flz ]
1.3 misc/ldconfig_compat/Makefile
1.1 misc/ldconfig_compat/pkg-message
- Add a note about variables used by the script in pkg-message.
|
[ 12:42 flz ]
1.2 misc/ldconfig_compat/Makefile
Forced commit to note that you need to include this as well before
bsd.ldconfig.mk moves to bsd.port.mk:
--
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
--
|
[ 12:38 flz ]
1.785 misc/Makefile
1.1 misc/ldconfig_compat/Makefile
1.1 misc/ldconfig_compat/bsd.ldconfig.mk
1.1 misc/ldconfig_compat/files/ldconfig_compat.sh.in
1.1 misc/ldconfig_compat/pkg-descr
Add ldconfig_compat, a port that installs a ldconfig compatibility script
to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig
directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove
so-called ldconfig startup scripts installed by ports as 000.${foo}.sh.
The bsd.ldconfig.mmk file is only temporary as this should move quickly to
bsd.port.mk. Anyway, to use it, just define the following in your ports'
Makefile :
USE_LDCONFIG= dir1 dir2
and (before bsd.ldconfig.mk moves to bsd.port.mk) :
post-install: install-rc-script
|
Number of commits found: 15 |