notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: print/acroreadwrapper/Makefile
SVNWeb

Number of commits found: 24

Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Mon, 10 Feb 2014
[ 23:36 rene search for other commits by this committer ] Original commit   Revision:343713
- Convert to USES=kmod
- Add stage support
- Remove some steps from distribution Makefile already done by USES=kmod
- Specify license as 'BSD2CLAUSE' instead of just 'BSD'
- Allow packaging as user
- Simplify inclusions

Approved by:	hrs (maintainer)
Fri, 20 Sep 2013
[ 22:44 bapt search for other commits by this committer ] Original commit   Revision:327765 (Only the first 10 of 325 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 8 Feb 2013
[ 02:40 hrs search for other commits by this committer ] Original commit   Revision:311905
Fix a build breakage after r246085.

Reported by:	Steve Kargl, jhb
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
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
Wed, 20 Jun 2012
[ 07:52 hrs search for other commits by this committer ] Original commit 
Style fix: include bsd.port.pre.mk before using SRC_BASE.

PR:             ports/169218
Submitted by:   jgh
Tue, 20 Sep 2011
[ 02:17 hrs search for other commits by this committer ] Original commit 
Update to 20110920.  This fixes build on 9-CURRENT after r225617.

PR:     ports/160769
Mon, 27 Jun 2011
[ 02:52 hrs search for other commits by this committer ] Original commit 
Fix build in the case that $KERNCONF has multiple configuration files.

Spotted by:     Nicolas Rachinsky
Sun, 29 May 2011
[ 17:22 hrs search for other commits by this committer ] Original commit 
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.
Sun, 8 Aug 2010
[ 04:16 hrs search for other commits by this committer ] Original commit 
Use libgtkembedmoz from www/linux-libgtkembedmoz instead of www/linux-nvu.
Sun, 29 Mar 2009
[ 05:10 hrs search for other commits by this committer ] Original commit 
Fix post-install target.

Spotted by:     Jeff Molofee
Sat, 28 Mar 2009
[ 18:11 hrs search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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
Sat, 6 Sep 2008
[ 04:59 hrs search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
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
Sun, 13 Apr 2008
[ 18:27 hrs search for other commits by this committer ] Original commit 
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@
Fri, 4 Jan 2008
[ 20:20 hrs search for other commits by this committer ] Original commit 
Update to 20071020.  Add Adobe Reader 8 support and $ADOBE_VER
knob.
Sun, 23 Sep 2007
[ 18:28 hrs search for other commits by this committer ] Original commit 
- 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 [*]
Sat, 23 Jun 2007
[ 14:18 hrs search for other commits by this committer ] Original commit 
%%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.

Spotted by:     pointyhat
Sat, 9 Jun 2007
[ 12:44 hrs search for other commits by this committer ] Original commit 
Fix wrong variable names forgotten in the previous commit.
[ 11:18 hrs search for other commits by this committer ] Original commit 
Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directories
(and use ADOBEBASE and ACROBASE for consistency).

PR:             ports/112941
Submitted by:   edwin
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 22 Feb 2006
[ 06:58 hrs search for other commits by this committer ] Original commit 
Fix plugin directory (not under %%LINUXBASE%%).

Pointed out by: nyan
Tue, 21 Feb 2006
[ 21:57 pav search for other commits by this committer ] Original commit 
- Unbreak

Reported by:    Roman Divacky <xdivac02@stud.fit.vutbr.cz>
Pointy hat to:  hrs
[ 18:41 hrs search for other commits by this committer ] Original commit 
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

Number of commits found: 24