| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Apr 2012 20:24:51
1.2.5_3  |
netchild  |
Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).
I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.
Discussed with: bsam |
03 Jul 2011 14:12:23
1.2.5_3
|
ohauer  |
-remove MD5 |
28 Oct 2010 21:00:21
1.2.5_3
|
erwin  |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
20 Jun 2009 13:59:54
1.2.5_3
|
bsam  |
Add an apropriate LINUX_DIST_VER. This is only an infrastructure change,
no need to bump PORTREVISION. The change is needed to the upcomming
switch to default linux f10 ports at 8-CURRENT. |
04 Jun 2009 07:53:25
1.2.5_3
|
itetcu  |
Force commit to have the right commit message recorded for the previous commit:
- fix build with NOPORTDOCS=yes and friends;
- as a side effect remove a six lines pkg-plist;
- bump PORTREVISION.
PR: ports/135203
Submitted: bsam@
Reported by: QAT
Approved by: maintainer timeout on QATMail (since 24 Aug 2008) |
04 Jun 2009 07:51:29
1.2.5_3
|
itetcu  |
- fix build with NOPORTDOCS=yes and friends;
- as a side effect remove a six lines pkg-plist;
- bump PORTREVISION.
Reported by: QAT
Approved by: maintianer timeout on QATMail (since 24 Aug 2008) |
02 Jun 2009 21:15:40
1.2.5_2
|
bsam  |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs. |
01 Apr 2009 10:10:16
1.2.5_1
|
bsam  |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION). |
19 Mar 2009 17:28:51
1.2.5
|
bsam  |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav) |
10 Dec 2006 01:21:51
1.2.5
|
nivit  |
- Updated email address in my ports
Approved by: alexbl (mentor) |
03 Aug 2006 23:24:08
1.2.5
|
bsam  |
o convert the port to use bsd.linux-rpm.mk infrostructure;
o update to a newer version 1.2.5;
o add fetching of the sources when PACKAGE_BUILDING=YES;
o introduce SDLIMVER to be used at pkg-plist file.
Approved by: nivit@users.sourceforge.net (maintainer timeout, emailed
2006-06-26,
netchild (mentor, implicit) |
29 May 2006 22:02:05
1.2.4
|
pav  |
- Allow on amd64 |
31 Dec 2005 15:36:33
1.2.4
|
ehaupt  |
Add SHA256 checksums
PR: 91123,91125,91126,91127,91128,91129,91130,91131
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
13 Jul 2005 12:03:53
1.2.4
|
pav  |
- Update to 1.2.4
PR: ports/83249
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
17 Jun 2005 22:59:29
1.2.3_1
|
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 ) |
12 Apr 2005 03:26:57
1.2.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.2.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
01 Mar 2005 21:51:49
1.2.3
|
trevor  |
Respect the user's USE_LINUX setting. |
31 Dec 2004 18:24:10
1.2.3
|
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 ) |
23 Dec 2004 06:23:35
1.2.3
|
edwin  |
[NEW PORT] graphics/linux-sdl_image: A simple library to load images
as SDL interfaces (linux version)
This is a simple library to load images of various formats
as SDL surfaces. This library supports BMP, PPM, PCX, GIF,
JPEG, PNG, TGA, and TIFF formats. (Linux version)
WWW: http://www.libsdl.org/projects/SDL_image/
PR: ports/71552
Submitted by: Nicola Vitale <nivit@email.it> |