Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Oct 23, 2017
1 parent 845e3d0 commit b2fe6fd
Show file tree
Hide file tree
Showing 43 changed files with 135 additions and 129 deletions.
8 changes: 4 additions & 4 deletions devel/py-xattr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# $FreeBSD$

PORTNAME= xattr
PORTVERSION= 0.7.8
PORTVERSION= 0.9.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= bland@FreeBSD.org
MAINTAINER= timur@FreeBSD.org
COMMENT= Python wrapper for extended filesystem attributes

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi

USES= python
USE_PYTHON= distutils autoplist
Expand Down
5 changes: 3 additions & 2 deletions devel/py-xattr/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (xattr-0.7.8.tar.gz) = 2710204d77e3354aa5704d10506a1a1a658e8ecc83f283cbf5d208ffe0737859
SIZE (xattr-0.7.8.tar.gz) = 13449
TIMESTAMP = 1505104135
SHA256 (xattr-0.9.2.tar.gz) = 3bbf13c2c9283a52c5dee5586a120e010217ab4e835ccfcfcabe8b22eb1f66e7
SIZE (xattr-0.9.2.tar.gz) = 22188
2 changes: 1 addition & 1 deletion devel/py-xattr/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Extended attributes extend the basic attributes of files and directories
in the file system. They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).

WWW: http://undefined.org/python/#xattr
WWW: https://github.com/xattr/xattr
2 changes: 1 addition & 1 deletion devel/rubygem-baf/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= baf
PORTVERSION= 0.12.0
PORTVERSION= 0.14.0
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions devel/rubygem-baf/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1495730477
SHA256 (rubygem/baf-0.12.0.gem) = 3ea31171b3d03949c66d22586c560d7dd866045885751d8e48f2dc41a662d7bb
SIZE (rubygem/baf-0.12.0.gem) = 8192
TIMESTAMP = 1508647391
SHA256 (rubygem/baf-0.14.0.gem) = 286ac99f6e2a3a2287d805f7fb70ba251e924ebae4457e2aebe0d56a3b86af1b
SIZE (rubygem/baf-0.14.0.gem) = 8192
12 changes: 4 additions & 8 deletions dns/dns2blackhole/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= dns2blackhole
PORTVERSION= 0.0
PORTVERSION= 0.1
CATEGORIES= dns
MASTER_SITES= SF/${PORTNAME}

Expand All @@ -14,21 +14,17 @@ LICENSE= BSD2CLAUSE
USES= tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message

OPTIONS_DEFINE= DOCS

do-install:
.for f in dns2blackhole-update1 dns2blackhole-update2 dns2blackhole-sanitize \
dns2blackhole-sanitize dns2blackhole-sort-fqdn dns2blackhole-whitelist
dns2blackhole-sort-fqdn dns2blackhole-whitelist
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/dns2blackhole-unbound.conf \
${STAGEDIR}${ETCDIR}/dns2blackhole-unbound.conf.sample

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/dns2blackhole-intro ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/dns2blackhole.8 \
${STAGEDIR}${MAN8PREFIX}/man/man8

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions dns/dns2blackhole/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1507239011
SHA256 (dns2blackhole-0.0.tar.bz2) = ef5d9e36bcc4cfdac7edaab8d115102a4145cd6deba24f013898bf915c989990
SIZE (dns2blackhole-0.0.tar.bz2) = 8993
TIMESTAMP = 1508705821
SHA256 (dns2blackhole-0.1.tar.bz2) = 23d412aa13a9a5e45f6d901f65794760568c39098400e5fd23ead6d401c5ca11
SIZE (dns2blackhole-0.1.tar.bz2) = 9540
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

Malware Prevention through Domain Blocking (Black Hole)

For configuration and usage information read
%%DOCSDIR%%/dns2blackhole-intro
Issue "man dns2blackhole" For configuration and usage information

