Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/pgadmin3-12/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / databases / pgadmin3-12

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30
Sun Jan 24 09:38:33 2010 UTC (2 years ago) by fjoe
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.29: +1 -1 lines
Remove outdated port (that was here for FreeBSD 4 and earlier versions).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:49:41 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:30 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:16:57 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 19 20:01:11 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 18 10:19:16 2006 UTC (5 years, 1 month ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Fix build with gcc 4.1.
- Bump PORTREVISION.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 1 07:38:53 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -17 lines
- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu May 4 21:40:04 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
Remove USE_REINPLACE from all categories starting with D

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 19 18:09:45 2005 UTC (6 years, 2 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
- NO_LATEST_LINK=yes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 19 18:05:26 2005 UTC (6 years, 2 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
- Connect pgadmin3 1.2.2 after repocopy.
- Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports.
- Add SHA256 checksum.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:08 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 20 14:36:48 2005 UTC (6 years, 3 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -5 lines
Update to 1.2.2.

PR:		86990

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 17 15:50:36 2005 UTC (6 years, 8 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- Fix build with wxgtk 2.6.0
- Bump PORTREVISION

Submitted by:	Yuri Bushmelev

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 12 17:45:26 2005 UTC (6 years, 9 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:01 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 27 16:53:27 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
- Fix build on 4.x: non-unicode version does not have pkg-message.
- Bump PORTREVISION.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 23 19:28:13 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -6 lines
- Provide a patch that allows to build working non-Unicode version.
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 21 22:10:39 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -17 lines
- Unbreak.
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 7 18:44:12 2005 UTC (7 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
- Mark broken on 5.2.0-RELEASE and later until problems with this port
are resolved.
- Suggest to use pgadmin3 binary from pgadmin.org.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:41 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 13 15:25:51 2005 UTC (7 years ago) by fjoe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Fix build (distfiles was moved).

Submitted by:	kuriyama
Pointed out by:	kris
Pointy hat to:	fjoe

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 8 18:05:22 2005 UTC (7 years, 1 month ago) by fjoe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4 lines
Update to 1.2.0

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 25 20:07:35 2004 UTC (7 years, 2 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Chase wxgtk2*-devel libraries version bump.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:04 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jun 27 21:18:25 2004 UTC (7 years, 7 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -9 lines
Update to 1.0.2.
Use wxWidgets 2.5.2.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 25 09:19:40 2004 UTC (7 years, 8 months ago) by mat
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 5 03:30:19 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:05 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 4 22:05:54 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -4 lines
Chase wxgtk library name change.
Use wxgtk2.
Bump PORTREVISION.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 4 01:33:15 2003 UTC (8 years, 3 months ago) by fjoe
Branches: MAIN
New port: pgadmin3.

pgAdmin III is PostgreSQL database design and management system.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options