pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/51291 (openssl build fails on MacOS X 10.4.11 powerpc)



The following reply was made to PR pkg/51291; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51291 (openssl build fails on MacOS X 10.4.11 powerpc)
Date: Tue, 5 Jul 2016 17:56:34 -0500 (CDT)

 On Tue, 5 Jul 2016, Sevan Janiyan wrote:
 
 > On 05/07/2016 23:00, John D. Baker wrote:
 > > except for my custom "mk.conf" and a couple of customized config
 > > files for other package).
 >
 > What's in your custom mk.conf?
 
 Just the standard definitions from the bootstrap example plus
 customizations for my build environment:
 
 # Example /usr/pkg/etc/mk.conf file produced by bootstrap-pkgsrc
 # Tue Jul  5 15:07:43 CDT 2016
 
 .ifdef BSD_PKG_MK	# begin pkgsrc settings
 
 ABI=			32
 PKGSRC_COMPILER=	gcc
 
 PKG_DBDIR=		/usr/pkg/var/db/pkg
 LOCALBASE=		/usr/pkg
 VARBASE=		/usr/pkg/var
 PKG_TOOLS_BIN=		/usr/pkg/sbin
 PKGINFODIR=		info
 PKGMANDIR=		man
 
 # Above are the values from the bootstrap process.
 # Below are customizations for build environment and package options.
 
 WRKOBJDIR=		/Volumes/d0/tmp/pkgsrc
 
 FAILOVER_FETCH=yes
 
 PAPERSIZE=Letter
 
 MAKE_JOBS != echo $$(($$(sysctl -n hw.ncpu) + 1))
 
 LOCALPATCHES=/usr/pkgsrc/../localpatches
 
 PKG_DEFAULT_OPTIONS+=pam ssl jack -cups -pulseaudio
 
 PKG_OPTIONS.thunderbird+=-mozilla-lightning
 PKG_OPTIONS.irssi+=perl
 PKG_OPTIONS.nmap+=zenmap ndiff lua
 PKG_OPTIONS.uircd+=unrealircd-ziplinks
 UIRCD_HOME=/home/unrealircd
 PKG_OPTIONS.ffmpeg+=faac opencore-amr
 PKG_OPTIONS.ffmpeg010+=${PKG_OPTIONS.ffmpeg}
 PKG_OPTIONS.ffmpeg2+=${PKG_OPTIONS.ffmpeg} fdk-aac gnutls x265 xcb
 PKG_OPTIONS.ffmpeg3+=${PKG_OPTIONS.ffmpeg2}
 PKG_OPTIONS.cups+=acl tcpwrappers
 PKG_OPTIONS.samba+=-ldap -ads -winbind
 PKG_OPTIONS.mplayer+=aalib arts caca dts ggi mplayer-real #debug
 PKG_OPTIONS.gmplayer+=${PKG_OPTIONS.mplayer}
 PKG_OPTIONS.mencoder+=faad dts #debug
 PKG_OPTIONS.xscreensaver+=webcollage
 PKG_OPTIONS.gs_type=ghostscript-agpl
 PKG_OPTIONS.fvwm-crystal+=hsetroot urxvt -aterm
 PKG_OPTIONS.apcupsd+=-cgi
 PKG_OPTIONS.links+=svg
 PKG_OPTIONS.memtestplus+=serialconsole
 #PKG_OPTIONS.libmikmod+=esound
 
 .if "${PKGPATH}" == "security/sudo" || "${PKGPATH}" == "wip/sudo"
 CONFIGURE_ARGS+= --with-insults --with-all-insults
 PKG_PRESERVE=	yes
 .endif
 
 LIBDVDCSS_MASTER_SITES+=[redacted]
 
 .endif			# end pkgsrc settings
 
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index