########################################################################
6 changes: 3 additions & 3 deletions dns/dns2blackhole/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin/dns2blackhole-update1
bin/dns2blackhole-update2
bin/dns2blackhole-sanitize
bin/dns2blackhole-sort-fqdn
bin/dns2blackhole-update1
bin/dns2blackhole-update2
bin/dns2blackhole-whitelist
@sample %%ETCDIR%%/dns2blackhole-unbound.conf.sample
%%PORTDOCS%%%%DOCSDIR%%/dns2blackhole-intro
man/man8/dns2blackhole.8.gz
2 changes: 1 addition & 1 deletion irc/irssi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= irssi
PORTVERSION= 1.0.4
PORTVERSION= 1.0.5
PORTEPOCH= 1
CATEGORIES?= irc
MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
Expand Down
6 changes: 3 additions & 3 deletions irc/irssi/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1499522690
SHA256 (irssi-1.0.4.tar.xz) = b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca
SIZE (irssi-1.0.4.tar.xz) = 1030956
TIMESTAMP = 1508693847
SHA256 (irssi-1.0.5.tar.xz) = c2556427e12eb06cabfed40839ac6f57eb8b1aa6365fab6dfcd331b7a04bb914
SIZE (irssi-1.0.5.tar.xz) = 1032308
2 changes: 1 addition & 1 deletion java/linux-oracle-jdk18/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ONLY_FOR_ARCHS= i386 amd64
JDK_VENDOR= oracle
JDK_VERSION= 8
JDK_INTERNAL_VERSION= 1.${JDK_VERSION}.0
JDK_UPDATE_VERSION= 144
JDK_UPDATE_VERSION= 152
.if ${JDK_UPDATE_VERSION} == 0
DL_JDK_VERSION= ${JDK_INTERNAL_VERSION}
.elif ${JDK_UPDATE_VERSION} <= 9
Expand Down
10 changes: 5 additions & 5 deletions java/linux-oracle-jdk18/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1502382949
SHA256 (jdk-8u144-linux-i586.tar.gz) = 624c090647629394ef0ee08d9d8ac5d3d5a9a60fa245fefb2eb417c36c7cb7c4
SIZE (jdk-8u144-linux-i586.tar.gz) = 188157665
SHA256 (jdk-8u144-linux-i586-demos.tar.gz) = 3e8f02f32b129d681f5f2a0178373d750f4c2352acf55785fdca70c8f9aaf595
SIZE (jdk-8u144-linux-i586-demos.tar.gz) = 55071167
TIMESTAMP = 1508700558
SHA256 (jdk-8u152-linux-i586.tar.gz) = fc60b121d4b194fa70084fd0ca0d69e8b78e5db01a071efe200e90eed83c4c3e
SIZE (jdk-8u152-linux-i586.tar.gz) = 192699649
SHA256 (jdk-8u152-linux-i586-demos.tar.gz) = 0a12f9f08e863a75685b11a66f31e990140777b1a8762cb30d9d617a3a0144a5
SIZE (jdk-8u152-linux-i586-demos.tar.gz) = 55096721
7 changes: 5 additions & 2 deletions java/linux-oracle-jdk18/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bar/image/van-s.png
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bar/stacked/preview.png
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bar/stacked/[email protected]
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bubble/BubbleChart.css
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bubble/preview.png
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/bubble/[email protected]
%%DEMO%%%%T%%/demo/javafx_samples/src/Ensemble8/src/samples/resources/ensemble/samples/charts/candlestick/CandleStickChart.css
Expand Down Expand Up @@ -1846,14 +1847,16 @@
%%T%%/jre/lib/psfontj2d.properties
%%T%%/jre/lib/resources.jar
%%T%%/jre/lib/rt.jar
%%T%%/jre/lib/security/US_export_policy.jar
%%T%%/jre/lib/security/blacklist
%%T%%/jre/lib/security/blacklisted.certs
%%T%%/jre/lib/security/cacerts
%%T%%/jre/lib/security/java.policy
%%T%%/jre/lib/security/java.security
%%T%%/jre/lib/security/javaws.policy
%%T%%/jre/lib/security/local_policy.jar
%%T%%/jre/lib/security/policy/limited/US_export_policy.jar
%%T%%/jre/lib/security/policy/limited/local_policy.jar
%%T%%/jre/lib/security/policy/unlimited/US_export_policy.jar
%%T%%/jre/lib/security/policy/unlimited/local_policy.jar
%%T%%/jre/lib/security/trusted.libraries
%%T%%/jre/lib/sound.properties
%%T%%/jre/lib/tzdb.dat
Expand Down
15 changes: 9 additions & 6 deletions java/linux-oracle-jdk9/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# $FreeBSD$

PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
CATEGORIES= java devel
MASTER_SITES= #
PKGNAMEPREFIX= linux-${JDK_VENDOR}-
PKGNAMESUFFIX= ${JDK_VERSION}
DISTNAME= jdk-${JDK_VERSION}_linux-x64_bin
DISTNAME= jdk-${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}_linux-x64_bin

MAINTAINER= [email protected]
COMMENT= Oracle Java ${JDK_VERSION} Development Kit for Linux

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= javavm:java/javavmwrapper

RESTRICTED= Redistribution of repackaged binaries not permitted
Expand All @@ -26,12 +26,15 @@ USE_LINUX= xorglibs
JDK_VENDOR= oracle
JDK_VERSION= 9
JDK_UPDATE_VERSION= 0
JDK_PATCH_VERSION= 1
.if ${JDK_PATCH_VERSION} == 0
.if ${JDK_UPDATE_VERSION} == 0
DL_JDK_VERSION= ${JDK_VERSION}
.elif ${JDK_UPDATE_VERSION} <= 9
DL_JDK_VERSION= ${JDK_VERSION}_0${JDK_UPDATE_VERSION}
.else
DL_JDK_VERSION= ${JDK_VERSION}_${JDK_UPDATE_VERSION}
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}
.endif
.else
DL_JDK_VERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION}
.endif
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html

Expand Down
6 changes: 3 additions & 3 deletions java/linux-oracle-jdk9/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1506198886
SHA256 (jdk-9_linux-x64_bin.tar.gz) = 1c6d783a54fcc0673ed1f8c5e8650b1d8977ca3e856a03fba0090198e0f16f6d
SIZE (jdk-9_linux-x64_bin.tar.gz) = 346271941
TIMESTAMP = 1508698636
SHA256 (jdk-9.0.1_linux-x64_bin.tar.gz) = 2cdaf0ff92d0829b510edd883a4ac8322c02f2fc1beae95d048b6716076bc014
SIZE (jdk-9.0.1_linux-x64_bin.tar.gz) = 354531775
3 changes: 2 additions & 1 deletion java/linux-oracle-jdk9/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
%%T%%/conf/security/policy/unlimited/default_local.policy
%%T%%/conf/sound.properties
%%T%%/include/classfile_constants.h
%%T%%/include/freebsd
%%T%%/include/ir.idl
%%T%%/include/jawt.h
%%T%%/include/jdwpTransport.h
Expand Down Expand Up @@ -277,7 +278,7 @@
%%T%%/legal/javafx.swing/LICENSE
%%T%%/legal/javafx.web/COPYRIGHT
%%T%%/legal/javafx.web/LICENSE
%%T%%/legal/javafx.web/icu_v48.md
%%T%%/legal/javafx.web/icu_v51.md
%%T%%/legal/javafx.web/libxml2.md
%%T%%/legal/javafx.web/libxslt.md
%%T%%/legal/javafx.web/webkit.md
Expand Down
2 changes: 1 addition & 1 deletion java/linux-oracle-jre18/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS= i386 amd64
JRE_VENDOR= oracle
JRE_VERSION= 8
JRE_INTERNAL_VERSION= 1.${JRE_VERSION}.0
JRE_UPDATE_VERSION= 144
JRE_UPDATE_VERSION= 152
.if ${JRE_UPDATE_VERSION} == 0
DL_JRE_VERSION= ${JRE_INTERNAL_VERSION}
.elif ${JRE_UPDATE_VERSION} <= 9
Expand Down
6 changes: 3 additions & 3 deletions java/linux-oracle-jre18/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1502383119
SHA256 (jre-8u144-linux-i586.tar.gz) = 9ac5b0d6cda9279a4959a6eb635d849d745a37dafc24666539d1c8f7d76ab77a
SIZE (jre-8u144-linux-i586.tar.gz) = 78658631
TIMESTAMP = 1508706418
SHA256 (jre-8u152-linux-i586.tar.gz) = 1d0c9202fbed3136d46674547b92d467e28b6256dce5d1793c55c284c285a14d
SIZE (jre-8u152-linux-i586.tar.gz) = 83131659
6 changes: 4 additions & 2 deletions java/linux-oracle-jre18/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,16 @@
%%T%%/lib/psfontj2d.properties
%%T%%/lib/resources.jar
%%T%%/lib/rt.jar
%%T%%/lib/security/US_export_policy.jar
%%T%%/lib/security/blacklist
%%T%%/lib/security/blacklisted.certs
%%T%%/lib/security/cacerts
%%T%%/lib/security/java.policy
%%T%%/lib/security/java.security
%%T%%/lib/security/javaws.policy
%%T%%/lib/security/local_policy.jar
%%T%%/lib/security/policy/limited/US_export_policy.jar
%%T%%/lib/security/policy/limited/local_policy.jar
%%T%%/lib/security/policy/unlimited/US_export_policy.jar
%%T%%/lib/security/policy/unlimited/local_policy.jar
%%T%%/lib/security/trusted.libraries
%%T%%/lib/sound.properties
%%T%%/lib/tzdb.dat
Expand Down
15 changes: 9 additions & 6 deletions java/linux-oracle-jre9/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# $FreeBSD$

