Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Oct 2006 12:38:35
8.0_16
|
vd  |
Remove expired ports:
2006-10-01 devel/rtplib
2006-09-01 emulators/linux_base
2006-09-01 emulators/linux_base-debian
2006-09-01 emulators/linux_base-8
2006-09-01 emulators/linux_base-rh-9
2006-10-01 misc/pointless
2006-10-01 www/mediawiki14 |
17 Jun 2006 09:28:03
8.0_16
|
netchild  |
Mark deprecated and set expiration time for various reasons:
- superseeded
- outdated/EOL
- no maintainer
- bitrod
While I'm here add some more conflicts. |
02 Jun 2006 21:05:45
8.0_15
|
netchild  |
Register conflict with FC*. |
04 Feb 2006 13:01:46
8.0_14
|
netchild  |
Move the dirrm of usr to a more appropriate place and convert it to
a dirrmtry since usr/local may be populated by the user.
Noticed by: pointyhat/kris |
29 Jan 2006 15:54:05
8.0_13
|
netchild  |
Use the new dirrmtry in the plist to remove the LINUXBASE/usr/local/*
dirs if empty, but without anoying messages if someone decides to
install some files by hand there.
Noticed by: pointyhat/kris |
25 Jan 2006 18:57:36
8.0_12
|
netchild  |
The read-only LINUXBASE case (after installing the ports, of course) has
to besolved differently, since the ldconfig call has to be chrooted, else
the linux ldconfig will cache some FreeBSD native libs which results in
not being able to start some programs:
- remove the symlink (linux_base)
- revert to chroot the ldconfig call (with internal functionality this
time) |
23 Jan 2006 18:38:04
8.0_11
|
netchild  |
unbreak fetch (revert master site change, it is a local change) |
21 Jan 2006 14:52:04
8.0_11
|
netchild  |
- use MASTER_SITE_READHAT_LINUX now that fedoralegacy is added there
- pet portlint a little bit
- don't create LINUXBASE/var/run, to let linux apps access /var/run
- link LINUXBASE/etc/ld.so.cache to /var/run/linux-ld.so.cache on a
recent -current (where /etc/rc.d/abi knows how to handle the symlink);
this should allow a read-only LINUXBASE
- don't remove LINUXBASE/usr/local, someone may have installed something
there |
26 Dec 2005 02:49:03
8.0_10
|
pav  |
- A better way to trick rpm to create etc/nsswitch.conf.dist
PR: ports/90220
Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> |
14 Dec 2005 12:06:26
8.0_10
|
lawrance  |
Examine MACHINE_ARCH instead of ARCH with respect to installation
commands that are dependent on the host machine architecture.
This fixes installation failure on amd64 in some circumstances.
PR: ports/80679 [1], ports/90252 [2]
Submitted by: OMATSU Shinichiro <koma2@lovepeers.org> [1]
Torfinn Ingolfsen <tingo@start.no> [2]
Approved by: emulation (maintainer, timeout 7 months) |
04 Dec 2005 13:12:08
8.0_10
|
netchild  |
- fix the build on pointyhat [1]
- a little cleanup
Suggested by: kris (some parts) [1] |
03 Dec 2005 13:55:04
8.0_10
|
netchild  |
- update bash and fileutils
- don't remove nsswitch.conf if modified [1]
- utilize the new "store GPLed sources" feature [2]
- use a master site which carries the files
Submitted by: Ulrich Spoerlein <q@galgenberg.net> [1]
Requested by: kris [2] |
11 Nov 2005 19:54:17
8.0_9
|
netchild  |
Fix the package (missing creation of empty directories).
PR: 88731
Submitted by: Boris Samorodov <bsam@ipt.ru>
Pointyhat to: netchild |
05 Nov 2005 17:39:24
8.0_8
|
netchild  |
When installed as a package, some (empty) directories are missing. This
commit tries to solve this by adding some @exec calls into the plist.
Add a pkg-deinstall script with appropriate content which was previously
in pkg-install (ouch). [1]
PR: 82625 [1]
Submitted by: Boris B. Samorodov <bsam ipt ru> |
04 Nov 2005 01:19:40
8.0_7
|
pav  |
- Unbreak on amd64: manually run build-locale-archive that is usually runned
by rpm, but we use --noscripts here
- Portlint |
04 Nov 2005 00:27:14
8.0_7
|
kris  |
BROKEN on amd64: Incorrect pkg-plist |
09 Oct 2005 09:29:17
8.0_7
|
netchild  |
- reformat the pkg-message
- don't generate the plist at install time, use a static plist instead
(this fixes the empty plist after the change to pre-su-install) [1]
- brand _every_ ELF executable in {,usr/}{,s}bin/
(short command line, should be used by other linux ports with a lot of
files too; contrary to the commit messages of some linux ports: brandelf
is usefull and doesn't result in foot-shooting in edge cases)
- install directly into the destination instead of bouncing through WRKSRC
Noticed by: marcus [1]
Pointy hat to: netchild [1] |
02 Oct 2005 14:20:27
8.0_6
|
netchild  |
Change description to include amd64 instead of telling to only support x86.
Suggested by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> |
17 Jun 2005 22:59:29
8.0_6
|
netchild  |
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 ) |
10 Jun 2005 08:27:55
8.0_6
|
trevor  |
Remove expired linux_base-6 port. |
15 Mar 2005 05:25:18
8.0_6
|
trevor  |
Don't error out when the user defines USE_LINUX (See PR 69997 and
bsd.port.mk 1.505). |
07 Feb 2005 03:31:53
8.0_6
|
obrien  |
GC EXTRACT_DEPENDS (now done as a BUILD_DEPENDS). |
29 Jan 2005 11:15:15
8.0_6
|
netchild  |
Add rpm to build depends to fix the build on the cluster.
Suggested by: kris |
20 Jan 2005 15:40:43
8.0_6
|
netchild  |
Minimal changes to let users update the linux base and the linux X11 bits
in any order:
- add the X11 lib path to ld.so.conf in the linux base port
- (re)generate the ld.so.cache file in the linux base port too
- don't change the ld.so.conf in the linux X11 port
At deinstall time the linux base port may still complain about a changed
ld.so.cache file. A clean way to solve this would be to use ("@unexec" and
"@exec") in the plist. Since the plist is autogenerated this would need
some little magic in the plist generation or we have to switch to a static
plist. Delay the decission about how to handle this until we know when/how
to update to a more recent linux base port. |
17 Jan 2005 19:37:47
8.0_5
|
obrien  |
Get the PLIST generation out of do-install and into pre-instal.
Reported by: sf |
16 Jan 2005 03:56:35
8.0_5
|
obrien  |
Follow the porter's handbook and allow 'make all' to be run by a moral user. |
16 Jan 2005 03:51:38
8.0_5
|
obrien  |
Remove bogus do-patch: target.
Bump PORTREVISION for the move to freetype-2.1.5-0.
Properly spell gentoo. |
31 Dec 2004 18:24:10
8.0_4
|
netchild  |
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some (Only the first 15 lines of the commit message are shown above ) |
30 Dec 2004 19:41:02
8.0_4
|
trevor  |
On amd64, the installation script contained in the glibc RPM fails.
Work around this by using the --noscripts option.
PR: 75645
Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier |
27 Dec 2004 21:47:57
8.0_4
|
obrien  |
These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.
Submitted by: kris |
21 Dec 2004 19:49:43
8.0_4
|
trevor  |
Update CONFLICTS.
PR: 75283
Submitted by: linimon |
19 Dec 2004 02:13:56
8.0_4
|
trevor  |
Remove some lines that are no longer needed. |
18 Dec 2004 21:54:16
8.0_4
|
trevor  |
Correct a mistake in my grouping of master site subdirectories. |
18 Dec 2004 17:58:50
8.0_4
|
trevor  |
Simplify by grouping master site subdirectories.
Clean up amd64 support by consolidating tests. Code after bsd.port.mk
was not reached. |
14 Dec 2004 19:26:50
8.0_4
|
obrien  |
On amd64 we want to use FALLBACK_ELF_MIB as kern.elf32.fallback_brand,
vs. kern.fallback_elf_brand. |
14 Dec 2004 19:13:10
8.0_4
|
obrien  |
First cut at supporting AMD64 (to give 32-bit support). |
08 Feb 2004 21:49:37
8.0_4
|
trevor  |
Try to mount and unmount both linproc and linprocfs: the former
is documented in linprocfs(5) but I have seen and used the latter. |
06 Feb 2004 01:06:40
8.0_4
|
trevor  |
Add sizes. |
05 Feb 2004 23:19:55
8.0_4
|
trevor  |
Fix CONFLICTS lines, as requested by eik then petef:
I think it's a bug that linux_base thinks it conflicts with itself.
--petef
The problem occurs if you do
make install; make install FORCE_PKG_REGISTER=yes
which is somewhat supported, although [seldom] (never?) used.
--eik
Also record conflicts with cle_base. |
04 Feb 2004 05:21:48
8.0_4
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
22 Jan 2004 12:18:43
8.0_3
|
trevor  |
Use the CPIO macro defined in bsd.port.mk. |
04 Dec 2003 03:41:30
8.0_3
|
trevor  |
Use the latest glibc packages. Changes are described at
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0689>,
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0859>
and <URL:https://rhn.redhat.com/errata/RHSA-2003-325.html>. |
21 Nov 2003 04:39:59
8.0_2
|
trevor  |
Mention the x11/linux-XFree86-libs port. |
19 Nov 2003 16:12:24
8.0_2
|
trevor  |
Remove the XFree86-libs RPM from here (see ports/x11/linux-XFree86-libs). |
19 Nov 2003 13:23:25
8.0_1
|
trevor  |
I don't see any use for the /compat/linux/initrd directory. |
13 Nov 2003 14:45:08
8.0_1
|
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
29 Sep 2003 15:55:57
8.0_1
|
trevor  |
Redistribution in binary form must provide a disclaimer
that states that the software is based in part of [sic] the
work of the FreeType Team, in the distribution documentation.
We also encourage you to put an URL to the FreeType web
page in your documentation, though this isn't mandatory.
-- <URL:http://cvs.freetype.org/cgi-bin/viewcvs.cgi/~checkout~/freetype2/docs/
FTL.txt?rev=1.7> |
21 Jul 2003 00:44:28
8.0_1
|
trevor  |
Add the libattr, libacl, libelf, and bzip2-libs packages, needed
by programs such as mv (used in installation); remove librpm404 and
rpm404-python which are unused. Make rpm an EXTRACT_DEPENDS rather
than BUILD_DEPENDS, based on Phil Pennock's suggestion for the
sgifonts port.
Submitted by: Frank Reppin (adding libattr and libacl) |
03 Jul 2003 16:35:55
8.0_1
|
trevor  |
security fix: update the XFree86 libraries to 4.2.1 because of
what is described at <URL:http://www.xfree86.org/security/> as "an
Xlib problem that made it possible to load (and execute) arbitrary
code in privileged clients"
"local users [may] gain root privileges via a modified LD_PRELOAD
environment variable that points to a malicious module"
--CAN-2002-1472
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1472>
The hash matches the one in RHSA-2003:067-19 at
<URL:http://rhn.redhat.com/errata/RHSA-2003-067.html>. |
03 Jul 2003 14:38:31
8.0
|
trevor  |
Register conflicts among linux_base ports. |
03 Jul 2003 14:29:29
8.0
|
trevor  |
new i386-only linux_base port, which installs bits from release 8.0
of a Linux distribution |