| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Feb 2013 02:40:11
0.0.20130208
|
hrs  |
Fix a build breakage after r246085.
Reported by: Steve Kargl, jhb |
05 Aug 2012 23:19:40
0.0.20110920
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
20 Jun 2012 07:52:17
0.0.20110920
|
hrs  |
Style fix: include bsd.port.pre.mk before using SRC_BASE.
PR: ports/169218
Submitted by: jgh |
14 Jan 2012 08:57:23
0.0.20110920
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Sep 2011 02:17:09
0.0.20110920
|
hrs  |
Update to 20110920. This fixes build on 9-CURRENT after r225617.
PR: ports/160769 |
27 Jun 2011 02:52:45
0.0.20110529
|
hrs  |
Fix build in the case that $KERNCONF has multiple configuration files.
Spotted by: Nicolas Rachinsky |
29 May 2011 17:22:26
0.0.20110529
|
hrs  |
Update to Adobe Reader 9.4.2 and add a hack to mitigate "RSException" crash
issue in GUI mode. A linux_adobe.ko kernel module has to be loaded before
acroread is invoked. |
08 Aug 2010 04:16:02
0.0.20100806  |
hrs  |
Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu. |
29 Mar 2009 05:10:31
0.0.20090328
|
hrs  |
Fix post-install target.
Spotted by: Jeff Molofee |
28 Mar 2009 18:11:44
0.0.20090328
|
hrs  |
Add acroread9, Adobe Reader 9.1.0. For changes since Adobe Reader
8.x, see the following URL:
http://blogs.adobe.com/acroread/2009/03/#entry-9871 |
06 Sep 2008 04:59:52
0.0.20080906
|
hrs  |
Remove ports of Adobe Reader 7 and the localized versions because of
security vulnerability. The print/acroreadwrapper new supports
acroread8 only.
Security: CVE-2008-2641
Security: CVE-2008-0883
Security: http://www.adobe.com/support/security/bulletins/apsb08-15.html |
13 Apr 2008 18:27:25
0.0.20080110
|
hrs  |
Update to 20080110. GTK_IM_MODULE and XMODIFIERS hack is added
and enabled by default. To disable this, you need to set
$ADOBE_DISABLEIMMODULEHACK to YES.
Discussed on: freebsd-ports@ |
04 Jan 2008 20:20:20
0.0.20071020
|
hrs  |
Update to 20071020. Add Adobe Reader 8 support and $ADOBE_VER
knob. |
23 Sep 2007 18:28:46
0.0.20060221_3
|
hrs  |
- Use ${LINUXBASE}/bin/sh instead of /bin/sh to prevent issues due to
difference of pathname lookup[*].
- Refine messages when localized acroread not found.
- Some cleanups.
PR: ports/113468 [*] |
23 Jun 2007 14:18:06
0.0.20060221_2
|
hrs  |
%%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.
Spotted by: pointyhat |
09 Jun 2007 12:44:02
0.0.20060221_1
|
hrs  |
Fix wrong variable names forgotten in the previous commit. |
09 Jun 2007 11:18:46
0.0.20060221_1
|
hrs  |
Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directories
(and use ADOBEBASE and ACROBASE for consistency).
PR: ports/112941
Submitted by: edwin |
19 May 2007 20:32:57
0.0.20060221_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Feb 2006 06:58:02
0.0.20060221
|
hrs  |
Fix plugin directory (not under %%LINUXBASE%%).
Pointed out by: nyan |
21 Feb 2006 21:57:01
0.0.20060220
|
pav  |
- Unbreak
Reported by: Roman Divacky <xdivac02@stud.fit.vutbr.cz>
Pointy hat to: hrs |
21 Feb 2006 18:41:38
0.0.20060220
|
hrs  |
Add print/acroreadwrapper, a wrapper script for Adobe Reader to pick
up one of the localized versions installed according to ${LANG} or
${ADOBE_LANG} environment variable.
Discussed with: netchild and mezz |