From 51527ddb1090af6e0c022c218e73313b54433b39 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 30 Apr 2000 00:12:03 +0000 Subject: Respect C{,XX}FLAGS. PR: 18242 Submitted by: Mikhail Teterin --- deskutils/ical/files/patch-ac | 18 ++++++++++++++++++ deskutils/ical/files/patch-ad | 10 ++++++++++ deskutils/ical/files/patch-ae | 10 ++++++++++ deskutils/ical/files/patch-af | 11 +++++++++++ 4 files changed, 49 insertions(+) create mode 100644 deskutils/ical/files/patch-ac create mode 100644 deskutils/ical/files/patch-ad create mode 100644 deskutils/ical/files/patch-ae create mode 100644 deskutils/ical/files/patch-af diff --git a/deskutils/ical/files/patch-ac b/deskutils/ical/files/patch-ac new file mode 100644 index 000000000000..962fcb69d94e --- /dev/null +++ b/deskutils/ical/files/patch-ac @@ -0,0 +1,18 @@ +--- Makefile.in.orig Sat Apr 29 15:16:02 2000 ++++ Makefile.in Sat Apr 29 15:16:28 2000 +@@ -59,14 +59,11 @@ + # Tiny bundled executable uses shared versions of tcl/tk libraries + TINY_BLIBS = $(LIBS) + +- OPTF = -O +- +- CXXFLAGS = $(OPTF) + CXXINCS = -I. -I$(srcdir) -I$(srcdir)/calendar \ + -I$(srcdir)/types -I$(srcdir)/time \ + $(X_CFLAGS) -I@TCL_INCDIR@ -I@TK_INCDIR@ + +- CFLAGS = $(OPTF) -I. -I$(srcdir) $(X_CFLAGS) ++ CFLAGS += -I. -I$(srcdir) $(X_CFLAGS) + + OBJS = cal_tcl.o dateeditor.o dispatch.o ical.o ical_tcl.o \ + item_tcl.o object.o time_tcl.o @LIBOBJS@ diff --git a/deskutils/ical/files/patch-ad b/deskutils/ical/files/patch-ad new file mode 100644 index 000000000000..8b05de5fdf0a --- /dev/null +++ b/deskutils/ical/files/patch-ad @@ -0,0 +1,10 @@ +--- calendar/Makefile.in.orig Sat Apr 29 15:16:46 2000 ++++ calendar/Makefile.in Sat Apr 29 15:16:54 2000 +@@ -12,7 +12,6 @@ + AR = ar + ECHO = echo + +- CXXFLAGS = -O + CXXINCS = -I.. -I$(srcdir) -I$(srcdir)/../types -I$(srcdir)/../time + + CXXOBJS = arrays.o calendar.o calfile.o dateset.o item.o\ diff --git a/deskutils/ical/files/patch-ae b/deskutils/ical/files/patch-ae new file mode 100644 index 000000000000..5a03584dbdba --- /dev/null +++ b/deskutils/ical/files/patch-ae @@ -0,0 +1,10 @@ +--- time/Makefile.in.orig Sat Apr 29 15:17:20 2000 ++++ time/Makefile.in Sat Apr 29 15:17:25 2000 +@@ -11,7 +11,6 @@ + ECHO = echo + RANLIB = @RANLIB@ + +- CXXFLAGS = -O + CXXINCS = -I.. -I$(srcdir) + OBJS = Date.o Month.o Time.o WeekDay.o Year.o parse.o + TESTS = testparse diff --git a/deskutils/ical/files/patch-af b/deskutils/ical/files/patch-af new file mode 100644 index 000000000000..178be09f0022 --- /dev/null +++ b/deskutils/ical/files/patch-af @@ -0,0 +1,11 @@ +--- types/Makefile.in.orig Sat Apr 29 15:17:47 2000 ++++ types/Makefile.in Sat Apr 29 15:17:56 2000 +@@ -12,7 +12,7 @@ + ECHO = echo + RANLIB = @RANLIB@ + +- CXXFLAGS = -O $(DEFS) ++ CXXFLAGS = $(DEFS) + CXXINCS = -I$(srcdir) + OBJS = bitvec.o hashfuncs.o intset.o + TESTS = testarray testbv testomap testoset timemap testhash testmap\ -- cgit .2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - cleanup after gnustep-make-2.0.1dinoex2007-07-231-1/+0
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-7/+2
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+2
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-122-9/+2
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-5/+1
* - Runs on 7.0-CURRENT with compat6xpav2007-07-081-0/+4
* - Update to version 9rafan2007-07-083-1313/+1505
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-064-6/+6
* chase math/gsl lib versionijliao2007-06-291-2/+2
* Bump to v0.16.aaron2007-06-203-6/+53
* - Fix the build with GCC 4.2danfe2007-06-192-7/+32
* - Fix typos.miwi2007-05-311-3/+3
* - Update to 1.43miwi2007-05-304-92/+167
* BROKEN: Unfetchablekris2007-05-271-0/+2
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* - update for gnustep-make-2.0.0dinoex2007-05-252-71/+79
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
* swap MASTER_SITES to improve fetchiness on pointyhat which is blocked from da...edwin2007-05-251-4/+2
* BROKEN: Unfetchablekris2007-05-251-0/+2
* - Chase openbabel updatepav2007-05-251-2/+2
* - Welcome X.org 7.2 \o/.flz2007-05-2035-20/+40
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+2
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-6/+2
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1
* Use my @FreeBSD.org address.nemoliu2007-04-301-1/+1
* - Update to 4.5clsung2007-04-243-14/+13
* - Unbreakmiwi2007-04-211-3/+3
* BROKEN: Unfetchablekris2007-04-201-0/+2
* [patch] cleanup non-supported FreeBSD versionsedwin2007-04-173-41/+1
* Remove always-true condition due to OSVERSIONedwin2007-04-161-1/+1
* - Remove unreachable OSVERSION code.edwin2007-04-161-13/+9
* - Fix after objformat removalpav2007-03-291-0/+3
* - Update to 1.5-beta2miwi2007-03-273-13/+14
* - MASTER_SITE is back, remove BROKENgabor2007-03-171-2/+0
* Reset razi@genet.sickkids.on.ca due to maintainer-timeouts and no response tolinimon2007-03-141-1/+1
* Reset dbader@eece.unm.edu due to maintainer-timeouts.linimon2007-03-111-1/+1
* Reset dbader@eece.unm.edu due to maintainer-timeout. While here, fix fetch.linimon2007-03-111-2/+2
* Reset chuynh@biolateral.com.au: address bounces.linimon2007-03-112-2/+2
* - Update to 4.96miwi2007-03-093-10/+143
* - Update to 34.26.2miwi2007-03-092-8/+6
* - Release distfile was renamed.miwi2007-03-082-5/+5
* BROKEN: Unfetchablekris2007-02-271-0/+2
* - mark ignore on FreeBSD 5.xdinoex2007-02-191-1/+7
* Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-111-0/+2
* Update to 0.99rc6.maho2007-02-092-5/+5
* BROKEN: Does not buildkris2007-02-051-0/+2
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* - add category gnustepdinoex2007-02-012-2/+2
* Build fix.maho2007-01-291-1/+2
* Update to 3.66itetcu2007-01-282-4/+4
* Fix master sites, un-deprecate and update biology/recombine to 1.41.vd2007-01-254-86/+19
* Remove expired leaf port:vd2007-01-256-78/+0
* Get rid of biology/coalesce dependency, it is deprecated and will be removedvd2007-01-251-2/+2
* Fix master site and un-deprecatevd2007-01-251-4/+1
* - Fix typomiwi2007-01-231-1/+1
* - Project moves to a new home. Change MASTER_SITES and WWWrafan2007-01-232-2/+2
* Fix build.maho2007-01-191-1/+1
* Forgot to commit a patch. Fixes build.maho2007-01-191-0/+20
* * Migrate to gfortran.maho2007-01-172-13/+11
* . change dependencies: shells/bash2 -> shells/bash;bsam2007-01-171-1/+2
* * Migrate to gfortran.maho2007-01-161-5/+4
* - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+3
* * Migrate to gfortran.maho2007-01-122-2/+7
* Using gfortran42 only. not using gcc42.maho2007-01-121-3/+5
* Using only gfortran42. not gcc42.maho2007-01-122-6/+10
* * Add dummy knob WANT_FORTRAN for future gfortranmaho2007-01-092-127/+147
* migrated to gfortran.maho2007-01-091-0/+3
* Migrated to gfortran.maho2007-01-093-6/+13
* The BioCocoa framework provides developers with the opportunity to adddinoex2006-12-305-0/+45
* - Update to 1.0.1miwi2006-12-303-97/+98
* Update to v0.15aaron2006-12-283-40/+40
* Reset tonymaher@optusnet.com.au due to maintainer-timeouts and no responselinimon2006-12-265-5/+5
* - Update to 5.1.2miwi2006-12-2411-236/+308
* - Update to 1.03rafan2006-12-193-105/+42
* Reset dbader@ece.unm.edu due to timeouts and no response to email.linimon2006-12-132-2/+2
* Reset whitekid@gmail.com after timeouts and no response to email.linimon2006-12-131-1/+1
* - Update to 2.1.3gabor2006-12-104-33/+19
* - Deprecategabor2006-12-103-0/+9
* - Local/Tools/Resources now globaldinoex2006-12-091-1/+0
* - Respect X11BASErafan2006-12-091-0/+5
* - Update to 0.14laszlof2006-12-074-56/+48
* - Mark broken on amd64 < 6. We got followingrafan2006-12-041-0/+4
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
* - Respect X11BASErafan2006-12-031-1/+1
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+2
* - Respect X11BASEmiwi2006-11-281-2/+2
* - Update to 1.91rafan2006-11-273-38/+5
* - Upgrade to the latest beta and unbreak;thierry2006-11-224-230/+274
* - cleanup patchesdinoex2006-11-131-3/+0
* - fix build on non i386 archsdinoex2006-11-101-2/+2
* Adun is a new extendible molecular simulation program that alsodinoex2006-11-1010-0/+607
* - Update to 1.42miwi2006-10-313-121/+90
* - Update to 34.t26.b3miwi2006-10-313-4/+7
* Distfile now checksums successfully.lawrance2006-10-151-4/+0
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-5/+7
* - Add hmmer 5.09 applicationpav2006-10-104-10/+38
* Chase pdf library and bump PORTREVISION.ale2006-10-091-1/+2
* - Allow wxWidgets 2.6 alongside 2.4, this port works with bothpav2006-10-091-4/+3
* - Update to 0.98dclsung2006-10-062-4/+4
* Add gmap 2006.04.21, a Genomic Mapping and Alignment Program for mRNAclsung2006-09-298-0/+105
* Unbreak: molden has been updated on Aug 17, with the same DISTNAME.thierry2006-09-174-23/+35
* Fix build on amd64maho2006-09-172-4/+4
* BROKEN on amd64 and ia64: Does not buildkris2006-09-171-0/+4
* BROKEN: Size mismatch. Since this is unmaintained, deprecate and schedulekris2006-09-041-0/+4
* NO_CDROM and NO_PACKAGE are not appropriate herekris2006-09-031-3/+1
* Schedule these broken ports for termination on 2006-12-01kris2006-09-032-0/+4
* Folding@Home is a distributed computing project -- people from through out thepav2006-08-295-0/+61
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1
* Mark as broken for i386 4.xedwin2006-08-111-1/+7
* Unmark BROKEN, it seems to be caused by a stale distfile on ftp-master.erwin2006-08-041-2/+0
* Mark BROKEN: checksum mismatcherwin2006-08-041-0/+2
* Mark broken due to checksum mismatcherwin2006-08-041-0/+2
* - Update to 5.10pav2006-07-182-8/+8