| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Apr 2013 06:28:27
1.4.13
|
jgh  |
- convert ports to USES= gettext
Approved by: portmgr (bapt@) |
28 Apr 2013 21:02:40
  |
bapt  |
Convert security to new options framework |
27 Apr 2013 18:25:25
1.4.13
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
18 Mar 2013 11:40:04
1.4.13
|
bapt  |
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi |
27 Dec 2012 13:57:57
1.4.13
|
kuriyama  |
- Fix build on more recent current.
PR: ports/173678
Submitted by: swills |
21 Dec 2012 00:42:25
1.4.13
|
kuriyama  |
- Upgrade to 1.4.13 (minor bugfixes). |
31 Jan 2012 00:56:24
1.4.12
|
kuriyama  |
- Upgrade to 1.14.12 (minor bugfixes). |
29 Jan 2012 14:44:06
1.4.11
|
kuriyama  |
- Fix build on 10-current (i386) [1]
- Fix build with clang by using CFLAGS+=-std=c89.
PR: ports/163898 [1]
Submitted by: swills [1] |
09 Nov 2011 15:26:04
1.4.11
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 10:03:08
1.4.11
|
miwi  |
- Fix build on FreeBSD 10
Reported by: pointyhat |
03 Jul 2011 14:03:52
1.4.11
|
ohauer  |
-remove MD5 |
19 Oct 2010 00:36:14
1.4.11
|
kuriyama  |
- Upgrade to 1.4.11 (minor bugfixes).
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html |
02 Jun 2010 01:56:47
1.4.10_2
|
linimon  |
Attempt to fix build on powerpc.
Hat: portmgr |
31 May 2010 02:01:56
1.4.10_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
03 Apr 2010 10:44:36
1.4.10_1
|
roam  |
Chase the ftp/curl shlib version bump. |
04 Sep 2009 10:06:46
1.4.10
|
kuriyama  |
- Upgrade to 1.4.10. |
09 Mar 2009 17:15:43
1.4.9_2  |
stas  |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
23 Jan 2009 15:43:14
1.4.9_2
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
06 Jan 2009 17:59:31
1.4.9_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
21 Aug 2008 06:18:49
1.4.9_1
|
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 ) |
11 Aug 2008 12:27:53
1.4.9_1
|
kuriyama  |
Fix plist with NOPORTDOCS.
Reported by: QA Tindy (itetcu) |
06 Jun 2008 14:01:07
1.4.9_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) |
26 Apr 2008 23:51:41
1.4.9
|
miwi  |
- Update to 1.4.9
Notes:
This update fixes a possible security vulnerability
involving memory corruption from importing malicious
keys.
PR: 122349 / 122155
Submitted by: Nick Barkas <snb@threerings.net> / Hirohisa Yamaguchi
<umq@ueo.co.jp>
Approved by: maintainer timeout
Security:
http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html |
12 Jan 2008 08:53:44
1.4.8  |
kuriyama  |
- Upgrade to 1.4.8 (GPL3).
PR: ports/118894
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
04 Oct 2007 06:00:24
1.4.7_1  |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
23 Jul 2007 09:36:52
1.4.7_1  |
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 |
19 May 2007 20:32:57
1.4.7_1  |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Mar 2007 09:06:19
1.4.7  |
kuriyama  |
- Upgrade to 1.4.7.
Add safety seatbelt for inserting additional text in signed OpenPGP message.
References:
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html,
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html |
25 Dec 2006 03:49:00
1.4.6_3  |
kuriyama  |
- I forgot to bump PORTREVISION to sync with security/gnupg as of
before 2.0 upgrade.
- Add a patch to fix info/dir entry in gnupg1.info [1].
- Recover symlink during removing this port after installing
security/gnupg (2.0) (I forgot to add this before...).
PR: ports/106819 [1]
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> |
09 Dec 2006 08:36:48
1.4.6  |
kuriyama  |
- Chase security/gnupg upgrade (but still 1.4.6) after repocopy.
(not connected in ../Makefile)
- Tweak installation directory for documents to avoid conflict against
coming gnupg upgrade (2.0.1).
I'm still testing my patch to upgrade to 2.0.1, so please wait. :-) |