1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to version 1.0b2

PR:		13367
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-08-26 23:08:22 +00:00
parent 07ea44896f
commit 2e789763d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21011
3 changed files with 10 additions and 11 deletions

View File

@ -1,16 +1,15 @@
# New ports collection makefile for: downloader
# Version required: 0.98
# Version required: 1.0b2
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= nt-0.98
PKGNAME= downloader-0.98
CATEGORIES= ftp www
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ \
ftp://linux.ru.net/pub/chuchelo/
DISTNAME= nt-1.0-BETA2
PKGNAME= downloader-1.0b2
CATEGORIES= ftp
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/
MAINTAINER= ijliao@csie.nctu.edu.tw

View File

@ -1 +1 @@
MD5 (nt-0.98.tar.gz) = 793aa48837857888ddd6fa8e3b066ac9
MD5 (nt-1.0-BETA2.tar.gz) = 1c7ae8178c84bdad4282a475183e652b

View File

@ -1,5 +1,5 @@
--- Makefile.orig Fri Jun 18 18:41:54 1999
+++ Makefile Tue Jun 22 17:32:18 1999
--- Makefile.orig Fri Aug 20 22:50:56 1999
+++ Makefile Thu Aug 26 14:46:36 1999
@@ -1,10 +1,10 @@
-CC = gcc
-CCPLUS = c++
@ -11,9 +11,9 @@
-GTKLIBS=`gtk-config --libs`
-GTKFLAGS=`gtk-config --cflags`
+LIBS=-pthread
+CFLAGS?=-Wall -O2
+CFLAGS+=-Wall
+GTKLIBS=`gtk12-config --libs`
+GTKFLAGS=`gtk12-config --cflags`
EXECC=$(CCPLUS) $(CFLAGS)
EXECC=$(CCPLUS) $(CFLAGS) $(GTKFLAGS)