| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 03:33:20
3.0.9_2,1
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
23 Sep 2011 22:26:39
3.0.9_2,1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
19 Mar 2011 12:38:54
3.0.9_2,1
|
miwi  |
- Get Rid MD5 support |
25 Jul 2008 12:48:47
3.0.9_2,1
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
19 Apr 2008 17:56:05
3.0.9_2  |
miwi  |
- 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) |
20 Mar 2008 10:09:36
3.0.9_1,1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
19 May 2007 20:32:57
3.0.9_1,1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 22:12:03
3.0.9,1
|
stas  |
- Change my email.
Suggested by: skv |
19 Jul 2006 11:06:16
3.0.9,1
|
itetcu  |
- Update to 3.0.9
- Pass maintainership to submitter
Added file(s):
- files/patch-builtin.cpp
- files/patch-directory.cpp
- files/patch-encoding.l
- files/patch-ttf.cpp
- files/patch-util.h
This release contains additional patches and impovements from Redhat and net:
- Compressed fonts support via Zlib
- Improve performance when checking if a font has a mapping present
- Base font file selection on the magic at the start of the file
- iso8859-13 support
- Default read system encodings.dir instead of the one in current directory
- A lot of bugfixes
PR: ports/100520
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
23 Feb 2006 10:40:45
20021109_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 19:16:38
20021109_1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
20021109_1
|
ade  |
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. |
04 Jun 2004 17:29:38
20021109_1
|
ade  |
Sync with new bsd.autotools.mk |
21 Mar 2004 21:38:23
20021109_1
|
pav  |
- Fix build with new freetype |
05 Feb 2004 20:38:07
20021109_1
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
04 Feb 2004 05:10:27
20021109_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
20021109
|
trevor  |
SIZEify. |
09 Dec 2003 00:50:45
20021109
|
pav  |
- On many systems, ttmkfdir was the only reason to install freetype1.
Here is ttmkfdir that uses freetype2 as a backend.
PR: ports/60055
Submitted by: Thierry Thomas <thierry@pompo.net> |
20 Feb 2003 19:18:02
0.0_1
|
knu  |
De-pkg-comment. |
02 Sep 2002 08:45:19
0.0_1
|
sobomax  |
Recognise koi8-u encoding. Bump PORTREVISION. |
14 Mar 2002 11:16:45

|
sobomax  |
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). |
05 Feb 2001 21:02:14 
|
olgeni  |
Style fixes for x11-fonts. |
09 Jan 2001 19:13:18 
|
trevor  |
Update master site and home page. |
08 Oct 2000 07:45:22 
|
asami  |
Convert category x11-fonts to new layout. |
04 Oct 2000 07:40:08 
|
sobomax  |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory. |
03 Aug 2000 10:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |