| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
1.3.3p1_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Feb 2013 15:04:01
1.3.3p1_2
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
09 Oct 2012 22:12:14
1.3.3p1_2
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
06 Oct 2012 05:06:25
1.3.3p1_2
|
kuriyama  |
- Fix build with clang.
PR: ports/171548
Submitted by: Pawel Worach <pawel.worach@gmail.com> |
22 Jul 2012 20:59:57
1.3.3p1_2
|
swills  |
- Fix build with perl 5.16
PR: ports/169654
Approved by: maintainer timeout (kuriyama, >2 weeks)
Obtained
from: http://sourceforge.net/mailarchive/forum.php?thread_name=CAF1ZMEf6eEiv%3D%3DsOcZgftY3iSd79MkWgTU0vcK9w6BJCNSp5DA%40mail.gmail.com&forum_name=openjade-devel |
23 Sep 2011 22:26:39
1.3.3p1_2
|
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 |
03 Jul 2011 14:40:25
1.3.3p1_2
|
ohauer  |
-remove MD5 |
30 Apr 2011 02:25:08
1.3.3p1_2
|
kuriyama  |
- Fix build with WITHOUT_NLS=yes.
PR: ports/156606
Submitted by: dirk.meyer@dinoex.sub.org |
30 Mar 2010 08:09:48
1.3.3p1_1
|
kuriyama  |
- Unbreak with newer GCC.
PR: ports/143749
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> |
22 Aug 2009 00:37:17
1.3.3p1_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
15 Jun 2009 03:55:12
1.3.3p1_1
|
kuriyama  |
- Pass $LDFLAGS with explicit $PREFIX to linker and configure. |
06 Jun 2008 14:05:09
1.3.3p1_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
23 Mar 2007 20:32:10
1.3.3p1
|
pav  |
- Fix after objformat removal |
19 Jan 2007 12:38:38
1.3.3p1
|
kuriyama  |
- Installs mapages [1].
- Patch from hrs [2]:
o Update to 1.3.3-pre1
o Install openjade(1) manual page.
o Fix a possible problem that prevents xmlcatmgr from
working during pkg_delete.
o Clean up Makefile to make portlint happy.
o Improvements since 1.3.2: the following flow objects added:
page-sequence
column-set-sequence
embedded-text
anchor
included-container-area
glyph-annotation
aligned-column
multi-line-inline-note
emphasizing-mark
side-by-side
side-by-side-item
PR: ports/107648 [1]
Submitted by: Jason Lenthe<lenthe@comcast.net> [1],
hrs [2] |
23 Feb 2006 10:40:45
1.3.2_7
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 03:10:24
1.3.2_6
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.3.2_6
|
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. |
21 Aug 2004 21:07:48
1.3.2_6
|
hrs  |
Unbreak the build. libosp.la is no longer installed
by textproc/opensp. |
09 Jul 2004 17:43:11
1.3.2_6
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
18 Mar 2004 00:48:53
1.3.2_6
|
kuriyama  |
SIZEify.
Submitted by: trevor |
14 Mar 2004 06:17:56
1.3.2_6
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:10:27
1.3.2_6
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
05 Aug 2003 03:25:44
1.3.2_5
|
kuriyama  |
Add patches for gcc33 from sourceforge. |
07 Jul 2003 11:51:39
1.3.2_4
|
kuriyama  |
Fix @exec in pkg-plist.
Submitted by: hrs |
01 Jul 2003 06:20:27
1.3.2_3
|
kuriyama  |
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837 |
28 Feb 2003 16:41:50
1.3.2_2
|
kuriyama  |
Add missing plist entries and don't install useless .la files.
Submitted by: naddy |
22 Feb 2003 07:48:51
1.3.2_1
|
kuriyama  |
de-pkg-comment. |
08 Jan 2003 22:05:08
1.3.2_1
|
kuriyama  |
Remove plist entries which are moved to opensp port.
Pointed out by: naddy |
06 Jan 2003 09:21:34
1.3.2
|
kuriyama  |
Upgrade to 1.3.2. |
10 Nov 2002 22:30:19
1.3.1
|
kris  |
Don't remove the system directory share/sgml |
04 Nov 2002 03:05:48
1.3.1
|
edwin  |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
15 Sep 2002 21:54:12
1.3.1
|
joe  |
Some GNU (and GNU-style) programs assume that the presence of the
restartable multibyte/wide character functions (mbsrtowcs(),
wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character
functions exist. The restartable mb/wc functions were added recently
and do not exist in -stable.
Making blind assumptions like this defeats the purpose of using
autoconf at all..
Submitted by: tjr |
15 Mar 2002 09:48:11
1.3.1
|
kuriyama  |
Upgrade to 1.3.1.
Reminded by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> |
20 Jan 2002 23:15:59 
|
kuriyama  |
Remove bogus pre-install target. Refine CXXFLAGS tweak. |
19 Jan 2002 06:51:06 
|
kuriyama  |
Add catalog entry by using mkconfig. |
09 Mar 2001 09:47:23 
|
kuriyama  |
Remove unneeded entry. |
04 Mar 2001 21:39:19 
|
lioux  |
Switch from AWK to SED for CFLAGS sanitization. It is cleaner, more readable
and follows most ports using similar solutions. Besides, it is more
lightweight. |
28 Feb 2001 01:48:03 
|
lioux  |
Fix grammar: s/is cannot be/cannot be/ |
27 Feb 2001 23:03:36 
|
lioux  |
o Sanitize CFLAGS following example of palm/prc-tools-gcc. Remove both all -m
machine and -O > -O1 optimizations such as
(-O[s2-9]+--m[0-9a-zA-Z]+(=[0-9a-zA-Z]*)?--O[s2-9]+) since openjade built with
some of these optimizations core dumps when building some of the /usr/doc
files o Use INSTALLS_SHLIB=yes instead of a post-install ldconfig line o
"UN"echo post-install (prefix lines with @). Cleaner o Also, fix openjade's
complain that it does not find builtins.dls, point it in the right direction
with CONFIGURE_ARGS+=--datadir o Bump PORTREVISION since there is an
improvement fix |
05 Feb 2001 16:35:27 
|
olgeni  |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51 
|
asami  |
Convert category textproc to new layout. |
21 Aug 2000 11:07:37 
|
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. |
14 Jun 2000 14:21:38 
|
sobomax  |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |
13 Jun 2000 08:49:53 
|
kuriyama  |
Remove empty directory (share/sgml). |
06 Jun 2000 14:26:48 
|
kuriyama  |
Strip binaries. |
22 May 2000 03:09:39 
|
kuriyama  |
Add patch for disable locale support. |