PORTNAME= jre
PORTVERSION= ${JRE_VERSION}.${JRE_UPDATE_VERSION}
PORTVERSION= ${JRE_VERSION}.${JRE_UPDATE_VERSION}.${JRE_PATCH_VERSION}
CATEGORIES= java
MASTER_SITES= #
PKGNAMEPREFIX= linux-${JRE_VENDOR}-
PKGNAMESUFFIX= ${JRE_VERSION}
DISTNAME= jre-${JRE_VERSION}_linux-x64_bin
DISTNAME= jre-${JRE_VERSION}.${JRE_UPDATE_VERSION}.${JRE_PATCH_VERSION}_linux-x64_bin

MAINTAINER= [email protected]
COMMENT= Oracle Java ${JRE_VERSION} Runtime Environment for Linux

ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS= amd64
RUN_DEPENDS= javavm:java/javavmwrapper

RESTRICTED= Redistribution of repackaged binaries not permitted
Expand All @@ -26,12 +26,15 @@ USE_LINUX= xorglibs
JRE_VENDOR= oracle
JRE_VERSION= 9
JRE_UPDATE_VERSION= 0
JRE_PATCH_VERSION= 1
.if ${JRE_PATCH_VERSION} == 0
.if ${JRE_UPDATE_VERSION} == 0
DL_JRE_VERSION= ${JRE_VERSION}
.elif ${JRE_UPDATE_VERSION} <= 9
DL_JRE_VERSION= ${JRE_VERSION}_0${JRE_UPDATE_VERSION}
.else
DL_JRE_VERSION= ${JRE_VERSION}_${JRE_UPDATE_VERSION}
DL_JRE_VERSION= ${JRE_VERSION}.${JRE_UPDATE_VERSION}
.endif
.else
DL_JRE_VERSION= ${JRE_VERSION}.${JRE_UPDATE_VERSION}.${JRE_PATCH_VERSION}
.endif
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html

