diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-31 10:23:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-31 10:23:49 +0000 |
commit | 703a9826c81fe99a6d02b0ced70911039d040209 (patch) | |
tree | d353c55575f2a9e1eac0ec821a72d35d7afbc42c /ports-mgmt | |
parent | 780442ee14a2d10e685f07e3c73b2f3b2bf09ac3 (diff) | |
download | ports-703a9826c81fe99a6d02b0ced70911039d040209.tar.gz ports-703a9826c81fe99a6d02b0ced70911039d040209.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index fd910c17bcd2..49a6f9db8c41 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.a5 +DISTVERSION= 1.3.0.a6 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/pkg/ \ @@ -18,6 +18,8 @@ LICENSE= BSD2CLAUSE # Disable CCACHE support because of the chicken/egg problem pkg should always # With no dependency at all NO_CCACHE= yes +WITH_DEBUG= yes +CFLAGS+= -O0 -g USE_LDCONFIG= yes USES= tar:xz GNU_CONFIGURE= yes diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 04ffd3020137..93eddd4bd1a9 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.3.0.a5.tar.xz) = 7e723d50acff314dc6cc1dc670a014b08fc1bed0a4d00efd6df2052e8278fa60 -SIZE (pkg-1.3.0.a5.tar.xz) = 1668112 +SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417 +SIZE (pkg-1.3.0.a6.tar.xz) = 1645396 |