| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Feb 2012 10:18:33
0.4_5
|
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
26 Apr 2011 00:45:04
0.4_4
|
novel  |
- Unbreak by fixing nasm dependency
- Define LICENCE
- Nuke MD5
PR: 156453 (based on)
Submitted by: Chris Rees <utisoft@gmail.com> |
17 Mar 2011 11:08:44
0.4_4
|
pav  |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month |
06 Jul 2010 07:08:03
0.4_4
|
erwin  |
Mark BROKEN: does not build
Feature safe: yes |
14 Jun 2010 06:17:21
0.4_4
|
danfe  |
- Convert port to use OPTIONS
- Unmute INSTALL_DATA statements
- Expand COMMENT to match that on official site
- Kill needless PKGMESSAGE assignment (it is done automagically)
- Remove no-op inplace patching commands
- Remove whitespace from `files/pkg-message.in' and do padding within
post-install target; this makes message output identical between port vs.
package installation
- Adjust `video.x' location in sample configuration file
- Simplify target CPU determination code
- Canonicalize header and do some Makefile cleanup
- Remove bogus hack that prevented clock_settime(2) detection; instead, use
CLOCK_THREAD_CPUTIME_ID instead of CLOCK_PROCESS_CPUTIME_ID as the latter
is undefined on FreeBSD. Under Linux, thread clock is essentially just a
process clock with CPUCLOCK_PERTHREAD_MASK bit applied, so it should work
in this case.
Approved by: novel (maintainer; timeout since May 31) |
31 May 2010 08:12:02
0.4_4
|
danfe  |
- Kill EOL whitespace
- Remove attribution; port author is credited in Makefile header
Approved by: maintainer (novel) |
21 Jan 2010 18:44:33
0.4_4
|
novel  |
Use SUB_FILES for pkg-message instead of sed.
PR: 142457 (based on)
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
22 Aug 2009 00:20:34
0.4_4  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
05 Jan 2009 19:44:02
0.4_4
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
21 Aug 2008 06:18:49
0.4_4
|
rafan  |
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 ) |
24 Mar 2008 23:21:25
0.4_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
13 Mar 2008 14:28:35
0.4_3
|
miwi  |
- Chase devel/sdl12 shlib version bump |
04 Oct 2007 00:47:23
0.4_2
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
15 Jul 2007 08:53:13
0.4_2
|
novel  |
Fix build with gcc42.
Reported by: pointyhat via pav |
19 May 2007 20:32:57
0.4_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Feb 2007 00:16:29
0.4_1
|
pav  |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
20 Sep 2006 11:21:59
0.4_1
|
stas  |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
16 Apr 2006 14:10:33
0.4
|
novel  |
- Fix build on -CURRENT
- Pet portlint
Reported by: pointyhat via kris |
10 Jan 2006 10:42:24
0.4
|
novel  |
Broken on FreeBSD < 5.3 because of missing truncf().
Reported by: pointyhat via kris |
22 Dec 2005 12:07:37
0.4
|
novel  |
Update to 0.4.
PR: 90791 (based on)
Submitted by: Vasil Dimov <vd@datamax.bg> |
17 Nov 2005 13:22:30
0.3.1
|
novel  |
An attempt to fix build on 4.x.
Reported by: pointyhat via kris |
29 Oct 2005 03:44:42
0.3.1
|
novel  |
- Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGS
is not defined
- Add WITH_DEBUG knob (disabled by default) |
28 Oct 2005 06:18:06
0.3.1
|
kris  |
BROKEN on ia64: Internal compiler error |
12 Apr 2005 03:26:57
0.3.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.3.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
08 Mar 2005 07:38:35
0.3.1
|
novel  |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
13 Oct 2004 00:09:08
0.3.1
|
edwin  |
[ maintainer ] emulators/pearpc: fix SDL build via update, fix build with JITC
PearPC 0.3.1 includes my patch for configure.in which makes
SDL usable and fixes stdint.h/inttypes.h trouble.
Fix build with JITC cpu for gcc34
PR: ports/72442
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
30 Sep 2004 05:32:00
0.3.0
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
31 Aug 2004 09:03:43
0.3.0
|
vs  |
Add BUILD_DEPENDS on nasm for i386.
PR: ports/71135
Submitted by: Roman Bogorodskiy (maintainer) |
19 Aug 2004 19:52:57
0.3.0
|
vs  |
- Update to 0.3.0. Only X11 is supported at the moment.
- Minor packaging issues
PR: ports/70438
Submitted by: Roman Bogorodskiy (maintainer) |
03 Aug 2004 07:02:40
0.2.0
|
mezz  |
Fix the build with GCC 3.4.x.
PR: ports/69904
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
01 Jul 2004 08:04:54
0.2.0
|
pav  |
- Unbreak on 4.x
Reported by: bento via kris
Pointy hat: mezz |
26 Jun 2004 17:15:03
0.2.0
|
pav  |
- Fix plist. No portrevision raise as this is minor change.
PR: ports/68360
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
17 Jun 2004 05:54:45
0.2.0
|
mezz  |
Update to 0.2.0.
PR: ports/68010
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
31 May 2004 22:14:37
0.1.2
|
pav  |
- Unbreak WITH_QT
PR: ports/67421
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
31 May 2004 14:02:28
0.1.2
|
pav  |
- Fix build on 4.x
PR: ports/67411
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
25 May 2004 15:43:15
0.1.2
|
pav  |
- Add WITH_QT knob to enable Qt GUI
PR: ports/67174
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
24 May 2004 23:41:57
0.1.2
|
pav  |
- Add WITH_OPTIMIZED_CFLAGS knob to build with optimizations
- Add WITH_JITC knob to select jitc_x86 CPU, only for i386
PR: ports/67132
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) |
23 May 2004 21:28:46
0.1.2
|
clement  |
Add pearpc 0.1.2, powerPC emulator.
PearPC is an architecture-independent PowerPC platform emulator capable of
running most PowerPC operating systems.
WWW: http://pearpc.sourceforge.net/
PR: ports/67034
Submitted by: Roman Bogorodskiy |