mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 1.20.
This commit is contained in:
parent
80a270d7d9
commit
d390b8978d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16502
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: gxedit
|
||||
# Version required: 1.19
|
||||
# Date created: 01 Jul 1998
|
||||
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
||||
# Version required: 1.20
|
||||
# Date created: 01 Jul 1998
|
||||
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1998/11/23 18:20:06 vanilla Exp $
|
||||
# $Id: Makefile,v 1.17 1999/01/17 20:06:45 vanilla Exp $
|
||||
#
|
||||
|
||||
DISTNAME= GXedit1.19
|
||||
PKGNAME= gxedit-1.19
|
||||
DISTNAME= GXedit1.20
|
||||
PKGNAME= gxedit-1.20
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://devplanet.fastethernet.net/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GXedit1.19.tar.gz) = 011aa5dd3bb68004b266abe384c1b0bc
|
||||
MD5 (GXedit1.20.tar.gz) = 1dbc80d170f628afbe094617b751cab5
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- Makefile.orig Mon Jan 18 02:19:50 1999
|
||||
+++ Makefile Mon Jan 18 02:20:38 1999
|
||||
--- Makefile.orig Tue Jan 26 02:57:31 1999
|
||||
+++ Makefile Tue Feb 2 22:57:33 1999
|
||||
@@ -1,8 +1,8 @@
|
||||
BIN_DIR =
|
||||
INSTALL_DIR = /usr/X11R6/bin/
|
||||
-CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.19\"
|
||||
+CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.19\"
|
||||
GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.4
|
||||
-CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.20\"
|
||||
+CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.20\"
|
||||
GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.6
|
||||
-LIBS = `gtk-config --libs`
|
||||
+LIBS = `gtk11d-config --libs`
|
||||
OBJS = gxedit.o net.o utils.o
|
||||
GTKEDITOR_OBJS = ../gtkeditor-0.0.4/gtkeditor/gtkeditor.o ../gtkeditor-0.0.4/regex/regex.o -L../gtkeditor-0.0.4 -lgtkeditor -lregex
|
||||
GTKEDITOR_OBJS = ../gtkeditor-0.0.6/gtkeditor/gtkeditor.o ../gtkeditor-0.0.6/regex/regex.o -L../gtkeditor-0.0.6 -lgtkeditor -lregex -lguile -ldl -ltermcap
|
||||
CC = gcc
|
||||
@@ -20,7 +20,6 @@
|
||||
$(CC) $(CFLAGS) -c utils.c
|
||||
@ -17,18 +17,18 @@
|
||||
@(rm -f ./.chk_config)
|
||||
- (cd xproc-src; make BIN_DIR=../; cd ..)
|
||||
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
|
||||
@echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
|
||||
|
||||
@@ -30,7 +29,6 @@
|
||||
gxe-with-gtkeditor:
|
||||
@@ -29,7 +28,6 @@
|
||||
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c utils.c
|
||||
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(GTKEDITOR_OBJS) $(LIBS)
|
||||
@(rm -f ./.chk_config)
|
||||
- (cd xproc-src; make BIN_DIR=../; cd ..)
|
||||
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
|
||||
@echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
|
||||
|
||||
--- gtk-shell-src/Makefile.orig Wed Nov 25 07:10:44 1998
|
||||
+++ gtk-shell-src/Makefile Mon Jan 18 02:25:08 1999
|
||||
say:
|
||||
--- gtk-shell-src/Makefile.orig Sun Jan 24 05:06:25 1999
|
||||
+++ gtk-shell-src/Makefile Tue Feb 2 22:53:06 1999
|
||||
@@ -1,6 +1,6 @@
|
||||
BIN_DIR =
|
||||
-CFLAGS = `gtk-config --cflags` -O -I. -Wall
|
||||
|
Loading…
Reference in New Issue
Block a user