| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 Dec 2012 23:38:35
1.1.24_1
|
hrs  |
Fix a typo.
Spotted by: Kurt Jaeger |
17 Mar 2012 11:30:24
1.1.24_1
|
hrs  |
Add etc/papersize.{a4,letter}.
Discussed with: bsam
Feature safe: yes |
29 Feb 2012 05:56:36
1.1.24
|
hrs  |
Take maintainership. |
03 Jul 2011 06:14:57
1.1.24
|
miwi  |
- Kick MD5 Support |
04 Dec 2010 07:34:27
1.1.24
|
ade  |
Sync to new bsd.autotools.mk |
01 Jun 2010 00:39:39
1.1.24
|
edwin  |
Update to 1.1.24
Submitted by: Greg Lehey |
19 Mar 2010 23:28:52
1.1.23+nmu2
|
sylvio  |
- Update to 1.1.23+nmu2
Approved by: miwi (mentor) |
02 Aug 2009 19:36:34
1.1.23+nmu1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
22 Jul 2009 20:59:40
1.1.23+nmu1
|
pgollucci  |
- Update to 1.1.23+nmu1 |
07 Sep 2008 00:36:27
1.1.21_3
|
linimon  |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
21 Aug 2008 06:18:49
1.1.21_3
|
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 ) |
23 Jul 2007 09:36:52
1.1.21_3
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
20 Apr 2007 18:06:16
1.1.21_3
|
lofi  |
Set prefix in paperconfig, eg make paperconfig write to the same system
papersize file that paperconf attempts to read. |
19 Apr 2007 16:02:50
1.1.21_2
|
lofi  |
Move REINPLACE_CMD to correct Makefile target and fix a bashism in the
paperconfig script. |
19 Apr 2007 15:51:02
1.1.21_1
|
lofi  |
Don't try to use bash for scripts.
PR: ports/111865
Submitted by: Fernando Herrero Carrón <fhcarron@terra.es> |
10 Apr 2007 13:48:38
1.1.21
|
lofi  |
Update to 1.1.21
PR: ports/111423
Submitted by: bf <bf2006a@yahoo.com> |
01 Feb 2007 02:42:06
1.1.14.3_1
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
06 Sep 2006 22:03:49
1.1.14.3_1
|
lofi  |
Make sure ${prefix} gets expanded properly. |
23 Feb 2006 10:40:45
1.1.14.3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:00:58
1.1.14.3
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.1.14.3
|
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. |
14 Feb 2005 12:16:02
1.1.14.3
|
lofi  |
Update to 1.1.14-3. |
14 Mar 2004 06:17:56
1.1.14
|
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. |
07 Feb 2004 07:28:50
1.1.14
|
lofi  |
Update to 1.1.14. |
17 Nov 2003 05:31:21
1.1.13
|
lofi  |
Correct pkg-descr. |
16 Nov 2003 19:10:44
1.1.13
|
lofi  |
Add libpaper, a library providing routines for paper size management. |