aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.openssl.mk
Commit message (Collapse)AuthorAgeFilesLines
* - bugfix, commited wrong patchdinoex2008-03-301-2/+2
|
* - remove OPENSSL_OVERWRITE_BASEdinoex2008-03-301-6/+5
| | | | | | Suggestet by: tmclaugh - ignore returncode from grep to be kind to portmaster
* - fix DESTDIR for config stagedinoex2007-08-061-3/+3
|
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-7/+7
| | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - fix an warning when compat5x-i386-5.4.0.8_7 is instalelddinoex2006-10-081-2/+2
| | | | Submitted by: Dmitry Marakasov
* - fix a warning when compat5x-i386-5.4.0.8_7 is installeddinoex2006-10-081-2/+2
| | | | Submitted by: Dmitry Marakasov
* - auto detect OPENSSL_PORT from installed package when not set in /etc/make.confdinoex2006-10-071-3/+16
| | | | | | | | | | | this avoids recording of conflicting dependencies Suggested by: rafan - Fix A Comment - Capialisatzion PR: edwin Submitted by: 104019
* Add support for DESTDIR part I.erwin2006-08-041-5/+5
| | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
* - bump shared lib versions for FreeBSD > 6.0dinoex2006-05-251-6/+12
| | | | | | | | libssl.o in the base was bumped, but still uses old ABI KDE crashes, as it does not honor LDFLAGS / -rpath= - solving regression for OpenOffice users Reported by: Michel Talon
* - detect OPENSSL_OVERWRITE_BASEdinoex2006-05-011-1/+2
| | | | | PR: 93595 Submitted by: Michael Scheidell
* - reorder osversion checkdinoex2005-11-121-13/+10
| | | | PR: 88825
* - change port directory for RELENG_6_0dinoex2005-11-081-1/+2
|
* - RELENG_6_0 check limited to portdinoex2005-11-081-1/+3
| | | | | PR: 88645 Submitted by: NIIMI Satoshi
* - force FreeBSD 6.0 to use 0.9.7dinoex2005-11-081-1/+7
| | | | - honor WITHOUT_OPENSSL_097
* - add option WITH_OPENSSL_STABLEdinoex2005-10-141-6/+13
|
* - bump SHLIB version for opessl 0.9.8dinoex2005-10-041-3/+6
|
* - drop vulnerability checkdinoex2005-07-281-14/+2
|
* - update for 0.9.7gdinoex2005-04-151-2/+2
|
* - update for openssl 0.9.7fdinoex2005-04-031-2/+2
|
* - reflect fips import in the basedinoex2004-11-231-2/+2
| | | | | PR: 74275 Submitted by: freebsd@simplerezo.com
* - mark 0.9.7e as validdinoex2004-11-011-2/+2
|
* - Fix defaulting to openssl in basedinoex2004-05-131-1/+3
|
* - Don't build with openssl port when base version is staledinoex2004-05-121-3/+6
| | | | PR: 66007
* - Fix dependency problemdinoex2004-04-081-6/+3
| | | | | drop LIB_DEPENDS in favor of BUILD_DEPENDS and RUN_DEPENDS Reported by: oliver
* - Fix dependecy problemdinoex2004-04-081-1/+6
| | | | | | It could happen that bsd.port.mk think that the correct lib is installed, by picking up a shared lib in the wrong directory. Reported by: oliver
* - update Security checkdinoex2004-03-181-4/+5
| | | | | | | - use OPENSSL_VERSION_TEXT for detection. Security: version in base must be 0.9.7d or have fixes http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssl/crypto/opensslv.h
* Here come the patches!marcus2004-01-201-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25]
* - fixes a comment that did no longer match.dinoex2003-12-051-3/+2
| | | | Submitted by: seanc
* - detect OpenSSL 0.9.7c in base as good.dinoex2003-10-031-2/+2
|
* - accept OPENSSLVER 0x0090609fLdinoex2003-09-031-2/+3
| | | | PR: 56295
* - drop !empty(LDFLAGS)dinoex2003-08-311-2/+2
| | | | LDFLAGS might me defined with a variable that gets set later
* - new option USE_OPENSSL_RPATHdinoex2003-08-301-7/+18
| | | | | | | to pass RFLAGS options in CFLAGS, needed for ports who don't use LDFLAGS - honor when WITHOUT_OPENSSL is set PR: 56113
* - add a MAINTAINER linedinoex2003-08-271-1/+3
|
* - Fixes problem when base has no openssl installeddinoex2003-05-081-2/+3
| | | | Submitted by: marius@alchemy.franken.de
* - new Overrideable defaults: OPENSSL_SHLIBVER and OPENSSL_PORTdinoex2003-04-161-14/+23
| | | | - set CFLAGS and LDFLAGS to link the correct libs
* - Change all USE_OPENSSL_* to WITH_OPENSSL_*dinoex2003-04-131-12/+20
|
* - defaults to STABLE/CURRENT shared lib versiondinoex2003-04-071-4/+4
|
* - rename Makefile.ssl to bsd.openssl.mkdinoex2003-04-041-0/+108