Expand Down
6 changes: 3 additions & 3 deletions java/linux-oracle-jre9/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1507253731
SHA256 (jre-9_linux-x64_bin.tar.gz) = abf54b9905850851ae5de10db1d664ca0625c79ccd505c5e3fc62f6d969424a2
SIZE (jre-9_linux-x64_bin.tar.gz) = 82909677
TIMESTAMP = 1508699881
SHA256 (jre-9.0.1_linux-x64_bin.tar.gz) = 3c64953465e98dbab0e449954a918fada703cd0341aa98cff68854852663ee86
SIZE (jre-9.0.1_linux-x64_bin.tar.gz) = 86986075
2 changes: 1 addition & 1 deletion java/linux-oracle-jre9/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
%%T%%/legal/javafx.swing/LICENSE
%%T%%/legal/javafx.web/COPYRIGHT
%%T%%/legal/javafx.web/LICENSE
%%T%%/legal/javafx.web/icu_v48.md
%%T%%/legal/javafx.web/icu_v51.md
%%T%%/legal/javafx.web/libxml2.md
%%T%%/legal/javafx.web/libxslt.md
%%T%%/legal/javafx.web/webkit.md
Expand Down
2 changes: 1 addition & 1 deletion multimedia/mkvtoolnix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= mkvtoolnix
PORTVERSION= 16.0.0
PORTVERSION= 17.0.0
CATEGORIES= multimedia audio
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
https://mkvtoolnix.download/sources/
Expand Down
6 changes: 3 additions & 3 deletions multimedia/mkvtoolnix/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1506850384
SHA256 (mkvtoolnix-16.0.0.tar.xz) = 5dfb2517003f69f3d8b942751200122c2e4cad2a8675b6fc2dfaad5c98e946e0
SIZE (mkvtoolnix-16.0.0.tar.xz) = 4607360
TIMESTAMP = 1508693199
SHA256 (mkvtoolnix-17.0.0.tar.xz) = 9faf7996b84eb68c2b1738ec27217d24480731b24d31c81fbef19daa5844992e
SIZE (mkvtoolnix-17.0.0.tar.xz) = 4606064
2 changes: 1 addition & 1 deletion net/3proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= 3proxy
PORTVERSION= 0.8.10
PORTVERSION= 0.8.11
CATEGORIES= net

MAINTAINER= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions net/3proxy/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1498592146
SHA256 (z3APA3A-3proxy-0.8.10_GH0.tar.gz) = 31af5c37bc37c90626ff689e0dcd412bbce19cdd124e3d3a09421898b4f760c2
SIZE (z3APA3A-3proxy-0.8.10_GH0.tar.gz) = 497026
SHA256 (z3APA3A-3proxy-0.8.11_GH0.tar.gz) = fc4295e1a462baa61977fcc21747db7861c4e3d0dcca86cbaa3e06017e5c66c9
SIZE (z3APA3A-3proxy-0.8.11_GH0.tar.gz) = 497117
8 changes: 4 additions & 4 deletions net/3proxy/files/patch-Makefile.unix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- Makefile.unix.orig 2016-01-19 22:20:05 UTC
--- Makefile.unix.orig 2017-10-19 14:54:31 UTC
+++ Makefile.unix
@@ -8,18 +8,18 @@
# library support. Add -DSAFESQL for poorely written ODBC library / drivers.
Expand All @@ -9,7 +9,7 @@

# you may need -L/usr/pkg/lib for older NetBSD versions
-CFLAGS = -g -O2 -c -pthread -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
+CFLAGS = -c %%CFLAGS%% -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
+CFLAGS = -c -O2 -pipe -fstack-protector -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
COUT = -o
-LN = gcc
-LDFLAGS = -O2 -pthread
Expand All @@ -22,5 +22,5 @@
-DLSUFFICS = .ld.so
+DLSUFFICS = .so
LIBS =
LNOUT = -o
EXESUFFICS =
LIBSPREFIX = -l
LIBSSUFFIX =
Loading

0 comments on commit b2fe6fd

Please sign in to comment.